platform/upstream/dotnet/runtime.git
2019-03-11 Jan VorlicekMerge pull request dotnet/coreclr#23111 from am11/gcc...
2019-03-11 Jan VorlicekMerge pull request dotnet/coreclr#23099 from janvorli...
2019-03-11 Jan VorlicekMerge pull request dotnet/coreclr#23121 from janvorli...
2019-03-11 AdeelRemove conditions around CMAKE_REQUIRED_LIBRARIES
2019-03-11 Levi BroderickRefactor Encoding to split fast-path and fallback logic...
2019-03-09 Egor BogatovMove Buffer to shared (dotnet/coreclr#23157)
2019-03-09 Andrew AuTwo more instances
2019-03-09 Andrew AuEliminate SampleProfilerEventInstance
2019-03-09 Andrew AuAvoid StackWalk in EventPipeEventInstance constructor
2019-03-09 Stephen ToubAdd stack depth check to all Task continuations (dotnet...
2019-03-09 Marek SafarMove part of RuntimeHelpers to shared partition (dotnet...
2019-03-09 Aaron RobinsonProperly override IsEquivalentTo() API in RuntimeType...
2019-03-08 Sung Yoon WhangUpdate eventcounter spec (dotnet/coreclr#23142)
2019-03-08 Bruce ForstallMerge pull request dotnet/coreclr#23140 from BruceForst...
2019-03-08 Jarret ShookUse 4 core external build queues (dotnet/coreclr#23079)
2019-03-08 Sergey AndreenkoFix missing RunTests.sh in CoreFX Linux jobs. (dotnet...
2019-03-08 Bruce ForstallRemove unneeded arm64 NYI
2019-03-08 Bruce ForstallMerge pull request dotnet/coreclr#23086 from BruceForst...
2019-03-08 Andrew HoeflingOptimized RemoveItemsRange to call the list.RemoveRange...
2019-03-08 Andrew HoeflingSimplified the RemoveItem logic since we have more...
2019-03-08 Andrew HoeflingInsertItemsRange API now checks if the underlying items...
2019-03-08 Andrew HoeflingRemoved (Int64) cast statements from RemoveItemsRange...
2019-03-08 Andrew HoeflingAdded new RemoveRange validation check to see if the...
2019-03-08 Andrew HoeflingUpdated InsertItemsRange to simplify the expression...
2019-03-08 Andrew HoeflingUpdated RemoveAt->RemoveItem. This change removes redun...
2019-03-08 Andrew HoeflingUpdated RemoveRange invocation of RemoveAt to use index...
2019-03-08 Andrew HoeflingAdded ArgumentOutOfRangeException exception in RemoveRa...
2019-03-08 Andrew HoeflingUpdated RemoveItemsRange to properly remove each item...
2019-03-08 Andrew HoeflingUpdated RemoveItemsRange to prevent int.MaxValue overfl...
2019-03-08 Andrew HoeflingRemove ternary operator from invocation as it is the...
2019-03-08 Andrew HoeflingAdded ReplaceItemsRange API and updated ReplaceRange...
2019-03-08 Andrew HoeflingAdding braces on for loop
2019-03-08 Andrew HoeflingUpdated foreach to use T instead of var
2019-03-08 Andrew HoeflingUpdated index out of range exception check to be a...
2019-03-08 Andrew HoeflingAdded new Range Manipulation APIs for Collection<T...
2019-03-08 AdeelUse CLR_LINK
2019-03-08 Filip NavaraAllow deserialization for ResourceManager created with...
2019-03-08 Bruce ForstallMerge pull request dotnet/coreclr#23119 from BruceForst...
2019-03-08 mikednImprove SSA renaming memory usage (dotnet/coreclr#15000)
2019-03-08 AdeelRemove extra quotes
2019-03-08 Egor ChesakovAdd outerloop-jitstressregs, outerloop-jitstress2-jitst...
2019-03-08 Andy AyersJIT: rework codegen for Arm64 SIMD Extract/Insert intri...
2019-03-08 Carol EidtMerge pull request dotnet/coreclr#23052 from CarolEidt...
2019-03-08 AdeelAddress @janvorli's feedback
2019-03-08 Jan VorlicekEnable build with clang static analyzer
2019-03-08 Sung Yoon Whangdisabling tracing/tracevalidation/inducedgc/inducedgc...
2019-03-08 Marek SafarUse platform specific implementation of GetCurrentProce...
2019-03-08 Dávid KayaAdded UserFlags field, unblocks dotnet/coreclr#34560...
2019-03-08 Sergey AndreenkoFix a rare JitStress assert. (dotnet/coreclr#23116)
2019-03-08 Sung Yoon WhangFix how we check whether events are enabled via LTTng...
2019-03-08 Bruce ForstallAllow coalescing of SP adjustment into single register...
2019-03-08 AdeelUse DOTNET_${$1} environment variables
2019-03-08 Carol EidtMerge pull request dotnet/coreclr#22708 from BrianBohe...
2019-03-07 AdeelImprove gcc configuration
2019-03-07 Stephen ToubAdd missing CopyToAsync override in FileStream.Unix...
2019-03-07 Jarret ShookDisable tests based on 23103 and 23096 (dotnet/coreclr...
2019-03-07 mikednFix ARMv8.1 atomics disassembly (dotnet/coreclr#23070)
2019-03-07 Aaron RobinsonUpdate error message for when a parent is marked as...
2019-03-07 Andy AyersJIT: fix filter liveness computation (dotnet/coreclr...
2019-03-07 Juan HoyosFix control C trap hang in the debugger (dotnet/coreclr...
2019-03-07 Bruce ForstallClean up some arm64 prolog/epilog code (dotnet/coreclr...
2019-03-07 Bruce ForstallMerge pull request dotnet/coreclr#23085 from BruceForst...
2019-03-07 Jan KotasCleanup unused hosting interfaces (dotnet/coreclr#23091)
2019-03-07 Jan VorlicekRemove init_count zeroing from PAL cleanup
2019-03-07 Hugh BellamyCleanup Globalization info code (dotnet/coreclr#22591)
2019-03-07 Sergey AndreenkoIgnore warning in another build script. (dotnet/coreclr...
2019-03-07 Next TurnFix comment (dotnet/coreclr#23058)
2019-03-07 Mike McLaughlinFix missing includes in coreclr/src/debug/createdump...
2019-03-07 Michal StrehovskýRemove legacy behavior around non-virtual interface...
2019-03-07 Sven BoemerUse Microsoft Container Registry for docker images...
2019-03-07 Michal StrehovskýFix ProjectN build breaks (dotnet/corertdotnet/coreclr...
2019-03-07 Honza RamešFix ValueStringBuilder.EnsureCapacity to call Grow...
2019-03-07 dotnet-maestro... Update dependencies from dotnet/core-setup (dotnet...
2019-03-07 Viktor HoferProject msbuild syntax cleanup (dotnet/corefxdotnet...
2019-03-07 Michelle McDanielChange IBC data path to match Arcade standard (dotnet...
2019-03-07 Bruce ForstallArm64: always save int registers at higher addresses...
2019-03-06 Bruce ForstallFix PMI asm diffs
2019-03-06 Jarret ShookDo not conflict publish name based on scenario (dotnet...
2019-03-06 Koundinya VeluriTemporarily disable some WaitAny tests that have been...
2019-03-06 Michal StrehovskýImprove resiliency of LoadIBCMethodHelper (dotnet/corec...
2019-03-06 Andy AyersJIT: fix issue with assertion prop on isinst helpers...
2019-03-06 Carol EidtMerge pull request dotnet/coreclr#22912 from fiigii...
2019-03-06 Tanner GoodingFixing the float/double parsing logic to handle exponen...
2019-03-06 Fei Pengfix BroadcastScalarToVector128/256 and simplify MoveMask
2019-03-06 Steve MacLeanCleanup old code (dotnet/coreclr#23053)
2019-03-06 Andy AyersReduce running time of GitHub_19361 test case (dotnet...
2019-03-06 Jeremy KoritzinskyMove HasLayoutMetadata to methodtablebuilder.cpp (dotne...
2019-03-06 Stephen ToubClean up some string.Format usage (dotnet/coreclr#23025)
2019-03-06 Carol EidtCorrectly type SIMD stack values
2019-03-06 Andrew AuFix issue 23040
2019-03-06 Andrew AuFix issue 23037
2019-03-05 John SalemUpdate delegate signature for GetSourceLineInfo and...
2019-03-05 Aaron RobinsonRe-enable RCW license tests (dotnet/coreclr#23023)
2019-03-05 Maryam AriyanAdd Type Forward (dotnet/coreclr#23036)
2019-03-05 Marek SafarMove more Assembly methods to shared partition (dotnet...
2019-03-05 Juan HoyosMerge pull request dotnet/coreclr#23002 from optimization
2019-03-05 Jarret ShookDisable test correctly. Missed casing (dotnet/coreclr...
2019-03-05 Russ KeldorphFix JIT/Directed/pinvoke/tail
2019-03-05 Andrew AuFix issue 23009
2019-03-05 Steve MacLeanRemove dead AppDomain unload code (dotnet/coreclr#23026)
next