platform/upstream/dotnet/runtime.git
2019-08-23 Jarret ShookChange gh_25468 to build as an sdk project (dotnet...
2019-08-23 David MasonAdd ISOSDacInterface7 implementation (dotnet/coreclr...
2019-08-23 Fadi HannaReplace Ubuntu 1404 platforms with 1604 (dotnet/coreclr...
2019-08-23 Carol EidtRepro for dotnet/coreclr#25468 (dotnet/coreclr#26009)
2019-08-23 Jan VorlicekRemove unused runtime functions and files (dotnet/corec...
2019-08-23 Jan VorlicekFix PIE options (dotnet/coreclr#26323)
2019-08-23 Michal StrehovskýDo not expand variant isinst check inline (dotnet/corec...
2019-08-23 Sergey AndreenkoSmall cleaning in JIT32_GCENCODER functions. (dotnet...
2019-08-23 Vladimir SadovDo not clip CPU count when CPU quota is used. (dotnet...
2019-08-23 Koundinya VeluriRemove timeout in a test for GCStress modes (dotnet...
2019-08-22 John SalemMove TypeSystemLog::OnKeywordsChanged from EtwCallback...
2019-08-22 Brian SullivanImplement ilasm and ildasm support for .param constrain...
2019-08-22 Tarek Mahmoud... Cleanup GregorianCalendarHelper leap month checks...
2019-08-22 mikednFix loop hoist ordering (part I - "swap" case) (dotnet...
2019-08-22 Jarret ShookRemove native test build from build.sh (dotnet/coreclr...
2019-08-22 Michal StrehovskýMark methods specially handled in JitInterface Intrinsi...
2019-08-22 Fadi HannaFix issue with local getting out of scope (dotnet/corec...
2019-08-22 Stephen ToubFix IDE0034 (simplify default expression)
2019-08-22 Stephen ToubFix IDE0054 (use compound assignment)
2019-08-22 Stephen ToubFix (mostly) IDE0055 (formatting)
2019-08-22 Stephen ToubFix StyleCop warning SA1114 (parameter list should...
2019-08-22 Stephen ToubFix StyleCop warning SA1006 (empty statements)
2019-08-22 Stephen ToubFix StyleCop warning SA1005 (single line comment spacing)
2019-08-22 Stephen ToubFix (mostly) StyleCop warning SA1003 (operator symbol...
2019-08-22 Stephen ToubFix StyleCop warning SA1024 (colon spacing)
2019-08-22 Stephen ToubFix StyleCop warning SA1015 (closing generic brace...
2019-08-22 Stephen ToubFix StyleCop warning SA1013 (closing brace spacing)
2019-08-22 Stephen ToubFix StyleCop warning SA1012 (opening brace spacing)
2019-08-22 Stephen ToubFix StyleCop warning SA1008 (opening paren spacing)
2019-08-22 Stephen ToubFix StyleCop warning SA1002 (semicolon spacing)
2019-08-22 Stephen ToubFix StyleCop warning SA1001 (commas followed by whitespace)
2019-08-21 Jan VorlicekRemove unused PAL functions (dotnet/coreclr#26277)
2019-08-21 David WrightonAdd support ildasm to support the metadata option again...
2019-08-20 Matt GalbraithMerge pull request dotnet/coreclr#26177 from MattGal...
2019-08-20 Jakob Botsch... Mark emitted types assembly as collectible in ABI stres...
2019-08-20 Sergey AndreenkoRename WIN64EXCEPTIONS to FEATURE_EH_FUNCLETS. (dotnet...
2019-08-20 Jarret ShookMark nogc as a long running gc test (dotnet/coreclr...
2019-08-20 Stephen ToubAvoid race condition in DiagnosticCounter (dotnet/corec...
2019-08-20 John SalemFix IPC response for CollectTracingV2 (dotnet/coreclr...
2019-08-20 Ryan LuciaMove AssemblyLoadContext VM-invoked static resolve...
2019-08-20 madmirRe-enable xunit warning 1019 (dotnet/corefxdotnet/corec...
2019-08-20 David MasonUpdate crtsts (dotnet/coreclr#26238)
2019-08-20 Aaron RobinsonCreate flag to skip test jobs on internal builds (dotne...
2019-08-20 Stephen ToubRemove unused usings from Corlib (dotnet/coreclr#26250)
2019-08-20 Juan HoyosUse function-local StackingAllocator for adding EnC...
2019-08-19 Sung Yoon WhangAdd a check before firing events (dotnet/coreclr#25501)
2019-08-19 Jan KotasChange missed by the mirror (dotnet/coreclr#26251)
2019-08-19 Koundinya VeluriUse native code slot for default interface methods...
2019-08-19 Nikita ZhikharevFixing spelling errors in BotR chapters (dotnet/coreclr...
2019-08-19 Jan KotasRevert "Update proftoeeinterfaceimpl.cpp"
2019-08-18 David MasonUpdate proftoeeinterfaceimpl.cpp
2019-08-18 Jakob Botsch... Remove redundant ABI stress tests (dotnet/coreclr#26183)
2019-08-18 Stephen ToubUndo use of Index/Range in files compiled into netfx...
2019-08-18 Jan KotasFix CoreRT build breaks
2019-08-18 Stephen ToubFix IDE0066 across corefx (dotnet/corefxdotnet/coreclr...
2019-08-18 Stephen ToubRemove useless GetLongPathNameW call (dotnet/coreclr...
2019-08-18 Jarret ShookCreate upload task in superpmi (dotnet/coreclr#26226)
2019-08-18 Stephen ToubFix DecoderExceptionFallbackBuffer message (dotnet...
2019-08-17 Stephen ToubFix IDE0025 (use expression body for properties)
2019-08-17 Stephen ToubFix IDE0056 (use index operator)
2019-08-17 Stephen ToubFix IDE0057 (use range operator)
2019-08-17 Stephen ToubFix IDE0054 (use compound assignment)
2019-08-17 Stephen ToubFix IDE0060 (unused parameter)
2019-08-17 Stephen ToubFix IDE0059 (unnecessary assignment)
2019-08-17 Stephen ToubFix IDE0029 (use coalesce expression)
2019-08-17 Stephen ToubFix IDE0031 (use null propagation)
2019-08-17 Stephen ToubFix IDE0028 (collection initializers)
2019-08-17 Stephen ToubFix IDE0008 (use explicit type instead of var)
2019-08-17 Stephen ToubFix IDE0065 (using directives should be outside of...
2019-08-17 Stephen ToubFix IDE0019/20 (Use pattern matching)
2019-08-16 Juan HoyosUpdate Docker build instructions for Linux (dotnet...
2019-08-16 Jeremy KoritzinskyExplicitly handle char marshalling in OleVariant::GetNa...
2019-08-16 Sergey AndreenkoDelete TRACK_GC_TEMP_LIFETIMES. (dotnet/coreclr#26198)
2019-08-16 Jan VorlicekEnable MHR support on OSX (dotnet/coreclr#26193)
2019-08-16 Michelle McDanielAdd perf pipeline (dotnet/coreclr#26188)
2019-08-15 Jan VorlicekFix ARM64 HFA arguments passing via reflection (dotnet...
2019-08-15 Aaron RobinsonAdd symbol publishing exclusion list (dotnet/coreclr...
2019-08-15 Egor ChesakovDeprecate OSX 10.12 Helix queues (dotnet/coreclr#26194)
2019-08-15 John SalemAccount for quoted values in provider filter string...
2019-08-15 Stephen ToubFix non-ASCII characters across corefx (dotnet/corefxdo...
2019-08-15 Jan VorlicekFix GenerateShuffleArray to support cyclic shuffles...
2019-08-15 Jan KotasUndo readonly on _isLastFrameFromForeignExceptionStackTrace
2019-08-15 Vitek KarasRemove unused method (dotnet/coreclr#26168)
2019-08-15 Jeremy KoritzinskyRemove knowledge of specific field marshalers from...
2019-08-14 Matt GalbraithUpdate docker images to pick up ones with LibGDIPlus...
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...
next