platform/upstream/dotnet/runtime.git
2019-08-09 Stephen ToubFix StyleCop warning SA1206 (modifer ordering)
2019-08-09 Stephen ToubFix StyleCop warning SA1121 (use built-in types)
2019-08-09 Stephen ToubFix StyleCop warning SA1200 (cref prefixes)
2019-08-09 Stephen ToubFix StyleCop warnings SA1028 and SA1518 (trailing white...
2019-08-09 Stephen ToubFix FxCop warning CA1018 (attributes should have Attrib...
2019-08-09 Stephen ToubMove CodeAnalysis.ruleset to shared (dotnet/corefxdotne...
2019-08-08 Jeremy KoritzinskyMake ILAsm and ILDasm packages standalone. Clean up...
2019-08-08 Sung Yoon WhangFix a potential division by 0 in post GC counter comput...
2019-08-08 Stephen ToubRe-enable StyleCop warnings SA1028 and SA1518 (trailing...
2019-08-08 Jeffrey ZhaoCatch InvalidCastException properly in Collection ...
2019-08-08 Stephen ToubImprove building Corelib in VS (dotnet/coreclr#26076)
2019-08-08 Adam Sitnikmake DateTime.UtcNow 5% faster to minimize the leap...
2019-08-08 Jeremy KoritzinskyString test refresh (dotnet/coreclr#25948)
2019-08-08 Michal StrehovskýMark CoreLib as .NET Framework assembly (dotnet/coreclr...
2019-08-08 Mukul SabharwalDelete dead code (dotnet/coreclr#26060)
2019-08-08 Sergey AndreenkoSeparate statements from GenTree, part 1 (dotnet/corecl...
2019-08-08 Stephen ToubDelete PROJECTN ifdefs from Corelib (dotnet/coreclr...
2019-08-07 Jarret ShookPublish built tests (dotnet/coreclr#25925)
2019-08-07 Sung Yoon WhangClean up diagnosticserver socket on unexpected shutdown...
2019-08-07 Russ KeldorphConsistent telm. type for crossgen-comparison job
2019-08-07 Sung Yoon WhangImprove ArgumentNullExceptions on DiagnosticCounter...
2019-08-07 Gleb BalykovFix undefined references to methods from MetaData:...
2019-08-07 Jeremy KoritzinskyDelegate marshaling test refresh. (dotnet/coreclr#25981)
2019-08-07 Omair MajidSupport managed build on linux/aarch64 (dotnet/coreclr...
2019-08-07 Elinor FungFix passing unprocessed build args when building manage...
2019-08-07 Jakob Botsch... Generate relative jump/branch for tailcalls on x64...
2019-08-07 Sergey AndreenkoDelete TRANSLATE_PDB. (dotnet/coreclr#26036)
2019-08-07 Jarret ShookSuperpmi mch merge (dotnet/coreclr#26018)
2019-08-06 Elinor FungUse Arcade's internal tool restore project for restorin...
2019-08-06 Vitek KarasRemove inspection only from binder (dotnet/coreclr...
2019-08-06 Jan KotasRevert "Fix issue with out-of-scope GCFrame in Frame...
2019-08-06 Vitek KarasBinder minor cleanup (dotnet/coreclr#26015)
2019-08-06 Aleksey Kliger... Move AssemblyLoadContext VM-invoked resolve methods...
2019-08-06 Stephen ToubRemove some unused locals (dotnet/corefxdotnet/coreclr...
2019-08-06 Jesús CorriusFix List Format (dotnet/coreclr#26027)
2019-08-06 Elinor FungPrefix error messages in init-tools to make them Azure...
2019-08-06 Jan KotasDelete some dead code (dotnet/coreclr#26006)
2019-08-06 Maoni Stephenspinned heap design doc (dotnet/coreclr#26024)
2019-08-05 Elinor FungPropagate errors during build to the Azure DevOps timel...
2019-08-05 Jarret ShookAdd --pmi flag to superpmi collect (dotnet/coreclr...
2019-08-05 Tanner GoodingUpdating Math.Round and MathF.Round to be IEEE complian...
2019-08-05 Ashley Mannixuse a platform-agnostic name for coredistools lib ...
2019-08-02 Sergey AndreenkoDo not set source for CoreDisTools. (dotnet/coreclr...
2019-08-02 Mike McLaughlinFix build break (dotnet/coreclr#25992)
2019-08-02 Sergey AndreenkoReport AzDO telemetry for the formatting errors. (dotne...
2019-08-02 Mike McLaughlinarm64 out of proc unwind for DAC (dotnet/coreclr#25909)
2019-08-02 Tanner GoodingEnsure that we check for implicit ivals for single...
2019-08-02 Stephen ToubFix CounterGroup to use built-in types
2019-08-02 Stephen ToubEnable stylecop warnings 1205, 1212, and 1617 (dotnet...
2019-08-02 Stephen ToubEnable several StyleCopAnalyzers (dotnet/corefxdotnet...
2019-08-02 Stephen ToubRe-enable CA1823 (unused private fields) (dotnet/corefx...
2019-08-01 Jan VorlicekFix check for no affinitization in GC on Unix (dotnet...
2019-08-01 Jan VorlicekFix WSL alternate stack check (dotnet/coreclr#25972)
2019-08-01 Jeremy KoritzinskyDecimal test refresh (dotnet/coreclr#25955)
2019-08-01 John SalemAllow for interface implementations in EventSource...
2019-08-01 Ivan Diaz SanchezMerge pull request dotnet/coreclr#25951 from ivdiazsa...
2019-08-01 Jeremy KoritzinskyDllImportAttribute Test Cleanup. (dotnet/coreclr#25970)
2019-08-01 José RiveroMarking some EventPipe test as incompatible with runinc...
2019-08-01 Jarret ShookForce runtest to run with tests build on same host...
2019-08-01 Steve MacLeanWhitespace (dotnet/coreclr#25957)
2019-07-31 Sung Yoon WhangMake counters use dedicated thread instead of timer...
2019-07-31 Ivan Diaz SanchezChanged GetDirectoryNameOfFileAbove to GetPathOfFileAbove
2019-07-31 Brian SullivanFixes Issue dotnet/coreclr#20262 for CoreCLR 5.0 (dotne...
2019-07-31 Jan VorlicekFix issue with out-of-scope GCFrame in Frame list ...
2019-07-31 jiangzeng01Add 2 EventPipe tests (dotnet/coreclr#25893)
2019-07-30 Russ Keldorphcrossgen-comparison pipeline job
2019-07-30 Michal StrehovskýAllow default interface methods for crossgen /createpdb...
2019-07-30 Jan KotasCleanup thread local state management in PAL (dotnet...
2019-07-29 Ryan LuciaFix test error reporting (dotnet/coreclr#25866)
2019-07-29 Jeremy KoritzinskyILMarshaler Refactor v2 (dotnet/coreclr#25736)
2019-07-29 Jarret ShookUpdate fgCanFastTailCall to use new fgArgInfo (dotnet...
2019-07-29 David WrightonImprove metadata perf and refactor ilasm/ildasm metadat...
2019-07-28 ts2doEliminate extra time zone conversions in DateTimeOffset...
2019-07-28 Stephen ToubFix use of AddTo/RemoveFromActiveTasks in async methods...
2019-07-28 Stephen ToubFix nullability annotations for static (dotnet/coreclr...
2019-07-27 Andrew AuFix a typo (dotnet/coreclr#25908)
2019-07-26 Sergey AndreenkoDisable windows formatting job in CI. (dotnet/coreclr...
2019-07-26 Jarret ShookDo not fast tail call if caller has multislot structs...
2019-07-26 Stephen ToubRe-enable CA1802 (use consts instead of readonly static...
2019-07-26 Michal StrehovskýFix R2RDump constants for double/float (dotnet/coreclr...
2019-07-26 Sergey AndreenkoDelete a few unused functions around stmt. (dotnet...
2019-07-26 Koundinya VeluriRemove some mutex abandon tests (dotnet/coreclr#25892)
2019-07-25 José Rivero[Diagnostics Server][Windows] Close hPipe when a connec...
2019-07-25 Andrew AuSort debug info to allow diffing (dotnet/coreclr#25867)
2019-07-25 Sergey AndreenkoFix packages folder name for CoreDisTools package....
2019-07-25 Bruce ForstallRemove code and documentation related to the old corefx...
2019-07-25 Sung Yoon WhangFix EventCounter regression test (dotnet/coreclr#25862)
2019-07-24 Stephen ToubRe-enable CA1825 (zero-length array allocations) (dotne...
2019-07-24 mikednUpdate JIT dumps in RyuJIT overview doc (dotnet/coreclr...
2019-07-24 David MasonFix GetSequencePoints when profiler provides mapping...
2019-07-24 Jarret ShookSuperpmi parallel dasm output (dotnet/coreclr#22203)
2019-07-24 Andrew AuWe need to reset the scope list for the USING_VARIABLE_...
2019-07-23 José RiveroAvoid AV when `EventPipeSession::m_pFile` is nullptr...
2019-07-23 John SalemDelay Diagnostics IPC response till after EventPipe...
2019-07-23 Michal StrehovskýAllow creating typehandles to `TypedReference*` (dotnet...
2019-07-23 Konstantin... corbbtprof: set byte alignment for CORBBTPROF structure...
2019-07-23 Stephen Toub[master] Update dependencies from dotnet/corefx (dotnet...
2019-07-23 Egor ChesakovUnconditionally capture output of xUnit tests (dotnet...
2019-07-22 mikednRemove GTF_REVERSE_OPS checks from LSRA (dotnet/coreclr...
2019-07-22 IvanUpdated Build Instructions (dotnet/coreclr#25796)
next