summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas19-297/+10
2019-01-26Factor WinRT GetFolderPath into static accessible via reflection (#34873)Stephen Toub2-127/+146
2019-01-25Move more Marshal methods to shared partition (#22205)Marek Safar5-122/+78
2019-01-25Submit to one Helix queue on pull requests and CI builds. Add CI trigger for ...Egor Chesakov3-40/+78
2019-01-25Switch to dnceng-linux-external-temp pool (#22220)Egor Chesakov1-1/+1
2019-01-25Fix eventsource metadata exception (#21993)Sung Yoon Whang1-14/+35
2019-01-25this test should not be run under gcstress (#22214)Sergey Andreenko1-0/+1
2019-01-25Skip rangecheck in string.EndsWith(char) (#22206)Ben Adams1-2/+2
2019-01-25Remove reflection-based wraper for AssemblyDependencyResolver. (#22195)Jeremy Koritzinsky6-64/+6
2019-01-25Use AggressiveOptimization for intrinsics-based SpanHelpers (#22191)Ben Adams2-0/+15
2019-01-25Reduce Task's static ctor dependencies (#22172)Marek Safar1-40/+22
2019-01-25Cancel CTS immediately if delay is zero. (#18098)Elliot Prior1-7/+17
2019-01-25Fixes the desktop build (#22197)Brian Sullivan1-4/+6
2019-01-24Speedup .SequenceCompareTo(byte, ...) (#22127)Ben Adams1-29/+184
2019-01-25Fix collectible AssemblyLoadContext weak handle (#22193)Jan Vorlicek2-3/+3
2019-01-24Updating MicrosoftDiagnosticsTracingTraceEventPackageVersion (#22071)José Rivero1-2/+2
2019-01-24Fix argument checks in ThreadPool.RegisterWaitForSingleObject. (#6887) (#22196)Dotnet-GitSync-Bot1-2/+6
2019-01-24Rename TplEtwProvider to TplEventSource (#22194)Jan Kotas11-104/+104
2019-01-24Move Marshal to shared partition (#22146)Marek Safar8-765/+765
2019-01-24Fix SOS GCInfo for Arm/Arm64 (#22188)Andy Ayers1-1/+5
2019-01-24Fixing some issues with the decimal parser/formatter (#22070)Tanner Gooding2-9/+37
2019-01-24Disable exception handling on MacOS when DLL like DAC, etc. (#22171)Mike McLaughlin1-70/+77
2019-01-24Move TaskContinuation to shared partition (#22167)Marek Safar5-113/+79
2019-01-24Merge pull request #14393 from mikedn/float-neg-absCarol Eidt6-28/+249
2019-01-24Update SSE2 testMike Danes1-1/+1
2019-01-24Fix importer spilling in the presence of assignment side effectsMike Danes3-28/+151
2019-01-24Use .asArray/.asString syntax for scenarios and helixQueues (#22173)Egor Chesakov3-42/+157
2019-01-24Fix test build warning. (#22168)Eugene Rozenfeld1-0/+3
2019-01-24Update PgoData to master-20190124.1 (#22181)dotnet-maestro-bot1-2/+2
2019-01-24Fix UWP VirtualAlloc import (dotnet/corert#6882)Michal Strehovský1-1/+1
2019-01-24Remove obsolete thread abortion flags. (#22185)Filip Navara4-44/+3
2019-01-24Disable PSPSym in filter prolog for CoreRT (#22184)Andrey Kvochko1-0/+6
2019-01-24Work around build failure (#22138)Koundinya Veluri1-1/+3
2019-01-24IOCompletionCallback moved to shared partitionJan Kotas1-6/+0
2019-01-24Move IOCompletionCallback to shared partition (dotnet/corert#6875)Marek Safar2-0/+10
2019-01-24Remove no-op holder stack validation. (#22182)Filip Navara5-73/+26
2019-01-23Fix incorrect usage of wcscpy_s/wcscat_s. (#22153)Filip Navara1-5/+9
2019-01-23Fix accidental assignment inside an assert. (#22148)Calum Grant1-1/+1
2019-01-23Update CoreFx, PgoData to preview.19073.1, master-20190123.4, respectively (#...dotnet-maestro-bot1-5/+5
2019-01-23Enable warnings-as-errors for System.Private.CoreLib (#22164)Stephen Toub3-5/+3
2019-01-23Speedup SpanHelpers.IndexOf{Any}(byte, ...) (#22118)Ben Adams4-344/+709
2019-01-23this test should not be run under gcstress (#22175)Maoni Stephens1-0/+1
2019-01-23Implement IAsyncDisposable.ConfigureAwait (#22160)Stephen Toub3-0/+35
2019-01-23Fix CoreRT build after moving Task.cs to shared partitionJan Kotas1-46/+3
2019-01-23Merge pull request #22003 from adityamandaleeka/writebarrier_updates_arm64Aditya Mandaleeka2-51/+149
2019-01-23Add GC.KeepAlive to keep collectible ALC alive across usage. (#22133)Jeremy Koritzinsky1-0/+1
2019-01-23Disable superpmicollection in r2r jobs until https://github.com/dotnet/corecl...Egor Chesakov1-0/+1
2019-01-23Add unloadability testing tool (#22064)Jan Vorlicek3-0/+599
2019-01-23Move common ThreadPool code to shared CoreLib partition. (#22115)Filip Navara7-397/+433
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara290-8658/+193