platform/upstream/dotnet/runtime.git
2019-01-21 dotnet-maestro-botUpdate CoreFx to preview.19070.3 (dotnet/coreclr#22061)
2019-01-20 Marek SafarMove Task factory type to shared partition (dotnet...
2019-01-20 Ben AdamsUse List<T>.ToArray() in places (dotnet/coreclr#22101)
2019-01-20 Jan KotasCleanup array related FCalls (dotnet/coreclr#22097)
2019-01-20 Jan KotasFix CoreCLR build for changes in shared partition
2019-01-20 Jan KotasFix build for ProjectN/WinRTInterop Delete superfluous...
2019-01-20 Marek SafarFix build
2019-01-19 Ben AdamsUpdate Newtonsoft.Json (dotnet/coreclr#22060)
2019-01-19 Jan VorlicekCleanup: Remove MethodDesc::GetLoaderAllocatorForCode...
2019-01-19 Matt WarrenRemoved unused 'Stack Walking' code (dotnet/coreclr...
2019-01-19 Sven BoemerStrip symbols on unix in release builds (dotnet/coreclr...
2019-01-18 Jeremy KoritzinskyFix calling conventions on reverse PInvoke callbacks...
2019-01-18 Egor ChesakovRun Azure DevOps builds against pull requests in corecl...
2019-01-18 Jarret ShookSuperPMI Collect/Replay/AsmDiff tool (dotnet/coreclr...
2019-01-18 Marek SafarMove AsyncCausality to shared partition (dotnet/coreclr...
2019-01-18 Sven BoemerRe-enable signing of System.Private.CoreLib (dotnet...
2019-01-18 Swaroop SridharAdd Per-assembly Load Native Library callbacks (dotnet...
2019-01-18 Michal StrehovskýEnable detection of HW intrinsics (dotnet/corertdotnet...
2019-01-18 Marek SafarFix defines in TaskAwaiter (dotnet/corertdotnet/coreclr...
2019-01-18 Michal StrehovskýHandle complex constrained calls with default interface...
2019-01-18 Michal StrehovskýUse correct resolution scope when checking default...
2019-01-18 Sung Yoon WhangAdd comments on headers that gets parsed by Mono linker...
2019-01-18 Stephen ToubMove Environment to shared CoreLib (dotnet/corefxdotnet...
2019-01-18 Jeremy KoritzinskyUnify xplatform.h and platformdefines.h (dotnet/coreclr...
2019-01-18 Egor ChesakovUnblock Azure DevOps-as-CI (dotnet/coreclr#22042)
2019-01-18 William GodbeMerge pull request dotnet/coreclr#22002 from dotnet...
2019-01-17 Stephen ToubRemove ToString from RuntimeAssembly.GetManifestResourc...
2019-01-17 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2019-01-17 Filip NavaraSplit ContractsBCL into separate classes and move them...
2019-01-17 Stephen ToubClean up a few minor Span-related uses (dotnet/coreclr...
2019-01-17 Stephen ToubRemove a few stale resource strings for ConcurrentStack...
2019-01-17 Stephen ToubAvoid allocations in Utf8Formatter.TryFormat(float...
2019-01-17 Carol EidtMerge pull request dotnet/coreclr#22022 from fiigii...
2019-01-17 Marek SafarFix AsyncMethodBuilder build on Mono (dotnet/coreclr...
2019-01-17 Filip NavaraFix CoreCLR build of AsyncMethodBuilder.
2019-01-17 Filip NavaraAdd new members to AsyncCausalitySupport.
2019-01-17 Filip NavaraMove AsyncMethodBuilder to shared. (dotnet/corertdotnet...
2019-01-16 Fei PengRe-enable Avx.PermuteVar tests
2019-01-16 Bruce ForstallMerge pull request dotnet/coreclr#21997 from BruceForst...
2019-01-16 Ben AdamsReduce steps for string.Contains(string value) (dotnet...
2019-01-16 Jarret ShookUpdate linux/OSX build instructions (dotnet/coreclr...
2019-01-16 Fei Peng Fix imm-operand encoding for SSE/AVX instructions...
2019-01-16 Jarret ShookFix generate_layout_only (dotnet/coreclr#21996)
2019-01-16 Egor ChesakovEnable BenchmarksGame when BuildTestsAgainstPackages...
2019-01-16 Egor ChesakovMake JIT\superpmi\superpmicollect compatible with Helix
2019-01-16 Jan KotasString -> string
2019-01-16 Jan KotasDelete files moved to shared partition
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 (dotnet/coreclr...
2019-01-15 Bruce ForstallFix two cases of FP-relative immediate offsets not...
2019-01-15 Tom DeseynOn SIGTERM default to a non-zero exit code (dotnet...
2019-01-15 Juan HoyosMerge pull request dotnet/coreclr#21963 from BrianBohe...
2019-01-15 Sven BoemerAdd freebsd official build (dotnet/coreclr#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 (dotnet/coreclr#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 (dotnet/coreclr#21968)
2019-01-14 Stephen ToubFix TaskCompletionSource to avoid capturing ExecutionCo...
2019-01-14 Jarret ShookRemove tizen jobs as valid pr jobs (dotnet/coreclr...
2019-01-14 Andrew AuMaking sure the nativeCodeVersion flowing change works...
2019-01-13 Swaroop SridharAdd NativeLibrary Resolve Event (dotnet/coreclr#21929)
2019-01-13 Maryam AriyanAdd System.Reflection.Emit.DynamicILInfo (dotnet/corecl...
2019-01-12 Andrey KvochkoFix x64 CFI generation (dotnet/coreclr#21955)
2019-01-12 Koundinya VeluriPatch vtable slots and similar when tiering is enabled...
2019-01-12 Carol EidtMerge pull request dotnet/coreclr#21795 from fiigii...
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 (dotnet...
2019-01-11 Stephen ToubAdd missing overrides to SyncTextWriter (dotnet/coreclr...
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 (dotnet/corecl...
2019-01-11 Sven BoemerUse a blob feed specifically for coreclr (dotnet/corecl...
2019-01-11 Andrew AuFlowing the nativeCodeVersion to DebuggerJitInfo (dotne...
2019-01-11 Jan VorlicekAdd cleanup of the TypeIDMap at unload time (dotnet...
2019-01-11 Brian SullivanMerge pull request dotnet/coreclr#21804 from briansull...
2019-01-11 dotnet-maestro-botUpdate CoreFx, PgoData to preview.19060.1, master-20190...
2019-01-11 Stephen ToubAdd WithCancellation for async enumerables (dotnet...
2019-01-11 Carol EidtMerge pull request dotnet/coreclr#21928 from fiigii...
2019-01-11 Andy AyersJIT: fix byte range used by RangeCheck (dotnet/coreclr...
2019-01-11 Koundinya VeluriNormalize a few more spin-wait loops (dotnet/coreclr...
2019-01-11 Brian SullivanMerge pull request dotnet/coreclr#17733 from mikedn...
2019-01-11 Bruce ForstallMerge pull request dotnet/coreclr#21937 from BruceForst...
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 (dotnet/coreclr#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/corertdot...
2019-01-10 Carol EidtMerge pull request dotnet/coreclr#21864 from fiigii...
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 dotnet/coreclr#21815 from CarolEidt...
next