platform/upstream/coreclr.git
2019-01-23 Filip NavaraRemove all traces of FEATURE_STACK_PROBE. (#22149)
2019-01-23 Filip NavaraUpdate parameter names in PInvoke signatures to match...
2019-01-23 Filip NavaraBuild fixes.
2019-01-23 Filip NavaraFix possibly unintentional use of bit-wise or operator...
2019-01-23 Egor ChesakovDisable OSX.1012.Amd64.Open in Azure DevOps (#22158)
2019-01-23 Eugene RozenfeldFix R2R failure in one of ObjectStackAllocation tests.
2019-01-23 Eugene RozenfeldFix for JIT\Directed\arglist\vararg test case.
2019-01-23 Jeremy KoritzinskyDon't redirect stdlib wchar functions to our test platf...
2019-01-23 Bruce ForstallMerge pull request #22053 from BruceForstall/FixSimd12S...
2019-01-23 alexk000Remove variable name duplication (#22155)
2019-01-23 Filip NavaraRemove unused thread abortion methods. (#22147)
2019-01-23 Marek SafarMove Task to shared partition (#22105)
2019-01-23 Egor ChesakovUse Windows.10.Arm64.Open with Jenkins ONLY (#22144)
2019-01-23 Bruce ForstallFix SIMD12 GT_STORE_LCL_FLD
2019-01-23 Ben AdamsRemove duplicate requiresSynchronization params attribu...
2019-01-23 Egor ChesakovDon't use Ubuntu.1604.Arm64.Open in Azure DevOps (...
2019-01-22 Michal StrehovskýDecouple JIT_FLAG_PREJIT from HW intrinsics (#22117)
2019-01-22 Michal StrehovskýRestrict HW intrinsic name check to intrinsic types...
2019-01-22 Michal StrehovskýDo not throw from TraceResolver (#22126)
2019-01-22 Filip NavaraMove MemoryFailPoint to shared CoreLib partition (...
2019-01-22 Jan KotasFix CoreRT build breaks
2019-01-22 Marek SafarMove TplEtwProvider to shared partition (#22120)
2019-01-22 Stephen ToubRemove two unnecessary ToArray calls (#22119)
2019-01-21 Stephen ToubAvoid intermediate strings in some StringBuilder format...
2019-01-21 dotnet-maestro-botUpdate CoreFx to preview.19070.3 (#22061)
2019-01-20 Marek SafarMove Task factory type to shared partition (#22089)
2019-01-20 Ben AdamsUse List<T>.ToArray() in places (#22101)
2019-01-20 Jan KotasCleanup array related FCalls (#22097)
2019-01-20 Jan KotasFix CoreCLR build for changes in shared partition
2019-01-20 Jan KotasFix build for ProjectN/WinRTInterop Delete superfluous...
2019-01-20 Marek SafarFix build
2019-01-19 Ben AdamsUpdate Newtonsoft.Json (#22060)
2019-01-19 Jan VorlicekCleanup: Remove MethodDesc::GetLoaderAllocatorForCode...
2019-01-19 Matt WarrenRemoved unused 'Stack Walking' code (#22039)
2019-01-19 Sven BoemerStrip symbols on unix in release builds (#22083)
2019-01-18 Jeremy KoritzinskyFix calling conventions on reverse PInvoke callbacks...
2019-01-18 Egor ChesakovRun Azure DevOps builds against pull requests in corecl...
2019-01-18 Jarret ShookSuperPMI Collect/Replay/AsmDiff tool (#21252)
2019-01-18 Marek SafarMove AsyncCausality to shared partition (#22062)
2019-01-18 Sven BoemerRe-enable signing of System.Private.CoreLib (#22068)
2019-01-18 Swaroop SridharAdd Per-assembly Load Native Library callbacks (#21555)
2019-01-18 dotnet-maestro... Update dependencies from dotnet/arcade (#22035)
2019-01-18 Michal StrehovskýEnable detection of HW intrinsics (dotnet/corert#6836)
2019-01-18 Marek SafarFix defines in TaskAwaiter (dotnet/corert#6846)
2019-01-18 Michal StrehovskýHandle complex constrained calls with default interface...
2019-01-18 Michal StrehovskýUse correct resolution scope when checking default...
2019-01-18 Sung Yoon WhangAdd comments on headers that gets parsed by Mono linker...
2019-01-18 Stephen ToubMove Environment to shared CoreLib (dotnet/corefx#34654)
2019-01-18 Jeremy KoritzinskyUnify xplatform.h and platformdefines.h (#21389)
2019-01-18 Egor ChesakovUnblock Azure DevOps-as-CI (#22042)
2019-01-18 William GodbeMerge pull request #22002 from dotnet-maestro-bot/maste...
2019-01-17 Stephen ToubRemove ToString from RuntimeAssembly.GetManifestResourc...
2019-01-17 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2019-01-17 Filip NavaraSplit ContractsBCL into separate classes and move them...
2019-01-17 Stephen ToubClean up a few minor Span-related uses (#22038)
2019-01-17 Stephen ToubRemove a few stale resource strings for ConcurrentStack...
2019-01-17 Stephen ToubAvoid allocations in Utf8Formatter.TryFormat(float...
2019-01-17 Carol EidtMerge pull request #22022 from fiigii/reenabletest
2019-01-17 Marek SafarFix AsyncMethodBuilder build on Mono (#22034)
2019-01-17 Filip NavaraFix CoreCLR build of AsyncMethodBuilder.
2019-01-17 Filip NavaraAdd new members to AsyncCausalitySupport.
2019-01-17 Filip NavaraMove AsyncMethodBuilder to shared. (dotnet/corert#6832)
2019-01-16 Fei PengRe-enable Avx.PermuteVar tests
2019-01-16 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-01-16 Bruce ForstallMerge pull request #21997 from BruceForstall/FixFpRelat...
2019-01-16 Ben AdamsReduce steps for string.Contains(string value) (#22008)
2019-01-16 Jarret ShookUpdate linux/OSX build instructions (#21679)
2019-01-16 Fei Peng Fix imm-operand encoding for SSE/AVX instructions...
2019-01-16 Jarret ShookFix generate_layout_only (#21996)
2019-01-16 Egor ChesakovEnable BenchmarksGame when BuildTestsAgainstPackages...
2019-01-16 Egor ChesakovMake JIT\superpmi\superpmicollect compatible with Helix
2019-01-16 Jan KotasString -> string
2019-01-16 Jan KotasDelete files moved to shared partition
2019-01-16 Marek SafarMove more COM exceptions to shared partition (dotnet...
2019-01-16 Eugene RozenfeldWIP: Re-enable ObjectStackAllocationTests for arm32
2019-01-16 Egor ChesakovUse MSBuild to generate __TestEnv files (#21966)
2019-01-15 Bruce ForstallFix two cases of FP-relative immediate offsets not...
2019-01-15 Tom DeseynOn SIGTERM default to a non-zero exit code (#21300)
2019-01-15 Juan HoyosMerge pull request #21963 from BrianBohe/master
2019-01-15 Sven BoemerAdd freebsd official build (#21988)
2019-01-15 David Masonallocate the right number of slots for the handle table...
2019-01-15 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview-27312-01...
2019-01-15 David Masonfix the help message for runtest.sh so the gcstress...
2019-01-15 Andon AndonovLarge version bubble Support (#21727)
2019-01-15 Aaron RobinsonFinding Standalone GC and CoreDisTools in non-standard...
2019-01-15 Eugene RozenfeldImprovements for object stack allocation.
2019-01-15 Jeremy KoritzinskyAdd test calling a NativeCallable via an unmanaged...
2019-01-15 Fadi HannaRemoving noisy R2R compilation outputs, and putting...
2019-01-14 Jeremy KoritzinskyCustom Marshalers in custom-ALC-loaded assemblies resul...
2019-01-14 Tarek Mahmoud... Fix TimeSpan parsing (#21968)
2019-01-14 Stephen ToubFix TaskCompletionSource to avoid capturing ExecutionCo...
2019-01-14 Jarret ShookRemove tizen jobs as valid pr jobs (#21982)
2019-01-14 Andrew AuMaking sure the nativeCodeVersion flowing change works...
2019-01-13 Swaroop SridharAdd NativeLibrary Resolve Event (#21929)
2019-01-13 Maryam AriyanAdd System.Reflection.Emit.DynamicILInfo (#21945)
2019-01-12 Andrey KvochkoFix x64 CFI generation (#21955)
2019-01-12 Koundinya VeluriPatch vtable slots and similar when tiering is enabled...
2019-01-12 Carol EidtMerge pull request #21795 from fiigii/fixGeneric
2019-01-12 Eugene RozenfeldGenerate non-null assertion for byrefs if we can't...
2019-01-11 Sven BoemerFix access token used for internal helix submissions...
next