summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-29clone the whole code block and have two separate blocks for jobsBrian Sullivan1-14/+49
2019-03-29Remove / move to outer loop:Brian Sullivan1-0/+45
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky16-116/+459
2019-03-29Merge pull request #23423 from franksinankaya/gcc_cleanup_16Jan Vorlicek5-13/+29
2019-03-29Change Timer implementation on Unixes to use only one scheduling thread (#7071)Koundinya Veluri1-56/+93
2019-03-29Update dependencies from https://github.com/dotnet/core-setup build 20190328....dotnet-maestro[bot]2-3/+3
2019-03-29Update dependencies from https://github.com/dotnet/arcade build 20190329.1 (#...dotnet-maestro[bot]5-7/+92
2019-03-29if existsSinan Kaya2-3/+11
2019-03-29Unify clang with GNUCSinan Kaya3-10/+18
2019-03-29 Updating BuildTools, CoreCLR to preview4-03828-01, preview4-27528-71, respec...Tanner Gooding4-11/+6
2019-03-28Avoid boxing allocations for async in Tier0 (#22984)Ben Adams1-0/+2
2019-03-28Delete simple unused vars2 (#23491)Sergey Andreenko11-106/+45
2019-03-28[master] Update dependencies from dotnet/core-setup (#23407)dotnet-maestro[bot]2-3/+3
2019-03-28Simplify StackFrame class (#23483)Marek Safar4-88/+21
2019-03-28Delete RuntimeThread.cs (#23532)Jan Kotas2-57/+0
2019-03-28Improve performance of Marvin32 (#22816)Levi Broderick4-59/+188
2019-03-28Exclude failing in PRs tests 2. (#23540)Sergey Andreenko1-0/+9
2019-03-28Delete `setup_coredis_tools` from runtest.py. (#23495)Sergey Andreenko1-49/+1
2019-03-28Fix increment calculation in IncrementingPollingCounter (#23502)Sung Yoon Whang3-1/+169
2019-03-28Exclude failing in PRs tests. (#23535)Sergey Andreenko1-0/+9
2019-03-28Fix codegen for StoreNonTemporal (#23511)Carol Eidt2-8/+14
2019-03-28Restrict Ubuntu.1404.Arm32.Open from running against PRs (#23523)Egor Chesakov1-1/+2
2019-03-28Struct & SIMD improvements (#22255)Carol Eidt18-217/+494
2019-03-28Fix Helix queue names (#23468)Jeremy Koritzinsky1-8/+8
2019-03-28Switch to BYOC BuildPools in internal project (#23501)Egor Chesakov1-4/+6
2019-03-28Merge pull request #23519 from BruceForstall/RestoreWindowsArmBuildJobsBruce Forstall1-7/+4
2019-03-28Nullable: System.Object (#23466)Santiago Fernandez Madero2-3/+5
2019-03-28Nullable: all calendars (#23469)Krzysztof Wicher25-53/+67
2019-03-28Nullable: System.Char (#23480)Santiago Fernandez Madero1-19/+21
2019-03-28Restore Windows arm32/arm64 innerloop build jobsBruce Forstall1-7/+4
2019-03-28Merge pull request #23325 from VSadov/CmpExchA64Vladimir Sadov6-94/+62
2019-03-28GetPinnableReference on String.cs (#23428)simplejackcoder1-0/+7
2019-03-28[master] Update dependencies from dotnet/arcade (#23406)dotnet-maestro[bot]6-10/+11
2019-03-28[master] Update dependencies from dotnet/corefx (#23455)dotnet-maestro[bot]2-6/+6
2019-03-27Move QueryPerformanceCounter PInvokes to shared (dotnet/corefx#36409)Jan Kotas3-0/+46
2019-03-27Nullable updates for byte type (#23460)buyaa-n1-27/+28
2019-03-27Nullable changes for boolean type (#23451)buyaa-n1-19/+20
2019-03-27Nullable: String (#23450)Santiago Fernandez Madero5-118/+123
2019-03-27nullable: number (#23454)Krzysztof Wicher8-27/+36
2019-03-27Nullable: Uint32, (U)Int16, (U)Int64 (#23449)Krzysztof Wicher5-152/+157
2019-03-27Nullable: Int32 (#23443)Krzysztof Wicher1-36/+37
2019-03-27ALC Enhancement nits (#23506)Steve MacLean2-3/+3
2019-03-27ALC enhancements (#22273)Steve MacLean5-23/+343
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean4-26/+74
2019-03-27Update DllMap doc (#22804)Swaroop Sridhar1-270/+16
2019-03-27Add ALC.ContextualReflection.md (#23335)Steve MacLean1-0/+279
2019-03-27Revert "Delete unused variables in jit. Part 2. (#23481)" (#23488)Sergey Andreenko12-68/+147
2019-03-27Delete unused variables in jit. Part 2. (#23481)Sergey Andreenko12-147/+68
2019-03-27Eliminate EventPipeBuffer::Close()Andrew Au2-19/+0
2019-03-27Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (#23461)Tanner Gooding5-4/+268