platform/upstream/dotnet/runtime.git
2019-06-23 Herman ElderingArgumentException: use system-supplied message if messa...
2019-06-23 Andy AyersFix ReturnKind classification for byref like types...
2019-06-22 Leandro A.... Fix generation of RID on distros that do not set VERSIO...
2019-06-22 dotnet-maestro... [master] Update dependencies from dotnet/corefx (dotnet...
2019-06-22 Tamar ChristinaArm64: Correct encoding of fabd (dotnet/coreclr#25150)
2019-06-22 Maoni Stephensdon't require seg size to be power of 2 for large pages...
2019-06-21 Brian SullivanMerge pull request dotnet/coreclr#25260 from briansull...
2019-06-21 Noah FalkAdd EventPipe Processor Number support and make NetTrac...
2019-06-21 Sergey AndreenkoWorkAround for dotnet/coreclr#25050. (dotnet/coreclr...
2019-06-21 Carol EidtFix test to use mutual waits (dotnet/coreclr#25317)
2019-06-21 Santiago Fernandez... Address nullable feedback for System.Diagnostics.Tracin...
2019-06-21 Carol EidtUpdate instructions to build individual tests
2019-06-21 Mike McLaughlinifdef Linux specific readvirtual code (dotnet/coreclr...
2019-06-21 Stephen ToubRemove several unnecessary string allocations (dotnet...
2019-06-21 Andy AyersJIT: update epilog exit size assert for x86 (dotnet...
2019-06-21 Ao QiFixed mis-matching arguments in src/CMakeLists.txt...
2019-06-21 Jan VorlicekDisable unloading incompatible test for runincontext...
2019-06-21 David MasonMark the profiler attach thread during attach
2019-06-21 Jan VorlicekFix OSX floating point state extraction (dotnet/coreclr...
2019-06-21 Stephen ToubReduce string allocation in DiagnosticCounter.GetMetada...
2019-06-21 Vladimir Sadovensure process-wide fence when updating GC write barrie...
2019-06-21 Brian SullivanAdded the complementary test cases of going from a...
2019-06-21 Jeremy KoritzinskyRevert "ILMarshaler Refactor (dotnet/coreclr#21227...
2019-06-21 Gleb BalykovAdd custom default base address option to crossgen...
2019-06-20 Sung Yoon WhangFix eventpipe filtering (dotnet/coreclr#25221)
2019-06-20 Sung Yoon WhangUpdate linux-performace-tracing doc to add eventpipe...
2019-06-20 Jeremy KoritzinskyRemove dead code related to copy-constructors and inter...
2019-06-20 Jeremy KoritzinskyDisable NativeVarargsTest on Windows Nano Server. ...
2019-06-20 Egor ChesakovMove resources/containers out of azure-pipelines.yml...
2019-06-20 Tomáš RylekInitial check-in of R2R format documentation (dotnet...
2019-06-20 Matt GalbraithMerge pull request dotnet/coreclr#25285 from MattGal...
2019-06-20 Mike McLaughlinRemove SOS and lldb plugin (dotnet/coreclr#25220)
2019-06-20 Egor ChesakovTriage issues in dotnet/coreclr#25098 (dotnet/coreclr...
2019-06-20 Andy AyersJIT: use register indirect for indirect jumps (dotnet...
2019-06-20 Matt Galbraithmissed a spot
2019-06-20 Matt GalbraithUpdate ARM32 Helix Images to include Python 3
2019-06-20 Jan VorlicekRemove test 366085 (dotnet/coreclr#25277)
2019-06-20 Stephen ToubFix visibility on Exception.InnerExceptionPrefix (dotne...
2019-06-19 Bruce ForstallMerge pull request dotnet/coreclr#25265 from BruceForst...
2019-06-19 Carol EidtRestrict copyprop if address-taken (dotnet/coreclr...
2019-06-19 Bruce ForstallUpdate run-corefx-tests.py for new 3.0.0 directory...
2019-06-19 Santiago Fernandez... Address nullable feedback for S.T.Overlapped, S.Memory...
2019-06-19 Brian SullivanFix Issue dotnet/coreclr#25134 - AssertionProp incorrec...
2019-06-19 John SalemChange Diagnostic Server transport name to align with...
2019-06-19 Dan MoseleyException format cleanup subset (dotnet/coreclr#25185)
2019-06-19 Jeremy KoritzinskyILMarshaler Refactor (dotnet/coreclr#21227)
2019-06-18 Jan KotasRelax signed/unsigned checks in Array.Copy to match...
2019-06-18 Jeremy KoritzinskyDon't free the loader handle if the LoaderAllocator...
2019-06-18 Bruce ForstallReduce corefx testing load (dotnet/coreclr#25235)
2019-06-18 Jarret ShookFix 25233 (dotnet/coreclr#25234)
2019-06-18 Carol EidtFix contained LEA handling (dotnet/coreclr#25135)
2019-06-18 Sergey AndreenkoStart cleaning emitxarch::GetSize estimates. (dotnet...
2019-06-18 Michal StrehovskýPrevent loading byref-like types with invalid layout...
2019-06-18 Fadi HannaAllow PEImageLayout to be loadable for R2R images loade...
2019-06-18 Viktor HoferDelete dead uapaot code (dotnet/corefxdotnet/coreclr...
2019-06-18 mvandebergRemove unused TRACE_LEVEL_NONE (dotnet/coreclr#23711)
2019-06-18 Jeremy KoritzinskyAdd IJW native varargs tests. (dotnet/coreclr#24983)
2019-06-18 Jan KotasStop ignoring crashes around IUnknown::Release calls...
2019-06-17 Sung Yoon Whangmake DiagnosticCounter and its children lock 'this...
2019-06-17 Jan VorlicekEnable running SIGSEGV handler on non-alternate stack...
2019-06-17 Jan KotasFix missing MethodEvents for R2R images (dotnet/coreclr...
2019-06-17 Juan HoyosEnable createdump on arm and arm64 (dotnet/coreclr...
2019-06-17 Egor ChesakovFix official build - specify platformGroup for internal...
2019-06-17 Ben AdamsIndexOfAny(values.Length == 0) == -1 (dotnet/coreclr...
2019-06-17 David MasonFix GetFunctionEnter3Info on linux (dotnet/coreclr...
2019-06-17 Andy HansonReplace 'assert' with '_ASSERTE' (dotnet/coreclr#25177)
2019-06-17 Fadi HannaUpdate linux-instructions.md (dotnet/coreclr#25187)
2019-06-16 Adam Sitnikavoid expensive ref counting for CompareInfo on Linux...
2019-06-16 Michal StrehovskýDo not export GC entrypoints outside standalone build...
2019-06-15 Sung Yoon WhangAdd active timer counter (dotnet/coreclr#25186)
2019-06-15 Adam Sitnikdon't use var
2019-06-15 Adam SitnikApply suggestions from code review
2019-06-15 Adam Sitnikset the charset to Ansi
2019-06-15 Adam Sitniksimplify the code
2019-06-15 Elinor FungFix duplicate imports in managed product build (dotnet...
2019-06-15 Egor ChesakovDon't change LCL_FLD node type when replacing param...
2019-06-15 Sergey Andreenkoabort build-tests if failed to restore stress dependenc...
2019-06-15 Sergey AndreenkoMerge pull request dotnet/coreclr#25162 from sandreenko...
2019-06-15 Marek SafarMove parts of RuntimeType to shared partition (dotnet...
2019-06-14 José RiveroMoving non-EventPipe types out of eventpipe.* (dotnet...
2019-06-14 Sergey AndreenkoDelete OSX condition.
2019-06-14 Sergey AndreenkoDo not force GCStress at all.
2019-06-14 Koundinya VeluriFix crash/corruption in VSD hash tables when backpatchi...
2019-06-14 Jarret ShookAdd a build option to skip building managed tools ...
2019-06-14 Adam Sitniklock the dictionary
2019-06-14 Adam Sitnikmove the sort key logic to a dedicated helper type...
2019-06-14 Sung Yoon WhangMake DisplayUnits string.Empty by default instead of...
2019-06-14 Tarek Mahmoud... Fix French Decimal number parsing (dotnet/coreclr#25154)
2019-06-14 Jarret ShookMerge pull request dotnet/coreclr#25138 from jashook...
2019-06-14 jashookAddress all feedback
2019-06-14 Adam Sitnikintroduce cache for sort handles to prevent from memory...
2019-06-14 Jan KotasOptimize Activator.CreateInstance (dotnet/coreclr#25145)
2019-06-14 Adam Sitnikuse IntPtr instead of CriticalHandle to avoid resurrect...
2019-06-14 jashookPartially address comments
2019-06-14 Stephen ToubUpdate Corelib to adapt to compiler nullability updates
2019-06-14 Koundinya VeluriFix code version table lock / coop GC mode switch order...
2019-06-14 Sergey AndreenkoDo not force GcStress=0xc for GitHub_23199.
2019-06-13 Egor ChesakovAdd platformGroup parameter to platform-matrix.yml...
2019-06-13 Michal StrehovskýAllow pregenerating most HW intrinsics in CoreLib ...
2019-06-13 Fadi HannaUpdate crossgen.md
next