platform/upstream/dotnet/runtime.git
2019-09-25 Ben AdamsAdd CollectionsMarshal (dotnet/coreclr#26867)
2019-09-25 Ilya Shipitsinresolve several issues found by cppcheck (dotnet/corecl...
2019-09-24 Levi BroderickPack additional useful data into char's "Unicode catego...
2019-09-24 David WrightonUse netcoreapp3.0 for building crossgen2 (dotnet/corecl...
2019-09-24 mikednLower SSE compare scalar and test nodes (dotnet/coreclr...
2019-09-24 Sinan KayaReplace genInterruptible with getInterruptible() (dotne...
2019-09-24 Jan KotasMerge pull request dotnet/coreclr#26860 from jkotas...
2019-09-24 Jan VorlicekFix available memory extraction on Linux (dotnet/corecl...
2019-09-24 Tomáš RylekFix managed test artifacts to be *nix flavor-agnostic...
2019-09-24 Michal StrehovskýAdd doc on JIT-EE interface changes (dotnet/coreclr...
2019-09-24 Ilya Shipitsinsrc/inc/apithreadstress.cpp: resolve possible null...
2019-09-24 Jan KotasRevert "Don't allow the hoisting of GT_CLS_VARs that...
2019-09-24 Tomáš RylekSkip the MethodRef optimization for ArrayMethod's ...
2019-09-24 mikednAllow containing ExtractVector128 into Store (dotnet...
2019-09-24 Tomáš RylekNew SuperIlc command "compile-framework" and some fixes...
2019-09-24 Egor BogatovReplace (val / 2) with (val * 0.5) in Jit (dotnet/corec...
2019-09-24 Jakob Botsch... Add "inline" labels and rename IGF_EMIT_ADD to IGF_EXTE...
2019-09-23 Brian SullivanDon't allow the hoisting of GT_CLS_VARs that were assig...
2019-09-23 Brian Sullivan[skip -ci] Feedback on PerfScore design doc (dotnet...
2019-09-23 Sinan KayaReplace gtSsaNum with GetSsaNum (dotnet/coreclr#26836)
2019-09-23 David WrightonAdd switch to crossgen2 to ignore compile failures...
2019-09-23 Sinan KayaReplace hasTailCalls with GetTailCalls()
2019-09-23 Sinan KayaReplace gtCostEx with GetCostEx()
2019-09-23 Stephen ToubChange several internal/private instance methods to...
2019-09-23 Jan KotasRemove IsFastSort optimizations from String (dotnet...
2019-09-23 David WrightonMore feedback
2019-09-23 Egor ChesakovUpdate clr-abi.md to indicate that R8 is used on Arm64...
2019-09-23 Michal StrehovskýMark crossgen2 smoke test GCStressIncompatible (dotnet...
2019-09-23 David WrightonMore feedback
2019-09-23 Vladimir SadovAdd a trigger for gc-longrunning pipeline for "every...
2019-09-23 Carol EidtCopy live sets when splitting blocks (dotnet/coreclr...
2019-09-23 Jan VorlicekFix issue with locals overlapping out of scope GCFrame...
2019-09-23 Sinan KayaReplace gtCostSz with /GetCostSz() (dotnet/coreclr...
2019-09-23 Sergey AndreenkoMerge pull request dotnet/coreclr#26810 from franksinan...
2019-09-23 Bruno Garciafix: contagious -> contiguous (dotnet/coreclr#26820)
2019-09-21 Sinan Kayaformat patch fix
2019-09-21 Sinan Kayafind src/jit -type f -exec sed -i -e 's/->genEmitter...
2019-09-21 David WrightonReview feedback
2019-09-20 Sergey AndreenkoReplace bbTreeList with GetBBTreeList() (dotnet/corec...
2019-09-20 Sinan Kayafind ./ -type f -exec sed -i -e 's/\<gtNextStmt\>/GetNe...
2019-09-20 Sung Yoon WhangMark GC_TRANSITION(FALSE) for EventPipe stack sampling...
2019-09-20 Jakob Botsch... Remove tailcall limitations on unix64 and arm64 (dotnet...
2019-09-20 David WrightonAllow IBC for non-generic methods to succeed (dotnet...
2019-09-20 David WrightonSwitch to --resilient for switch name, and remove separ...
2019-09-20 David WrightonMake ToString reslient to metadata loading failures
2019-09-20 Sinan Kayafind ./ -type f -exec sed -i -e 's/SetBBTreeList/SetFir...
2019-09-20 Sinan Kayafind ./ -type f -exec sed -i -e 's/GetBBTreeList/GetFir...
2019-09-20 Egor ChesakovAdd JitELTHookEnabled scenarios and testGroup in CI...
2019-09-20 Bruce ForstallEnable VM `_ASSERTE` stack backtrace on Windows (dotnet...
2019-09-20 Sinan KayaRemove getBBTreeList
2019-09-20 Egor ChesakovImplement genProfilingEnterCallback genProfilingLeaveCa...
2019-09-20 David WrightonAdd back using statement removed in master branch
2019-09-20 David WrightonAdd switch to crossgen2 to ignore compile failures
2019-09-19 Sven BoemerDon't try to publish build logs in finalize-publish...
2019-09-19 Tomáš RylekFix missing checkout step in several pipelines (dotnet...
2019-09-19 Jan KotasDelete man page quote (dotnet/coreclr#26779)
2019-09-19 Cory NelsonUpdate path to CoreLib sln
2019-09-19 Sergey AndreenkoStatements: return dumping methods. (dotnet/coreclr...
2019-09-18 Sven BoemerFix update versions logic (dotnet/coreclr#26768)
2019-09-18 Tomáš RylekIncrease checkout fetchDepth to 5 (dotnet/coreclr#26774)
2019-09-18 Andrew AuComplete the filtering for MethodImpl.AggressiveOptimiz...
2019-09-18 Anubhav SrivastavaAdd performance measurement to crossgen2/SuperILC ...
2019-09-18 Brian SullivanFix two typos (dotnet/coreclr#26770)
2019-09-18 Brian SullivanAdd design doc for the Perf Score feature (dotnet/corec...
2019-09-18 Brian SullivanImplement PerfScore (dotnet/coreclr#26456)
2019-09-18 Brian BoheAdding comments (dotnet/coreclr#23327)
2019-09-18 Jan KotasDelete unused .idl files (dotnet/coreclr#26757)
2019-09-18 David MasonRemove assert in SetProfilerMayHaveActivatedNonDefaultC...
2019-09-18 Stephen ToubDelete CommonlyUsedGenericInstantiations (dotnet/corecl...
2019-09-17 John SalemDisable all EventPipe tests under GCStress (dotnet...
2019-09-17 Sven BoemerRemove buildtools (dotnet/coreclr#26108)
2019-09-17 Stephen ToubRemove allocations from Dns.* (dotnet/corefxdotnet...
2019-09-17 Tomáš RylekFix ceeInfoGetCallInfo by incorporating Fadi's commit...
2019-09-17 Jan VorlicekFix R2RDump to correctly parse array lower bounds ...
2019-09-17 Michal StrehovskýAdd crossgen2 smoke test
2019-09-17 Michal StrehovskýFix publishing crossgen2 on macOS
2019-09-17 David WrightonIBC fixes (dotnet/coreclr#26738)
2019-09-16 Jeremy KoritzinskyEnable minidumps on all helix runs. (dotnet/coreclr...
2019-09-16 Jeremy KoritzinskyRemove unused flags on ArrayMarshalInfo only used for...
2019-09-16 Stephen ToubUpdate typo in comment in CultureInfo.cs
2019-09-16 Tarek Mahmoud... Fix calendar instance inside the culture after cloning...
2019-09-16 Jakob Botsch... Improve jit tailcall decision reporting (dotnet/coreclr...
2019-09-16 Tomáš RylekMore SuperIlc fixes and improvements (dotnet/coreclr...
2019-09-15 Matt MitchellMerge pull request dotnet/coreclr#26717 from dotnet...
2019-09-15 Matt MitchellMerge pull request dotnet/coreclr#26720 from dotnet...
2019-09-15 Andrew AuFixing a simple typo (dotnet/coreclr#26707)
2019-09-15 Sung Yoon WhangMark remaining counter tests as JIT sensitive (dotnet...
2019-09-15 Stephen ToubRemove some boxing from tuples with >= 8 elements ...
2019-09-14 Mike McLaughlinFix watson bucketing/broken triage dumps (dotnet/corecl...
2019-09-14 Tomáš RylekFix PInvoke transition frame in CPAOT (dotnet/coreclr...
2019-09-14 Michal StrehovskýAdd coverage of shared code in pointer casting test...
2019-09-14 Sergey AndreenkoContinue cleaning GenTreeStmt. (dotnet/coreclr#26668)
2019-09-14 Jan KotasMore PAL cleanup (dotnet/coreclr#26709)
2019-09-13 Jan KotasDelete wchar_t redefinition in the PAL (dotnet/coreclr...
2019-09-13 Carol EidtUpdate first-class-structs.md
2019-09-13 Michal StrehovskýRe-enable incremental linking (dotnet/coreclr#26704)
2019-09-13 Jan KotasMatching doc update
2019-09-13 Michal StrehovskýGet rid of unnecessary ilproj entries
2019-09-13 Konstantin... [JIT/x86] Fix LinearScan::allocateRegisters (dotnet...
2019-09-13 Michal StrehovskýAdd test coverage for casting to pointers (dotnet/corec...
next