summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Remove resetting of unmanaged thread locale from thread pool APIs (#22682)Jan Kotas4-61/+3
2019-02-18Update dependencies from https://github.com/dotnet/corefx build 20190218.1 (#...dotnet-maestro[bot]2-6/+6
2019-02-18Fix constrained call corner cases (#22464)Michal Strehovský12-15/+611
2019-02-18Fix warning causing error in warning as error (Windows) (#22660)Ben Adams1-1/+1
2019-02-17Update dependencies from https://github.com/dotnet/arcade build 20190215.1 (#...dotnet-maestro[bot]2-6/+6
2019-02-17Update dependencies from https://github.com/dotnet/corefx build 20190217.1 (#...dotnet-maestro[bot]2-6/+6
2019-02-17Fix Integer Rounding issue and duplicate definition of __deref in sal.h (#22645)Sinan Kaya2-2/+2
2019-02-17Delete RtlMoveMemory and tests (#22668)Adeel Mujahid17-448/+0
2019-02-17Fix the build of Loader/NativeLib test (#22648)Swaroop Sridhar4-8/+9
2019-02-16Only import the RoslynPropsFile if it exists. (#22657)Tanner Gooding2-2/+2
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid18-1101/+1097
2019-02-16Avoid pulling in Lazy<T> during startup (#22659)Jan Kotas3-4/+18
2019-02-16Merge pull request #22528 from mikedn/idx-addrCarol Eidt2-55/+61
2019-02-15[master] Update dependencies from dotnet/corefx (#22595)dotnet-maestro[bot]254-1113/+1117
2019-02-15Set the 'PLATFORM_OSX' constant during OSX build (#22639)Aaron Robinson2-3/+1
2019-02-15Fix bug in FindDispatchSlot usageAaron Robinson7-29/+21
2019-02-15Update BuildTools, IbcData, PgoData to 3.0.0-preview1-03715-01, master-201902...Tanner Gooding2-7/+7
2019-02-15Updating some local functions to be 'static' (captureless). (#22635)Tanner Gooding5-528/+528
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers20-34/+339
2019-02-15Disable arm64 contracts. (#22605)Sergey Andreenko6-60/+8
2019-02-15Port profiler howtos from David Broman's blog to the documentation folder (#2...David Mason36-0/+2986
2019-02-15Publish version to dotnet/versionsSteve MacLean3-4/+85
2019-02-15Fix UpdatePublishedVersions.ps1Steve MacLean1-1/+1
2019-02-15Widen index to a temporary registerMike Danes2-38/+36
2019-02-15Delete references to System.Memory package that does not exist anymore (#22626)Jan Kotas3-7/+1
2019-02-15Disable failing corefx test (#22625)Jan Kotas1-0/+14
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding35-105/+90
2019-02-15Reserve fast dictionary slots for Tier1 code (#22619)Jan Kotas1-0/+9
2019-02-15Update dependencies from https://github.com/dotnet/arcade build 20190214.4 (#...dotnet-maestro[bot]4-12/+16
2019-02-15Remove CoreLib's src\Interop\Windows directory (#22622)Stephen Toub2-24/+0
2019-02-15Fix CoreFX build breaksJan Kotas3-1/+15
2019-02-14Fixing the number formatting code to only recognize 'R' for double/float. (#2...Tanner Gooding1-0/+5
2019-02-14Move Reflection.Emit Tokens to shared partition (#22602)Marek Safar11-108/+54
2019-02-14Missed optimization from #22497Grant1-8/+1
2019-02-14Remove unnecessary ProjectReferences to CoreCLRTestLibrary (#22539)Egor Chesakov259-766/+5
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton23-664/+2576
2019-02-14Remove unnecessary fields from WaitHandle (#22593)Filip Navara5-57/+24
2019-02-14Fix check for memory containment safety. (#22563)Eugene Rozenfeld4-4/+91
2019-02-14Revert signing to fixed version (#22609)Juan Hoyos1-0/+5
2019-02-14Consolidate implementation of Rotate and PopCount (#22584)Grant8-72/+155
2019-02-14Adjust corert for shared SafeHandle and EventRegistrationTokenStephen Toub1-1/+1
2019-02-14Fix netfx build break in Microsoft.Diagnostics.Tracing.EventSource.RedistStephen Toub1-3/+3
2019-02-14Move FrameworkEventSource to shared partition (#22507)Marek Safar5-756/+165
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya21-50/+50
2019-02-14Add Rune creation API from UTF-16 surrogate pair (#22590)Levi Broderick3-11/+95
2019-02-14Update dependencies from https://github.com/dotnet/arcade build 20190213.1 (#...dotnet-maestro[bot]2-6/+6
2019-02-14Add coreclr-outerloop build definition jobs (#22578)Egor Chesakov1-4/+30
2019-02-14Don't use $(_HelixSource) and $(_HelixType) in test-job.yml (#22589)Egor Chesakov2-12/+16
2019-02-13Annotate PlatformID as a moved typeMichal Strehovsky1-0/+3
2019-02-13Improving an assert in fgInsertInlineeBlocksAndrew Au2-2/+15