platform/upstream/dotnet/runtime.git
2019-06-25 John SalemRemove outputPath parameter for EventPipe IPC protocol...
2019-06-25 Jan VorlicekFix StackFrameIterator::IsValid check race (dotnet...
2019-06-25 Omair MajidAdd a note about ReadyToRun to ManagedNativeHeader
2019-06-25 José RiveroStop deallocating provider/events on shutdown (dotnet...
2019-06-25 Peter SollichBrick table (dotnet/coreclr#25349)
2019-06-25 Sung Yoon WhangFix broken ETW events (dotnet/coreclr#25364)
2019-06-25 José RiveroMake s_numberOfSessions Volatile as advertisement to...
2019-06-25 Sung Yoon WhangEvents with keyword 0 needs to be fired (dotnet/coreclr...
2019-06-25 Santiago Fernandez... Address last round of nullable feedback - S.Resources...
2019-06-25 Egor ChesakovAdd /eng/pipelines/*.yml (dotnet/coreclr#25325)
2019-06-24 Jarret ShookThrow platform unsupported error for windows arm32...
2019-06-24 Tanner GoodingUpdating Dragon4 to ensure the number buffer always...
2019-06-24 Andrii SiriakSwitch from IndexOf(string) to Contains(string) for...
2019-06-24 Ganbarukamo41Make Vector*.ToString() Culture invariant (dotnet/corec...
2019-06-24 José RiveroMultiple bug fixes (dotnet/coreclr#25308)
2019-06-24 Michal StrehovskýRemove AggressiveOptimization flag from System.Text...
2019-06-24 Andy AyersJIT: see if jmp offset will fit in 32 bit displacement...
2019-06-24 Tomáš RylekUpdate R2R format doc to 3.0 (dotnet/coreclr#25297)
2019-06-24 Michal StrehovskýExtend the assert for zero-offset fields (dotnet/corecl...
2019-06-24 Stephen ToubForce secondary await continuations to run asynchronous...
2019-06-23 Marco RossignoliMemoryExtensions ToUpper / ToLower throws for overlappi...
2019-06-23 Roman MarusykChange exception throwing in Path.GetRelativePath ...
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...
next