platform/upstream/coreclr.git
2019-01-10 Sven BoemerWork around OSX native dependency install issue (#21913)
2019-01-10 Sven BoemerRe-enable publishing of transport packages (#21922)
2019-01-10 Ben AdamsMove restoring ExecutionContext out of generic methods...
2019-01-10 Chuck RiesPrevent AsyncIteratororMethodBuilder.ObjectIdForDebugge...
2019-01-10 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview-27309-02...
2019-01-10 Andy AyersMerge pull request #21893 from AndyAyersMS/ReconcileInl...
2019-01-10 Andy AyersMerge pull request #21779 from mazong1123/fix-19166...
2019-01-10 Jeremy KoritzinskyImplement AssemblyDependencyResolver (#21896)
2019-01-09 Egor ChesakovSpecify the minimum supported version of macOS (#21816)
2019-01-09 Jeremy KoritzinskyAdd tests for our layout-class marshalling (#20867)
2019-01-09 Levi BroderickMove OperationStatus into shared source (#21912)
2019-01-09 José RiveroAddressing https://github.com/dotnet/coreclr/issues...
2019-01-09 Jan VorlicekFix DynamicMethodDesc memory leak (#21891)
2019-01-09 Fadi HannaChange CoreLib native image to be R2R by default on...
2019-01-09 Michelle McDanielFix perf-prep to pass the branch name (#21911)
2019-01-09 Bruce ForstallMerge pull request #20772 from mikedn/ir-cleanup
2019-01-09 Jeremy KoritzinskyRemove extraneous eightbytes check for native structure...
2019-01-09 Omair MajidSupport building with python3 on unix (#19356)
2019-01-09 Jan KotasMore DispatchWrapper tweaks
2019-01-09 Marek SafarRemoves PNSE version of DispatchWrapper and keep only...
2019-01-09 Jan KotasDelete files moved to shared partition
2019-01-09 Marek SafarMoves common COM type to shared corelib partition ...
2019-01-09 Tomas Weinfurtfix DateTime overflow on ARM32 (#21902)
2019-01-09 Mike DanesUpdate gtLclILoffs related comments
2019-01-09 Aditya MandaleekaMerge pull request #21867 from adityamandaleeka/fix_wri...
2019-01-09 Andy AyersMerge pull request #21857 from AndyAyersMS/RangeCheckSm...
2019-01-09 Jan VorlicekEnable FinalizeQueue SOS command for Unix (#21876)
2019-01-09 Carol EidtCopy address-taken SIMD intrinsic (#21884)
2019-01-09 Stephen ToubExpose string.Concat(ReadOnlySpan, ...) (#21882)
2019-01-09 Swaroop SridharUpdate Test exclusion for NativeLibraryTests in officia...
2019-01-08 Sergey AndreenkoUse `saveNext` unwind opcode on arm64. (#21683)
2019-01-08 Andy Ayerscheck for valid IL offsets before computing block ILsize
2019-01-08 Jeremy KoritzinskyExtract cleanup changes from #21793. (#21852)
2019-01-08 Andy AyersJIT: modify inline budget update to use estimated impor...
2019-01-08 Charles MiletteFix consistency between `-` and prefixless args in...
2019-01-08 Bruce ForstallMerge pull request #20409 from lol768/patch-1
2019-01-08 Günther FoidlUpdated "Viewing JIT Dumps" for .NET Core 3.0 (#21687)
2019-01-08 dotnet-maestro-botUpdate CoreClr, CoreFx to preview-27308-03, preview...
2019-01-08 Aditya MandaleekaFix write barrier bounds checks for ARM64 Unix
2019-01-08 Bruce ForstallMerge pull request #21880 from BruceForstall/FixTestRep...
2019-01-08 Bruce ForstallUpdate test reports archiving
2019-01-08 Mike McLaughlinFix issue #20585 createdump explicitly uses /tmp. ...
2019-01-08 Oded HansonFixed potential memory leak (#21872)
2019-01-08 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview-27308-01...
2019-01-08 Viktor HoferAttempt to fix paths with spaces again (#21837)
2019-01-08 Dan MoseleyFix path length 255 (#21838)
2019-01-08 Will CohenUpdate ceemain.cpp (#21869)
2019-01-08 Jan KotasCoreRT updates for files moved to shared partition
2019-01-08 Marek SafarMoves ComTypes to shared partition (#21861)
2019-01-08 Tanner GoodingFixing ContainCheckHWIntrinsic to ensure that scalar...
2019-01-08 Stephen ToubCheck GenerateGuidForType argument for null (#21851)
2019-01-07 Bruce ForstallCollect Windows test run logs into testReports.zip...
2019-01-07 Jeremy KoritzinskyFix CharSet on StringBuilder hidden null terminator...
2019-01-07 Mike McLaughlinActually fix issue #21484 reported by the customer...
2019-01-07 Andy AyersJIT: infer ranges from small int type operations
2019-01-07 Andy AyersJIT: encapsulate general checks for optimization (...
2019-01-07 David MasonRespect the instrumented code maps passed by the profil...
2019-01-07 Ben AdamsImprove CustomAttribute (#21832)
2019-01-07 Jan VorlicekRemove invalid test b21296 (#21507)
2019-01-07 Sven BoemerPublish symbol packages (#21769)
2019-01-07 Marek SafarMoves StackTrace to shared partition (#21757)
2019-01-07 Sven BoemerFix missing project error in official build (#21767)
2019-01-07 Tomáš RylekFix incorrect assignment of READYTORUN_HELPER_[Dbl...
2019-01-07 Filip NavaraRemove CAS era security checks around resource loads...
2019-01-06 Jan KotasRevert "Fix ilasm exec on paths with spaces (#21819...
2019-01-06 Jan KotasDelete redundant S.R.InteropServices.PInvokeMap and...
2019-01-06 Ben AdamsRemove redundant casts in TypeBuilder.CreateTypeNoLock...
2019-01-06 Ben AdamsMaintain left.Equals(right) order for equality for...
2019-01-06 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2019-01-06 Ben Adams(C#7) Use pattern matching `is` rather than `as` with...
2019-01-06 Andy Ayersinline keyword cleanup
2019-01-06 Swaroop SridharMove Native Library APIs to NativeLibrary class (#21821)
2019-01-06 Ben AdamsRemove redundant unsafe contexts (#21826)
2019-01-05 Viktor HoferFix ilasm exec on paths with spaces (#21819)
2019-01-05 Andy AyersJIT: encapsulate general checks for optimization
2019-01-04 Matt GalbraithFix misspelling (#21640)
2019-01-04 Filip NavaraRemove stack marks from GetSatelliteAssembly. (#21812)
2019-01-04 Jan KotasDelete unused fFullReset argument (#21814)
2019-01-04 Filip NavaraAvoid passing stack crawl mark unnecessarily deep in...
2019-01-04 Andrew AuIf the debugger is stopped on a garbage collection...
2019-01-04 Bruce ForstallMerge pull request #21806 from BruceForstall/CheckTestE...
2019-01-04 Ben AdamsSupport faster null checks (#21765)
2019-01-04 Andy AyersJIT: don't optimize struct copies for call args in...
2019-01-04 Bruce ForstallFix Windows arm32/arm64 testing (#21809)
2019-01-04 Egor ChesakovSpecify value of __RuntimeId for non-portable Linux...
2019-01-04 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-01-04 Stephen ToubAdd StringExtensions.Concat to fix Microsoft.IO.Redist...
2019-01-04 Pent PloompuuEventPipePayloadDecoder clean-up (#21716)
2019-01-04 Marek SafarRemoves AppDomain dependency from TPLETWProvider (...
2019-01-04 Ben AdamsSkip additional cast from common EC.Run calls (#21789)
2019-01-04 Jan KotasReflection performance tweaks & cleanup (#21737)
2019-01-04 Stephen ToubUse ValueStringBuilder instead of StringBuilderCache...
2019-01-04 Jeremy KoritzinskyAdd test for StringBuilder null terminator implementati...
2019-01-04 Bruce ForstallMerge pull request #21803 from BruceForstall/FixTypo
2019-01-04 Bruce ForstallCheck result of call to TestEnv script
2019-01-04 Bruce ForstallFix batch script errors running JitOptimizationSensitiv...
2019-01-04 JingyuFixed the broken projects.
2019-01-04 Egor ChesakovUse Kernel32 instead of api-ms-win-core-* in DllImports...
2019-01-04 Egor BogatovEliminate some bounds checks in Path (#21721)
2019-01-04 Marek SafarAdds portable version of EncodingTable (#21735)
next