platform/upstream/dotnet/runtime.git
2019-05-07 Bruce ForstallFix build.cmd passing of args to runtest.cmd
2019-05-01 Stephen ToubMove the new ConfigureAwait/WithCancellation extension...
2019-05-01 Russ KeldorphDisable CallbackStressTest everywhere.
2019-05-01 Tanner GoodingUpdating lookupNamedIntrinsic to no longer assert for...
2019-04-30 Santiago Fernandez... Merge pull request dotnet/coreclr#24258 from dotnet...
2019-04-30 Andrew AuChanging comments/names that refers to file switching...
2019-04-30 Tomáš RylekSupport for larger version bubbles in R2RDump (dotnet...
2019-04-30 Adeel MujahidCompute sizeof array instead of pointer (dotnet/coreclr...
2019-04-30 Marek SafarMake block optimized ClearWithoutReferences fully share...
2019-04-30 dotnet-maestro-botUpdate BuildTools, CoreClr to preview4-03930-01, previe...
2019-04-30 Next TurnRemove FreeLibrary call to unload CoreCLR (dotnet/corec...
2019-04-30 Buyaa NamnanMerge master into NullableFeature
2019-04-30 Buyaa NamnanFix test failures
2019-04-30 Krzysztof Wicherfix build errors after merge
2019-04-30 Russ KeldorphDisable CallbackStressTest against dotnet/coreclr#24305
2019-04-30 Andrew AuAdd more asserts for the EventPipeBufferManager consumers
2019-04-30 Tanner GoodingUpdating System.Numerics.Vector<T> to use the readonly...
2019-04-30 Levi BroderickAdd more span-based Vector<T> ctors and CopyTo methods...
2019-04-30 Egor BogatovMove DefaultBinder.CanConvert.cs to shared (dotnet...
2019-04-30 Michal StrehovskýMove NativeLibrary to the shared partition (dotnet...
2019-04-30 dotnet-maestro-botUpdate CoreClr to preview6-27629-72
2019-04-30 Mukul SabharwalFix GetObjectReferences API when caller doesn't zero...
2019-04-30 dschindeImprove pref of `Array.IndexOf()` for certain `T`....
2019-04-30 Jan KotasWorkaround memset alignment sensitivity (dotnet/coreclr...
2019-04-29 Tanner GoodingResolves an assert around Sse41.ConvertToVector128Int...
2019-04-29 Brian SullivanMerge pull request dotnet/coreclr#24283 from briansull...
2019-04-29 Anirudh AgnihotryImprove Precision to 10 microseconds in timespan (dotne...
2019-04-29 Steve MacLeanFix Satellite Assembly loading (dotnet/coreclr#24191)
2019-04-29 Eugene RozenfeldMerge pull request dotnet/coreclr#24282 from erozenfeld...
2019-04-29 Brian SullivanRemoved method ReleaseManagedCommandLine()
2019-04-29 Jeremy KoritzinskyRestore IBCMerge using an authenticated service connect...
2019-04-29 Ludovic HenryFix running JitBench on Linux (dotnet/coreclr#24248)
2019-04-27 Levi BroderickAdd missing check for UTF-16 low surrogate char at...
2019-04-27 Sergey AndreenkoMerge pull request dotnet/coreclr#24261 from sandreenko...
2019-04-27 Santiago Fernandez... Nullable: Comparers, Dictionary and Friends (dotnet...
2019-04-27 buyaa-nNullable for Type class (dotnet/coreclr#23489)
2019-04-27 Krzysztof WicherNullable: System.Diagnostics.Tracing (dotnet/coreclr...
2019-04-27 Jan KotasFix CoreLib build breaks
2019-04-27 Eric StJohnAdd System.Resources.Extensions (dotnet/corefxdotnet...
2019-04-27 Russ KeldorphSwitch to non-Int Azure pool providers
2019-04-27 John DoeTypos (dotnet/coreclr#24280)
2019-04-27 Andy HansonImprove LOH heap balancing (dotnet/coreclr#24081)
2019-04-27 Jan VorlicekMerge pull request dotnet/coreclr#24270 from janvorli...
2019-04-27 Eugene RozenfeldClean up fgRemoveDeadStore.
2019-04-26 Brian SullivanAdded check for GetManagedCommandLine() returning a...
2019-04-26 Brian SullivanCommits from dotnet/coreclr#24229 - Fixes for IBC profi...
2019-04-26 Bruce ForstallMerge pull request dotnet/coreclr#24281 from BruceForst...
2019-04-26 Bruce ForstallDisable failing corefx tests
2019-04-26 Brian SullivanMerge pull request dotnet/coreclr#24276 from briansull...
2019-04-26 Sergey AndreenkoFix the case when we replace `stmt->gtStmtExpr`.
2019-04-26 Eugene RozenfeldFix for a jit liveness bug.
2019-04-26 Brian SullivanRevert "Fix for IBC profile data on Linux - Build the...
2019-04-26 Brian SullivanRevert "Added method ReleaseManagedCommandLine to relea...
2019-04-26 Sergey AndreenkoUse `ReplaceOperand`.
2019-04-26 José RiveroUndo a change where we ignore the specified EventPipe...
2019-04-26 Andrew AuRefactored the duplicated code into a template method...
2019-04-26 Gleb BalykovAdd config value for jit host slab cache maximum size...
2019-04-26 Jan VorlicekFix creation of the NUMA node to heap number map
2019-04-26 Brian SullivanMerge pull request dotnet/coreclr#24229 from briansull...
2019-04-25 Sergey AndreenkoAdd a repro test.
2019-04-25 Sergey AndreenkoFix parent's links in fgArgInfo in optAssertionProp_Update.
2019-04-25 Sergey AndreenkoChange gtFindLink to return parent as well.
2019-04-25 Sergey AndreenkoAdd comments and format `gtGetThisArg`.
2019-04-25 Russ KeldorphHelix telemetry fixes
2019-04-25 Filip Navara[System.Globalization.Native] Fix small issues in Clone...
2019-04-25 Omair MajidNull-terminate buffers that strncpy writes to (dotnet...
2019-04-25 Russ KeldorphRemove redundant tests (dotnet/coreclr#24255)
2019-04-25 Brian SullivanAdded method ReleaseManagedCommandLine to release memory
2019-04-25 Mukul SabharwalAdd IsFrozenObject Profiler API (dotnet/coreclr#24239)
2019-04-25 José RiveroRemoving EventPipe file polling (EventPipeController...
2019-04-25 Brian SullivanFix for IBC profile data on Linux - Build the full...
2019-04-25 Jan VorlicekMerge pull request dotnet/coreclr#24242 from janvorli...
2019-04-25 Andrew AuUsing SList<SListElem<T>> to store the EventPipeProvide...
2019-04-25 Jeremy KoritzinskyAdd IBCMerge restore source to the restore command...
2019-04-25 Anirudh AgnihotryNullable System.Collections.EmptyReadOnlyDictionaryInte...
2019-04-25 Jan VorlicekMerge pull request dotnet/coreclr#24232 from janvorli...
2019-04-25 David WrightonImprove the performance of the type loader (dotnet...
2019-04-25 Levi BroderickFix verification of 3-byte UTF-8 sequence followed...
2019-04-25 Carol EidtReturn null for unexpected HW intrinsic (dotnet/coreclr...
2019-04-25 Fadi HannaFixing 23941 (dotnet/coreclr#24199)
2019-04-25 Stephen ToubNullable: Contract.cs and more interop (dotnet/coreclr...
2019-04-25 Jan VorlicekFix NUMA node for heap when NUMA is not available
2019-04-25 Andrew AuPostponing the managed callback so that they are called...
2019-04-25 Ludovic HenrySwitch to workstation GC in case of constrained CPU...
2019-04-25 JimAdded optional/default parameters for StreamWriter...
2019-04-25 Jan KotasUnify WIN32_FIND_DATA (dotnet/corefxdotnet/coreclr...
2019-04-25 Mukul SabharwalAdd Medium GC Profiling Mode & ICorProfilerInfo::GetObj...
2019-04-25 David WrightonMore multi-appdomain support removal (dotnet/coreclr...
2019-04-24 Jan VorlicekFix crossgen with large version bubble enabled
2019-04-24 Bruce ForstallMerge pull request dotnet/coreclr#24226 from BruceForst...
2019-04-24 Bruce ForstallMerge pull request dotnet/coreclr#24227 from BruceForst...
2019-04-24 Sung Yoon WhangFixing issue where LTTng probe check disables GC events...
2019-04-24 Bruce ForstallDisable _il_dbgu_fld under GCStress against dotnet...
2019-04-24 Bruce ForstallDisable mandelbrot-7 against dotnet/coreclr#24224
2019-04-24 Michal StrehovskýFix ProjectN build breaks (dotnet/corertdotnet/coreclr...
2019-04-24 Bruce ForstallMerge pull request dotnet/coreclr#24222 from BruceForst...
2019-04-24 Bruce ForstallExpand corefx exclusions
2019-04-24 Jeremy KoritzinskyUpdate IBCMerge and ensure that it runs when in a relea...
2019-04-24 William GodbeMerge pull request dotnet/coreclr#24206 from dotnet...
2019-04-24 Bruce ForstallMerge pull request dotnet/coreclr#24218 from BruceForst...
next