platform/upstream/dotnet/runtime.git
2019-08-15 Vitek KarasRemove unused method (dotnet/coreclr#26168)
2019-08-15 Jeremy KoritzinskyRemove knowledge of specific field marshalers from...
2019-08-14 Egor ChesakovBuild tests as SDK projects (dotnet/coreclr#25761)
2019-08-14 Aaron RobinsonTest set continueOnError to 'true' only on internal...
2019-08-14 Stephen ToubDelete dead _pauseTicks from TimerQueue (dotnet/coreclr...
2019-08-14 Jakob Botsch... Add ABI stress tests (dotnet/coreclr#26090)
2019-08-14 Elinor FungAdd ci argument to build script instead of checking...
2019-08-14 Stephen ToubFix StyleCop warnings for rules enabled in corefx
2019-08-14 Stephen ToubEnable StyleCop rules 1205, 1411, 1026, and 1000 (dotne...
2019-08-13 Aaron RobinsonFix the targeted blob feed URL (dotnet/coreclr#26157)
2019-08-13 Aaron RobinsonUnblock official build publish (dotnet/coreclr#26151)
2019-08-13 Stephen ToubConvert several static readonly byte[]s to ReadOnlySpan...
2019-08-13 Stephen ToubFix IDE1005 (simplify delegate invocation)
2019-08-13 Stephen ToubFix IDE0062 (make local functions static)
2019-08-13 Stephen ToubContribute to IDE0060 (unused argument)
2019-08-13 Stephen ToubContribute to IDE0059 (unnecessary assignment)
2019-08-13 Stephen ToubContribute to IDE0019 (use pattern matching) and IDE006...
2019-08-13 Stephen ToubContribute to IDE0044 (make field readonly)
2019-08-13 Jan KotasRename _WIN64 define to BIT64 (dotnet/coreclr#26080)
2019-08-12 John SalemChange preconditions to only check for null m_pSerializ...
2019-08-12 Stephen ToubFix StyleCop warning SA1400 (missing access modifiers)
2019-08-12 Stephen ToubRe-enable StyleCop warning SA1400 (elements should...
2019-08-12 Stephen ToubAdd NotNullIfNotNull attribute to Interlocked.CompareEx...
2019-08-12 Aaron RobinsonTell Arcade to continue on error for test runs. (dotnet...
2019-08-12 Aaron RobinsonCleanup YML and and create readme.md (dotnet/coreclr...
2019-08-12 mikednRecognize unsigned compare with 0 (dotnet/coreclr#20661)
2019-08-12 Jan KotasCleanup ProjectN ifdefs (dotnet/corertdotnet/coreclr...
2019-08-12 Aaron RobinsonRemove unnecessary error check for QueryUnbiasedInterru...
2019-08-12 Sergey AndreenkoSeparate statements from GenTree, part 2 (dotnet/corecl...
2019-08-10 Aaron RobinsonAdd support for servicing (post-build.yml) (dotnet...
2019-08-09 Stephen ToubEnable FxCop and StyleCop analyzers (dotnet/coreclr...
2019-08-09 Mike McLaughlinARM32 out of proc unwind support (dotnet/coreclr#26082)
2019-08-09 Stephen ToubFix xunit warning xUnit1013 (public method should be...
2019-08-09 Stephen ToubFix FxCop warning CA1823 (unused fields)
2019-08-09 Stephen ToubFix FxCop warning CA2229 (private deserialization ctor)
2019-08-09 Stephen ToubFix FxCop warning CA1810 (explicit static cctor)
2019-08-09 Stephen ToubFix FxCop warning CA1825 (Array.Empty)
2019-08-09 Stephen ToubFix StyleCop warning SA2200 (throwing caught exception)
2019-08-09 Stephen ToubFix FxCop warning CA2007 (ConfigureAwait)
2019-08-09 Stephen ToubFix StyleCop warning SA1620 (generic XML comment ordering)
2019-08-09 Stephen ToubFix StyleCop warning SA1617 (void return XML comment)
2019-08-09 Stephen ToubFix StyleCop warning SA1113 (comma position for parameters)
2019-08-09 Stephen ToubFix StyleCop warning SA1212 (accessor order)
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)
next