platform/upstream/coreclr.git
2018-12-23 dotnet-maestro-botUpdate CoreClr, CoreFx to preview-27223-01, preview...
2018-12-23 Marek SafarExtracts public IThreadPoolWorkItem interface to shared...
2018-12-23 Marek SafarMoves CoreLib to shared location (#21654)
2018-12-22 Ben AdamsSpanHelpers deal with nullable reference types (#21232)
2018-12-22 Jan KotasMove some Task related files to shared CoreLib partitio...
2018-12-22 Jan KotasSynchronize Task, Awaiter and ThreadPool implementation...
2018-12-22 dotnet-maestro... Update dependency files (#21634)
2018-12-22 Jan KotasCoreRT-specific Object.cs changes - Fix build breaks...
2018-12-22 Eugene RozenfeldImprove removal of dead calls to allocator helpers.
2018-12-22 Steve MacLeanRemove dead ICLRPrivBinder methods (#21637)
2018-12-22 Dan MoseleyCorrectly disable tests (#21645)
2018-12-22 Jan KotasCleanup to match conventions
2018-12-22 Marek SafarMoves common part of Object to CoreLib shared
2018-12-22 Eugene RozenfeldDon't mark calls to allocation helpers as CSE candidates.
2018-12-21 Dan MoseleyRemove _syncRoot field from collections (#21628)
2018-12-21 Jan KotasDisable outdated CoreFX test (#21636)
2018-12-21 Tanner GoodingEnsure that the S.N.Vector methods are marked as [Intri...
2018-12-21 Sergey AndreenkoFix arm64 prolog generation for register masks with...
2018-12-21 Koundinya VeluriUpdate tiering guide to reference the new TieredCompila...
2018-12-21 Marek SafarMoves ByReference to shared CoreLib (#21633)
2018-12-21 Jan KotasStreamline default EqualityComparer and Comparer for...
2018-12-21 Tanner GoodingUpdating gtGetSIMDZero to only return the NI_Base_Vecto...
2018-12-21 Tanner Gooding Updating `FusedMultiplyAdd` for `System.Math` and...
2018-12-21 Fei PengImplement the remaining BMI1/2 intrinsic (#21480)
2018-12-21 Fei PengAdd AggressiveInlining for Vector<T>.op_Multiply (...
2018-12-21 Tomáš RylekFix "harmless" bug in ZapImport - use AppendByte to...
2018-12-21 Eugene RozenfeldFix jit warning in crossgen desktop build.
2018-12-21 mikednDon't morph volatile IND(ADDR(LCL_VAR)) (#20843)
2018-12-20 Carol EidtMerge pull request #21589 from CarolEidt/Fix21546
2018-12-20 dotnet-maestro-botUpdate CoreClr, CoreFx to preview-27220-03, preview...
2018-12-20 Tomas WeinfurtFreebsd symbols3 (#21607)
2018-12-20 Jan KotasReplace more of JitHelpers with S.R.CS.Unsafe (#21598)
2018-12-20 dotnet-maestro... Update dependency files (#21580)
2018-12-20 Eugene RozenfeldFix jit warning. (#21600)
2018-12-19 Sven BoemerAdd build timeout (#21591)
2018-12-18 dotnet-maestro-botUpdate CoreClr, CoreSetup to preview-27218-02, preview...
2018-12-18 Carol EidtTransform SIMD8 to FIELD_LIST if promoted
2018-12-18 Koundinya VeluriUpdate named mutex PAL tests to include case of file...
2018-12-18 Tomáš RylekAdd support for parsing field signatures (#21573)
2018-12-18 Carol EidtMerge pull request #21567 from CarolEidt/Issue20657
2018-12-18 Bruce ForstallMerge pull request #21571 from BruceForstall/DisableArm...
2018-12-18 Michal StrehovskýFix stack walking and reporting of default interface...
2018-12-18 Sung Yoon WhangAdd .NET Core version to EventLog (#21566)
2018-12-18 Andrey KvochkoGenerate ARM CFIs in prolog (#21505)
2018-12-18 Stanislav UshakovFixed suppressed XML documentation errors (dotnet/coref...
2018-12-18 Steve MacLeanDo not use CorHost2::m_fStarted to gate execution ...
2018-12-18 Bruce ForstallMerge pull request #21574 from BruceForstall/AddDotnetD...
2018-12-18 Bruce ForstallMerge pull request #21572 from BruceForstall/DisableArm...
2018-12-18 Bruce ForstallMerge pull request #21532 from BruceForstall/FixPython3...
2018-12-18 Jeremy KoritzinskyAdd tests for marshalling a System.Drawing.Color. ...
2018-12-18 Bruce ForstallAdd dotnet info to PMI asm diffs output
2018-12-17 Bruce ForstallDisable System.Runtime.Tests for Linux arm64 corefx...
2018-12-17 Bruce ForstallDisable GitHub_19361 for Linux arm32
2018-12-17 Egor ChesakovSwitch to using resources in BenchmarksGames tests...
2018-12-17 Carol EidtTest for #20657 SIMD byref bug
2018-12-17 Jan KotasDelete dead code (#21562)
2018-12-17 dotnet-maestro... Update dependency files (#21560)
2018-12-17 Michal StrehovskýAdd specialized allocation helpers (#21561)
2018-12-16 Bruce ForstallMerge pull request #21400 from BruceForstall/FixArm32Fl...
2018-12-16 Eugene RozenfeldEnable object stack allocation in R2R mode.
2018-12-16 Sung Yoon WhangEnable PinPlugAtGCTime event for standalone GC (#21543)
2018-12-15 dotnet-maestro... Update dependency files (#21508)
2018-12-15 dotnet-maestro-botUpdate CoreClr, CoreSetup to preview-27215-01, preview...
2018-12-15 Carol EidtFix more HWIntrinsic ifdefs (#21556)
2018-12-15 Ben AdamsFix warning causing error in warning as error (#21557)
2018-12-15 Tanner GoodingFixing an assert in `gtGetStructHandleForSIMD` to valid...
2018-12-15 Morgan BrownAdd Azure DevOps signing support (#21545)
2018-12-15 Sven BoemerPublish packages in Azure DevOps official build (#21536)
2018-12-15 Tomáš RylekImplement GC ref map parsing and display in R2RDump...
2018-12-15 Carol EidtMerge pull request #21535 from CarolEidt/Fix21500
2018-12-14 Tanner GoodingSimplifying the emitter handling of 4-byte encoded...
2018-12-14 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup to preview-27213...
2018-12-14 Michal StrehovskýImplement two pass algorithm for variant interface...
2018-12-14 Andrew AuSetting the m_willBlockOnGarbageCollectionEvent earlier...
2018-12-14 Matt Warren'mscorlib' link returns 404 -> 'System.Private.CoreLib...
2018-12-14 Egor ChesakovRunning and visualizing tests in AzureDevOps (Part...
2018-12-13 Carol EidtUpdate var life for multireg local
2018-12-13 Mike McLaughlinFixes issue #21485 and #21484 (#21526)
2018-12-13 Andy AyersJIT: avoid folding operations with relocatable immediat...
2018-12-13 Bruce ForstallFix Python 3 issues
2018-12-13 Aaron RobinsonMinor cleanup of the interoputil.h API (#21476)
2018-12-13 Aaron RobinsonSuppress warning of obsolete API (#21529)
2018-12-13 Carol EidtMerge pull request #21527 from CarolEidt/FixIfdef
2018-12-13 Carol EidtFix HWIntrinsics ifdef
2018-12-13 Fei PengFix hardware intrinsc API XML comments (#21515)
2018-12-13 Tanner GoodingFixing up configEnableISA and Compiler::compSetProcesso...
2018-12-13 Carol EidtMerge pull request #21304 from CarolEidt/NonObjSIMD
2018-12-13 Stephen ToubSuppress unused warnings for events raised by the VM...
2018-12-13 Brian SullivanMerge pull request #21512 from briansull/fix_750014
2018-12-13 Andy AyersJIT: optimize unbox/unbox.any when type is known (...
2018-12-13 Andy AyersJIT: handle byref-typed immediates in encoding (#21477)
2018-12-12 Brian SullivanMerge branch 'master' into fix_750014
2018-12-12 Brian SullivanFix for PMI assert: 'vnWx != NoVN'
2018-12-12 Pent PloompuuOptimize number parsing (#21365)
2018-12-12 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2018-12-12 Oded HansonAdded support for debugging a sandboxed app on Mac...
2018-12-11 Andy AyersJIT: capture failing inline observation in more cases...
2018-12-11 Tanner GoodingMoving the remaining Vector128/256 helper intrinsics...
2018-12-11 dotnet-maestro-botUpdate CoreClr to preview-27211-02 (#21488)
2018-12-11 dotnet-maestro-botUpdate CoreClr to preview-27211-01 (#21481)
next