platform/upstream/coreclr.git
2018-11-20 Omair MajidFix search for headers and libraries via LLVM_HOME...
2018-11-19 Tarek Mahmoud... Fix Getting Max Japanese Era (#21087)
2018-11-19 Stephen ToubDisable stale sockets test (#21083)
2018-11-19 Hugh BellamyCleanup RtType.cs code
2018-11-19 Hugh BellamyFix Type.GetInterface for null namespace and non-null...
2018-11-19 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2018-11-19 Jacek BlaszczynskiAdd headers to crossgen, cee_crossgen, corzap_crossgen...
2018-11-19 Michal StrehovskýMake type comparisons more general purpose (#20940)
2018-11-19 Ben AdamsSingle pass Vectorize Span<byte>.IndexOfAny(..., ReadOn...
2018-11-18 Jacek BlaszczynskiAdd headers to all md*, v3binder*, and ceefgen vcxproj...
2018-11-18 Hugh BellamyAdd ICustomMarshaler tests (#19195)
2018-11-18 dotnet-maestro... Update dependency files (#21067)
2018-11-18 Hugh Bellamy Fix incorrect exception thrown in Marshal.ReleaseComOb...
2018-11-17 Tanner GoodingRemoving the legacy helper intrinsics and adding tests...
2018-11-17 Egor ChesakovForce Unicode in test_location parameter in delete_exis...
2018-11-17 Nick CraverOptimization: Further reduce allocations in GetCustomAt...
2018-11-17 Sergey AndreenkoExclude GC stress failure test. (#21059)
2018-11-17 Sergey AndreenkoExclude tests from GCStress failing due to 21044 (...
2018-11-17 Bruce ForstallMerge pull request #21004 from BruceForstall/UpdateRunt...
2018-11-17 Zeng JiangAdd PInvoke/Decimal tests (#19301)
2018-11-16 Jan KotasDelete unnecessary StackCrawlMarks in RtFieldInfo ...
2018-11-16 Jan VorlicekFix unloadability races (#21024)
2018-11-16 Tarek Mahmoud... Fix Formatting Japanese First Year on Linux (#21039)
2018-11-16 Jan KotasAdd workaround for https://github.com/dotnet/coreclr...
2018-11-16 Jan KotasAdd explicit signatures for Span indexer
2018-11-16 Dan MoseleyEliminate CMAKE dependency when not required (#21040)
2018-11-16 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2018-11-16 Jeremy KoritzinskyAdd simple tests for ArrayWithOffset marshaling. (...
2018-11-16 Zeng JiangAdd Interop/PInvoke/Attributes tests (#19107)
2018-11-16 Zeng JiangAdd PInvoke/CriticalHandles tests (#19297)
2018-11-16 Jan KotasDelete HAS_FLS_SUPPORT and related code (#21035)
2018-11-16 szehetnerFixed signatures of ref readonly methods in JIT ETW...
2018-11-16 Zeng JiangAdd PInvoke/SafeHandles tests (#19330)
2018-11-16 Jeremy KoritzinskyAdd Tests for VBByRefStr marshalling (#20982)
2018-11-16 Jeremy KoritzinskyAdd tests for marshalling as VARIANT_BOOL or VARIANT...
2018-11-16 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, IbcData...
2018-11-16 Zeng JiangAdd PInvoke/SizeParamIndex tests (#19348)
2018-11-15 Egor ChesakovStop using Hostx86/arm crossgen in crossgen_comparison...
2018-11-15 Zeng JiangAdd PInvoke/DllImportpath tests (#19270)
2018-11-15 Jeremy KoritzinskyAdd tests for ANSI BSTRs (#20985)
2018-11-15 Brian SullivanMerge pull request #21008 from briansull/new-toolset
2018-11-15 Morgan BrownFixes for Azure DevOps official build (#21017)
2018-11-15 Levi BroderickAllow rune enumeration from string and ROS<char> (...
2018-11-15 Zeng JiangAdd PInvoke/Array tests (#19266)
2018-11-15 David WrightonUpdate CrstTypeTool to produce spaces (#21029)
2018-11-15 Brian SullivanChanged back to use m_filtered
2018-11-15 Brian SullivanCode Review feedback
2018-11-15 Egor ChesakovCombine ExcludeList in AltJit scenarios for both host...
2018-11-15 Zeng JiangAdd PInvoke/Miscellaneous tests (#19326)
2018-11-15 Pent PloompuuUpdate Unicode data and optimize CharUnicodeInfo indexe...
2018-11-15 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2018-11-15 Michal StrehovskýAllow supressing exceptions in diamond inheritance...
2018-11-15 Aaron RobinsonRe-enable optimizations in interop helper functions...
2018-11-15 Aaron RobinsonFix invalid tests for COM native server (#21012)
2018-11-15 Aaron RobinsonDisable COM tests being CrossGen'd (#21010)
2018-11-14 Jeremy KoritzinskyAdd test for marshalling ArgIterators on Windows (...
2018-11-14 Brian SullivanUse correct printf type specifier
2018-11-14 Brian SullivanJit changes from the desktop Toolset Update
2018-11-14 Bruce ForstallUpdate CoreFX-in-CoreCLR testing instructions (#21002)
2018-11-14 Sergey AndreenkoFix arm64 PUTARG_STK(contained OBJ(contained LCL_FLD_AD...
2018-11-14 Swaroop SridharFix warnings because of Bool incompatibality
2018-11-14 Bruce ForstallUpdate help output of runtest.cmd/sh
2018-11-14 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2018-11-14 Tanner GoodingCleanup on the new Math APIs (#20993)
2018-11-14 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup, IbcData, PgoData...
2018-11-14 Brian SullivanMerge pull request #20961 from briansull/const-eval-fix
2018-11-14 Eugene RozenfeldUndo a workaround added in #20442.
2018-11-14 Eugene RozenfeldFix for bug 20499.
2018-11-14 Eugene RozenfeldDisable R2R for object stack allocation tests.
2018-11-14 Levi BroderickInitial commit for System.Text.Rune (#20935)
2018-11-13 Brian SullivanFix CanEvalForConstantArgs(VNFunc vnf)
2018-11-13 Maoni Stephensn_heaps needs to be initialized before init_static_data...
2018-11-13 Egor ChesakovSpecify version of xunit.console.dll during the custom...
2018-11-13 Jeremy KoritzinskyAdd tests for AsAny Marshalling (#20963)
2018-11-13 Jan VorlicekChange GetAppDomain to return AppDomain from the global...
2018-11-13 Tomáš RylekInitial support for normalized 'naked' R2RDump output...
2018-11-13 Jan KotasUnify ThrowHelper style (#20974)
2018-11-13 Russ KeldorphIncrease FreeBSD job time allowance
2018-11-13 Fadi HannaOptimize vtable calls (#20696)
2018-11-13 dotnet-maestro... Updating version files (#20969)
2018-11-13 Michal StrehovskýHandle generics in methodimpls for default interface...
2018-11-13 Tanner GoodingFixing Utf8Parser.Number to not modify the value of...
2018-11-13 Egor ChesakovExclude failing System.Memory.Tests (#20958) on Linux...
2018-11-13 Andrew AuPassing the CONTEXT in ICorDebugManagedCallback4::DataB...
2018-11-13 Egor ChesakovSimplify build.sh command line arguments for Linux...
2018-11-13 Egor ChesakovLower fast tail call wasn't patching control expression...
2018-11-13 Eugene RozenfeldDisable stress random inlining for object stack allocat...
2018-11-12 Tanner GoodingMoving the Utf8Formatter and Utf8Parser into S.P.Coreli...
2018-11-12 Egor ChesakovUpdate tests/arm64/corefx_linux_test_exclusions.txt...
2018-11-12 Fei PengRemove SSE4.2 STTNI APIs for .NET Core 3.0 (#20887)
2018-11-12 Tomas Weinfurtenable build-id on FreeBSD (#20945)
2018-11-12 Swaroop SridharLoadLibrary refactoring (#20841)
2018-11-12 Jan KotasFix CoreRT build breaks
2018-11-12 Andy AyersAllow jit to examine type of initonly static ref typed...
2018-11-12 Tanner GoodingSome cleanup of the Math functions from #20788 (#20912)
2018-11-12 dotnet-maestro-botUpdate CoreClr, CoreFx, IbcData, PgoData to preview...
2018-11-12 Oded HansonVerify the application group container directory exists...
2018-11-11 Jeremy KoritzinskyKeep delegate fields alive across a full native call...
2018-11-10 Sung Yoon WhangRemove VersionBlock struct for profiler attach (#20889)
2018-11-10 Stephen ToubFix invalid out of range exception thrown in ArrayPool...
next