summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Typos (#21171)John Doe9-16/+16
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas29-946/+120
2018-11-22Mark the String.Empty field as Intrinsic (#21162)Michal Strehovský1-2/+5
2018-11-22Narrow the assert in fgLateDevirtualization (#21163)Michal Strehovský1-2/+2
2018-11-22Update dependencies from https://github.com/dotnet/arcade build 434 (#21166)dotnet-maestro[bot]2-6/+6
2018-11-22Sequel to NativeLibrary API (#21148)Swaroop Sridhar3-45/+78
2018-11-21Update CoreClr, CoreFx, CoreSetup to preview-27121-03, preview.18571.3, previ...dotnet-maestro-bot2-8/+8
2018-11-21Single stepping out of the unsafe places (#21135)Andrew Au2-18/+53
2018-11-21Merge pull request #21146 from AaronRobinsonMSFT/comtoclrworker_avAaron Robinson1-5/+13
2018-11-21Minor clean up in COMToCLRWorkerAaron Robinson1-5/+13
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar18-62/+911
2018-11-21Disable object stack allocation verification under GCStress.Eugene Rozenfeld2-17/+40
2018-11-21Check for null on COM to CLR call if error occurs during thread instance get.Aaron Robinson1-1/+1
2018-11-21Change System.Object to ClassInterface.None (#21137)Jan Kotas3-24/+20
2018-11-21Fix Unix ARM JIT_MemCpy and JIT_MemSet (#21141)Jan Vorlicek1-5/+3
2018-11-21Ensuring that gc_stress and gc_stress_c are marked global when writing, but n...Tanner Gooding1-4/+3
2018-11-21Delete dead/unused code (#21138)Jan Kotas48-2095/+83
2018-11-21Update dependencies from https://github.com/dotnet/arcade build 420 (#21140)dotnet-maestro[bot]9-17/+338
2018-11-21Update CoreSetup, PgoData to preview-27121-02, master-20181121-0042, respecti...dotnet-maestro-bot1-4/+4
2018-11-20Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-0...dotnet-maestro-bot3-15/+15
2018-11-20Merge pull request #21129 from mmitche/sign-xstatMatt Mitchell3-1/+18
2018-11-20Expose generic UnsafeQueueUserWorkItem (#21125)Stephen Toub1-2/+1
2018-11-20Vectorize string.IndexOf(..., StringComparison.Ordinal) (#21076)Ben Adams8-148/+172
2018-11-20Vectorize Array.{Last}IndexOf<T>(...) for byte and char (#21116)Ben Adams2-11/+53
2018-11-20Merge pull request #21058 from CarolEidt/FixVZeroUpperCarol Eidt1-0/+4
2018-11-20Sign api-ms-win-core-xstate-l2-1-0.dllMatt Mitchell3-1/+18
2018-11-20Remove remaining StringBuilder marshaling use from Corelib (#21120)Stephen Toub17-138/+115
2018-11-20Remove StringBuilder from HebrewNumber formatting (#21122)Stephen Toub2-28/+18
2018-11-20Fix for #21011: propagate GTF_DONT_CSE on comma returnsEugene Rozenfeld4-1/+118
2018-11-20Fixing up some issues with the HWIntrinsic test templates (#21104)Tanner Gooding1472-6348/+16386
2018-11-20Replace custom AnsiToLower with more efficient ToLowerAsciiInvariant (#21121)Stephen Toub2-30/+3
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas16-254/+61
2018-11-20Linux: FlushProcessWriteBuffers using membarrier when available (#20949)Tom Deseyn1-15/+82
2018-11-20Adding some AggressiveInlining attributes to the Vector64/128/256 helper meth...Tanner Gooding3-0/+9
2018-11-20Update dependencies from https://github.com/dotnet/arcade build 402 (#21118)dotnet-maestro[bot]2-6/+6
2018-11-20Improve async iterator exception stack traces (#21103)Stephen Toub2-5/+15
2018-11-19Make code in `getTargetMethodDesc` more reliable. (#21101)Sergey Andreenko1-14/+22
2018-11-19format spmi sources (#21094)Sergey Andreenko6-28/+36
2018-11-19 Cleanup System.Reflection.Emit code and delete dead code (#21086)Hugh Bellamy16-1154/+451
2018-11-19Update xunit version to match corefx (#21098)Jan Kotas2-2/+7
2018-11-19Add asserts for the types of the Span indexers. (#21037)Carol Eidt3-0/+80
2018-11-20Fix search for headers and libraries via LLVM_HOME (#21084)Omair Majid1-2/+2
2018-11-19Fix Getting Max Japanese Era (#21087)Tarek Mahmoud Sayed1-1/+2
2018-11-19Disable stale sockets test (#21083)Stephen Toub1-0/+14
2018-11-19Cleanup RtType.cs codeHugh Bellamy2-550/+286
2018-11-19Fix Type.GetInterface for null namespace and non-null interface namespaceHugh Bellamy1-1/+1
2018-11-19Update dependencies from https://github.com/dotnet/arcade build 385 (#21082)dotnet-maestro[bot]2-6/+6
2018-11-19Add headers to crossgen, cee_crossgen, corzap_crossgen vcxproj files (#20082)Jacek Blaszczynski3-90/+238
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský22-26/+302
2018-11-18Single pass Vectorize Span<byte>.IndexOfAny(..., ReadOnlySpan<byte>) for 2,3 ...Ben Adams1-10/+54