platform/upstream/dotnet/runtime.git
2019-09-28 Ben AdamsRemove global locks from Exception stack trace handling...
2019-09-28 Ilya Shipitsinresolve several issues found by cppcheck (dotnet/corecl...
2019-09-28 Juan HoyosCheck for nullity of the context in FuncEval setup...
2019-09-27 Adeel MujahidRemove duplicate enum SystemVClassificationType (dotnet...
2019-09-27 Jan KotasDelete dead code (dotnet/coreclr#26926)
2019-09-27 mikednEnable GitHub_7147 (dotnet/coreclr#26884)
2019-09-27 Sinan KayaReplace hfaType with GetHfaType() (dotnet/coreclr#26914)
2019-09-27 Youssef Victortypo and add language identifier (dotnet/coreclr#26923)
2019-09-27 Youssef VictorTypo: retreive => retrieve (dotnet/coreclr#26915)
2019-09-27 Tanner GoodingRefactoring the ARM Hardware Intrinsics based on the...
2019-09-27 Sinan KayaRename GetIsVararg to IsVararg (dotnet/coreclr#26913)
2019-09-26 Brian RobbinsFix Segfault in PerfInfo Image Logging (dotnet/coreclr...
2019-09-26 Konstantin... [Linux/x86] Use ebp from current context during unwindi...
2019-09-26 Ben AdamsCollectionsMarshal.AsSpan allow null refs (dotnet/corec...
2019-09-26 David MasonStop unloading the profiler on shutdown to prevent...
2019-09-26 Levi BroderickIntroduce Utf8Span, which is a span of UTF-8 text ...
2019-09-26 Tomáš RylekReuse managed test components across all *nix flavors...
2019-09-26 Sinan KayaReplace lateArgInx with GetLateArgInx (dotnet/coreclr...
2019-09-26 Sinan KayaReplace isVararg with GetIsVararg() (dotnet/coreclr...
2019-09-25 Sinan KayaReplace lvArgInitReg with GetArgInitReg (dotnet/coreclr...
2019-09-25 Jarret ShookDisable test that timeouts in outerloop (dotnet/coreclr...
2019-09-25 Jakob Botsch... Various tailcall test improvements (dotnet/coreclr...
2019-09-25 Jan KotasFix CoreRT build break
2019-09-25 Jeremy KoritzinskyInitialize variant return value. (dotnet/coreclr#26871)
2019-09-25 Stephen ToubMore Corelib cleanup (dotnet/coreclr#26872)
2019-09-25 Sinan KayaReplace gtLclNum with GetLclNum() (dotnet/coreclr#26853)
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 ...
next