platform/upstream/dotnet/runtime.git
2019-03-14 Sinan Kayafix conversion issues
2019-03-14 Brian SullivanMerge pull request dotnet/coreclr#23109 from briansull...
2019-03-13 Levi BroderickAdd OperationStatus-based UTF8 transcoding APIs (dotnet...
2019-03-13 Bruce ForstallMerge pull request dotnet/coreclr#23220 from BruceForst...
2019-03-13 Brian SullivanFix for Issue 21231
2019-03-13 Juan HoyosUpdate documentation: make docker images point to the...
2019-03-13 Carol EidtFix SIMD handle issues (dotnet/coreclr#23193)
2019-03-13 Carol EidtMerge pull request dotnet/coreclr#23212 from CarolEidt...
2019-03-13 Sergey Andreenkoexclude tracing/keyword/TwoKeywords/TwoKeywords on...
2019-03-13 Michal StrehovskyFix missed RelocatedType annotation
2019-03-13 Michal StrehovskýEnable FeatureDefaultInterfaces unconditionally (dotnet...
2019-03-13 Andrew AuFix issue 23151 (Cleanup TODO introduced by PR dotnet...
2019-03-13 Sung Yoon WhangAdd new counter APIs (dotnet/coreclr#23077)
2019-03-13 Aaron RobinsonDefault Interface COM testing project (dotnet/coreclr...
2019-03-13 Bruce ForstallArm64: Implement JMP call for HFA register arguments
2019-03-12 Andy AyersDon't retain modifiers for instantation stub signatures...
2019-03-12 Tanner GoodingFixing a couple of issues in the Utf8Parsing/Formatting...
2019-03-12 Carol EidtPreliminary Vector ABI test
2019-03-12 John SalemFix syntax bug: bash requires spaces around brackets...
2019-03-12 Andrew AuFix issue 21089 (Add tests for the `EventPipe support...
2019-03-12 Michal StrehovskýReplace Delegate.CreateDelegate (dotnet/corertdotnet...
2019-03-11 Carol EidtMerge pull request dotnet/coreclr#23141 from CarolEidt...
2019-03-11 Hugh BellamyFix NRE in EqualStringArrays (dotnet/coreclr#23174)
2019-03-11 Michal StrehovskýFix bad test (dotnet/coreclr#23173)
2019-03-11 Bruce ForstallMerge pull request dotnet/coreclr#23187 from BruceForst...
2019-03-11 Bruce ForstallAlways archive corefx testresults.xml files
2019-03-11 Steve MacLeanAdd EntryPointFilter option (dotnet/coreclr#23054)
2019-03-11 Eric StJohnAdd a target to get native resources from another DLL...
2019-03-11 Dan MoseleyRemove 2 suffix step 1 (dotnet/corefxdotnet/coreclr...
2019-03-11 Jan VorlicekMerge pull request dotnet/coreclr#23093 from franksinan...
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 Carol EidtFix handling of struct setup assignments
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 Sinan KayaFix signed compare warnings
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 Sinan Kayaconversion
2019-03-07 Next TurnFix comment (dotnet/coreclr#23058)
next