platform/upstream/coreclr.git
2019-03-11 Bruce ForstallMerge pull request #23187 from BruceForstall/AlwaysArch...
2019-03-11 Bruce ForstallAlways archive corefx testresults.xml files
2019-03-11 Steve MacLeanAdd EntryPointFilter option (#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/corefx#35904)
2019-03-11 Jan VorlicekMerge pull request #23093 from franksinankaya/gcc_warni...
2019-03-11 Jan VorlicekMerge pull request #23111 from am11/gcc-configuration
2019-03-11 Jan VorlicekMerge pull request #23099 from janvorli/remove-pal...
2019-03-11 Jan VorlicekMerge pull request #23121 from janvorli/enable-clang...
2019-03-11 AdeelRemove conditions around CMAKE_REQUIRED_LIBRARIES
2019-03-11 Levi BroderickRefactor Encoding to split fast-path and fallback logic...
2019-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-03-10 dotnet-maestro... Update dependencies from https://dnceng@dev.azure.com...
2019-03-10 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-03-09 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-03-09 Egor BogatovMove Buffer to shared (#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 (#23152)
2019-03-09 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-03-09 Marek SafarMove part of RuntimeHelpers to shared partition (#23130)
2019-03-09 Aaron RobinsonProperly override IsEquivalentTo() API in RuntimeType...
2019-03-08 Sung Yoon WhangUpdate eventcounter spec (#23142)
2019-03-08 Bruce ForstallMerge pull request #23140 from BruceForstall/RemoveArm64NYI
2019-03-08 Jarret ShookUse 4 core external build queues (#23079)
2019-03-08 Sergey AndreenkoFix missing RunTests.sh in CoreFX Linux jobs. (#23135)
2019-03-08 Bruce ForstallRemove unneeded arm64 NYI
2019-03-08 Bruce ForstallMerge pull request #23086 from BruceForstall/Arm64Chang...
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 #23119 from BruceForstall/Arm64PrePo...
2019-03-08 mikednImprove SSA renaming memory usage (#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 #23052 from CarolEidt/Fix22850
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 #34560 (dotnet/corefx...
2019-03-08 Sergey AndreenkoFix a rare JitStress assert. (#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 #22708 from BrianBohe/updating_comments
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 (#23104)
2019-03-07 mikednFix ARMv8.1 atomics disassembly (#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 (#23044)
2019-03-07 Juan HoyosFix control C trap hang in the debugger (#23090)
2019-03-07 Bruce ForstallClean up some arm64 prolog/epilog code (#23080)
2019-03-07 Bruce ForstallMerge pull request #23085 from BruceForstall/FixAsmDiff...
2019-03-07 Jan KotasCleanup unused hosting interfaces (#23091)
2019-03-07 Jan VorlicekRemove init_count zeroing from PAL cleanup
2019-03-07 Hugh BellamyCleanup Globalization info code (#22591)
2019-03-07 Sergey AndreenkoIgnore warning in another build script. (#23082)
2019-03-07 Sinan Kayaconversion
2019-03-07 Next TurnFix comment (#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/corert#7115)
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/corefx#35686)
2019-03-07 Michelle McDanielChange IBC data path to match Arcade standard (#23063)
2019-03-07 Bruce ForstallArm64: always save int registers at higher addresses...
2019-03-07 dotnet-maestro... Update dependencies from https://dnceng@dev.azure.com...
2019-03-06 Bruce ForstallFix PMI asm diffs
2019-03-06 Jarret ShookDo not conflict publish name based on scenario (#23041)
2019-03-06 Tanner GoodingAdding *.nuget.dgspec.json to the gitignore file. ...
2019-03-06 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-03-06 Koundinya VeluriTemporarily disable some WaitAny tests that have been...
2019-03-06 Michal StrehovskýImprove resiliency of LoadIBCMethodHelper (#23057)
2019-03-06 Andy AyersJIT: fix issue with assertion prop on isinst helpers...
2019-03-06 Carol EidtMerge pull request #22912 from fiigii/fixBroadcast
2019-03-06 Tanner GoodingFixing the float/double parsing logic to handle exponen...
next