summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-23Update parameter names in PInvoke signatures to match MSDN documentation.Filip Navara4-4/+4
2019-01-23Build fixes.Filip Navara2-4/+5
2019-01-23Fix possibly unintentional use of bit-wise or operator. (#22152)Filip Navara1-2/+2
2019-01-23Remove obsolete LEGACY_BACKEND ifdefMike Danes1-2/+0
2019-01-23Disable OSX.1012.Amd64.Open in Azure DevOps (#22158)Egor Chesakov1-3/+4
2019-01-23Fix R2R failure in one of ObjectStackAllocation tests.Eugene Rozenfeld1-2/+5
2019-01-23Fix for JIT\Directed\arglist\vararg test case.Eugene Rozenfeld2-3/+37
2019-01-23Don't redirect stdlib wchar functions to our test platform shims. (#22072)Jeremy Koritzinsky17-101/+84
2019-01-23Merge pull request #22053 from BruceForstall/FixSimd12StoreLclFldBruce Forstall2-2/+2
2019-01-23Remove variable name duplication (#22155)alexk0001-1/+1
2019-01-23Remove unused thread abortion methods. (#22147)Filip Navara5-224/+3
2019-01-23Move Task to shared partition (#22105)Marek Safar6-118/+39
2019-01-23Use Windows.10.Arm64.Open with Jenkins ONLY (#22144)Egor Chesakov2-2/+3
2019-01-22Fix SIMD12 GT_STORE_LCL_FLDBruce Forstall2-2/+2
2019-01-22Remove duplicate requiresSynchronization params attribute (#22143)Ben Adams1-5/+0
2019-01-22Don't use Ubuntu.1604.Arm64.Open in Azure DevOps (#22135)Egor Chesakov1-1/+2
2019-01-22Decouple JIT_FLAG_PREJIT from HW intrinsics (#22117)Michal Strehovský1-72/+69
2019-01-22Restrict HW intrinsic name check to intrinsic types (#22116)Michal Strehovský1-18/+18
2019-01-22Do not throw from TraceResolver (#22126)Michal Strehovský1-3/+5
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara20-250/+339