platform/upstream/coreclr.git
2019-01-16 Marek SafarMove more COM exceptions to shared partition (dotnet...
2019-01-16 Eugene RozenfeldWIP: Re-enable ObjectStackAllocationTests for arm32
2019-01-16 Egor ChesakovUse MSBuild to generate __TestEnv files (#21966)
2019-01-15 Tom DeseynOn SIGTERM default to a non-zero exit code (#21300)
2019-01-15 Juan HoyosMerge pull request #21963 from BrianBohe/master
2019-01-15 Sven BoemerAdd freebsd official build (#21988)
2019-01-15 David Masonallocate the right number of slots for the handle table...
2019-01-15 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview-27312-01...
2019-01-15 David Masonfix the help message for runtest.sh so the gcstress...
2019-01-15 Andon AndonovLarge version bubble Support (#21727)
2019-01-15 Aaron RobinsonFinding Standalone GC and CoreDisTools in non-standard...
2019-01-15 Eugene RozenfeldImprovements for object stack allocation.
2019-01-15 Jeremy KoritzinskyAdd test calling a NativeCallable via an unmanaged...
2019-01-15 Fadi HannaRemoving noisy R2R compilation outputs, and putting...
2019-01-14 Jeremy KoritzinskyCustom Marshalers in custom-ALC-loaded assemblies resul...
2019-01-14 Tarek Mahmoud... Fix TimeSpan parsing (#21968)
2019-01-14 Stephen ToubFix TaskCompletionSource to avoid capturing ExecutionCo...
2019-01-14 Jarret ShookRemove tizen jobs as valid pr jobs (#21982)
2019-01-14 Andrew AuMaking sure the nativeCodeVersion flowing change works...
2019-01-13 Swaroop SridharAdd NativeLibrary Resolve Event (#21929)
2019-01-13 Maryam AriyanAdd System.Reflection.Emit.DynamicILInfo (#21945)
2019-01-12 Andrey KvochkoFix x64 CFI generation (#21955)
2019-01-12 Koundinya VeluriPatch vtable slots and similar when tiering is enabled...
2019-01-12 Carol EidtMerge pull request #21795 from fiigii/fixGeneric
2019-01-12 Eugene RozenfeldGenerate non-null assertion for byrefs if we can't...
2019-01-11 Sven BoemerFix access token used for internal helix submissions...
2019-01-11 Jarret ShookShare arg validation runtest and run-pmi-diff (#20812)
2019-01-11 Stephen ToubAdd missing overrides to SyncTextWriter (#21956)
2019-01-11 Brian BoheRemove unreachable code
2019-01-11 Jeremy KoritzinskyEnable returning more complex structures via PInvoke...
2019-01-11 Jarret ShookRemove the Smarty lst files from CoreCLR (#21962)
2019-01-11 Sven BoemerUse a blob feed specifically for coreclr (#21947)
2019-01-11 Andrew AuFlowing the nativeCodeVersion to DebuggerJitInfo (...
2019-01-11 Jan VorlicekAdd cleanup of the TypeIDMap at unload time (#21943)
2019-01-11 Brian SullivanMerge pull request #21804 from briansull/fix-unbox-opt
2019-01-11 dotnet-maestro-botUpdate CoreFx, PgoData to preview.19060.1, master-20190...
2019-01-11 Stephen ToubAdd WithCancellation for async enumerables (#21939)
2019-01-11 Carol EidtMerge pull request #21928 from fiigii/fixMulx
2019-01-11 Andy AyersJIT: fix byte range used by RangeCheck (#21915)
2019-01-11 Koundinya VeluriNormalize a few more spin-wait loops (#21586)
2019-01-11 Brian SullivanMerge pull request #17733 from mikedn/cc-cond2
2019-01-11 Bruce ForstallMerge pull request #21937 from BruceForstall/RemoveAltJ...
2019-01-11 Brian SullivanCode Review feedback
2019-01-10 Fei PengDon't optimize BMI2 MultiplyNoFlags away
2019-01-10 Sung Yoon Whangdisable dynamo test on arm32/64 (#21940)
2019-01-10 Brian SullivanNew test for DevDiv_754566
2019-01-10 Marek SafarMove public interface ISymDocumentWriter to shared...
2019-01-10 Marek SafarMove COMException to shared partition (dotnet/corert...
2019-01-10 Carol EidtMerge pull request #21864 from fiigii/fixscalarmem
2019-01-10 Sergey AndreenkoAdd an exclusion for hugeexpr1 on arm32 under `JitOptim...
2019-01-10 Bruce ForstallRemove altjit jobs in CI
2019-01-10 Carol EidtMerge pull request #21815 from CarolEidt/Fix752890
2019-01-10 Egor ChesakovDisable what fails and blocks transitioning to Azure...
2019-01-10 Carol EidtMerge pull request #21888 from fiigii/fixVzeropper
2019-01-10 Marek SafarMoves EnvironmentVariableTarget enum to shared partitio...
2019-01-10 Sven BoemerWork around OSX native dependency install issue (#21913)
2019-01-10 Sven BoemerRe-enable publishing of transport packages (#21922)
2019-01-10 Ben AdamsMove restoring ExecutionContext out of generic methods...
2019-01-10 Chuck RiesPrevent AsyncIteratororMethodBuilder.ObjectIdForDebugge...
2019-01-10 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview-27309-02...
2019-01-10 Carol EidtPR Feedback
2019-01-10 Andy AyersMerge pull request #21893 from AndyAyersMS/ReconcileInl...
2019-01-10 Andy AyersMerge pull request #21779 from mazong1123/fix-19166...
2019-01-10 Brian SullivanAdded ifdef for FEATURE_TAILCALL_OPT
2019-01-10 Brian Sullivanjit format
2019-01-10 Jeremy KoritzinskyImplement AssemblyDependencyResolver (#21896)
2019-01-09 Brian SullivanWhen performing devirtualization we can not do both...
2019-01-09 Fei PengFix CRC32 instruction encoding on containment form
2019-01-09 Egor ChesakovSpecify the minimum supported version of macOS (#21816)
2019-01-09 Jeremy KoritzinskyAdd tests for our layout-class marshalling (#20867)
2019-01-09 Levi BroderickMove OperationStatus into shared source (#21912)
2019-01-09 José RiveroAddressing https://github.com/dotnet/coreclr/issues...
2019-01-09 Jan VorlicekFix DynamicMethodDesc memory leak (#21891)
2019-01-09 Fadi HannaChange CoreLib native image to be R2R by default on...
2019-01-09 Michelle McDanielFix perf-prep to pass the branch name (#21911)
2019-01-09 Bruce ForstallMerge pull request #20772 from mikedn/ir-cleanup
2019-01-09 Jeremy KoritzinskyRemove extraneous eightbytes check for native structure...
2019-01-09 Omair MajidSupport building with python3 on unix (#19356)
2019-01-09 Jan KotasMore DispatchWrapper tweaks
2019-01-09 Marek SafarRemoves PNSE version of DispatchWrapper and keep only...
2019-01-09 Jan KotasDelete files moved to shared partition
2019-01-09 Marek SafarMoves common COM type to shared corelib partition ...
2019-01-09 Tomas Weinfurtfix DateTime overflow on ARM32 (#21902)
2019-01-09 Mike DanesUpdate gtLclILoffs related comments
2019-01-09 Aditya MandaleekaMerge pull request #21867 from adityamandaleeka/fix_wri...
2019-01-09 Andy AyersMerge pull request #21857 from AndyAyersMS/RangeCheckSm...
2019-01-09 Jan VorlicekEnable FinalizeQueue SOS command for Unix (#21876)
2019-01-09 Carol EidtCopy address-taken SIMD intrinsic (#21884)
2019-01-09 Stephen ToubExpose string.Concat(ReadOnlySpan, ...) (#21882)
2019-01-09 Swaroop SridharUpdate Test exclusion for NativeLibraryTests in officia...
2019-01-08 Sergey AndreenkoUse `saveNext` unwind opcode on arm64. (#21683)
2019-01-08 Fei PengFix VZERoUPPER for HW intrinsic
2019-01-08 Andy Ayerscheck for valid IL offsets before computing block ILsize
2019-01-08 Jeremy KoritzinskyExtract cleanup changes from #21793. (#21852)
2019-01-08 Andy AyersJIT: modify inline budget update to use estimated impor...
2019-01-08 Charles MiletteFix consistency between `-` and prefixless args in...
2019-01-08 Bruce ForstallMerge pull request #20409 from lol768/patch-1
2019-01-08 Günther FoidlUpdated "Viewing JIT Dumps" for .NET Core 3.0 (#21687)
2019-01-08 dotnet-maestro-botUpdate CoreClr, CoreFx to preview-27308-03, preview...
2019-01-08 Aditya MandaleekaFix write barrier bounds checks for ARM64 Unix
next