platform/upstream/dotnet/runtime.git
2018-11-21 Stephen ToubExpose generic UnsafeQueueUserWorkItem (dotnet/coreclr...
2018-11-21 Ben AdamsVectorize string.IndexOf(..., StringComparison.Ordinal...
2018-11-21 Ben AdamsVectorize Array.{Last}IndexOf<T>(...) for byte and...
2018-11-20 Carol EidtMerge pull request dotnet/coreclr#21058 from CarolEidt...
2018-11-20 Stephen ToubRemove remaining StringBuilder marshaling use from...
2018-11-20 Stephen ToubRemove StringBuilder from HebrewNumber formatting ...
2018-11-20 Eugene RozenfeldFix for dotnet/coreclr#21011: propagate GTF_DONT_CSE...
2018-11-20 Tanner GoodingFixing up some issues with the HWIntrinsic test templat...
2018-11-20 Stephen ToubReplace custom AnsiToLower with more efficient ToLowerA...
2018-11-20 Jan KotasDelete CORCOMPILE_IMPORT_TABLE_ENTRY (dotnet/coreclr...
2018-11-20 Tom DeseynLinux: FlushProcessWriteBuffers using membarrier when...
2018-11-20 Tanner GoodingAdding some AggressiveInlining attributes to the Vector...
2018-11-20 Stephen ToubImprove async iterator exception stack traces (dotnet...
2018-11-20 Sergey AndreenkoMake code in `getTargetMethodDesc` more reliable. ...
2018-11-20 Sergey Andreenkoformat spmi sources (dotnet/coreclr#21094)
2018-11-20 Hugh Bellamy Cleanup System.Reflection.Emit code and delete dead...
2018-11-20 Jan KotasUpdate xunit version to match corefx (dotnet/coreclr...
2018-11-20 Carol EidtAdd asserts for the types of the Span indexers. (dotnet...
2018-11-20 Omair MajidFix search for headers and libraries via LLVM_HOME...
2018-11-19 Tarek Mahmoud... Fix Getting Max Japanese Era (dotnet/coreclr#21087)
2018-11-19 Stephen ToubDisable stale sockets test (dotnet/coreclr#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 Jacek BlaszczynskiAdd headers to crossgen, cee_crossgen, corzap_crossgen...
2018-11-19 Michal StrehovskýMake type comparisons more general purpose (dotnet...
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 (dotnet/coreclr#19195)
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. (dotnet/coreclr#21059)
2018-11-17 Sergey AndreenkoExclude tests from GCStress failing due to 21044 (dotne...
2018-11-17 Bruce ForstallMerge pull request dotnet/coreclr#21004 from BruceForst...
2018-11-17 Zeng JiangAdd PInvoke/Decimal tests (dotnet/coreclr#19301)
2018-11-16 Jan KotasDelete unnecessary StackCrawlMarks in RtFieldInfo ...
2018-11-16 Jan VorlicekFix unloadability races (dotnet/coreclr#21024)
2018-11-16 Tarek Mahmoud... Fix Formatting Japanese First Year on Linux (dotnet...
2018-11-16 Carol EidtRecord AVX use for SIMD indirections
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 (dotnet...
2018-11-16 Jeremy KoritzinskyAdd simple tests for ArrayWithOffset marshaling. (dotne...
2018-11-16 Zeng JiangAdd Interop/PInvoke/Attributes tests (dotnet/coreclr...
2018-11-16 Zeng JiangAdd PInvoke/CriticalHandles tests (dotnet/coreclr#19297)
2018-11-16 Jan KotasDelete HAS_FLS_SUPPORT and related code (dotnet/coreclr...
2018-11-16 szehetnerFixed signatures of ref readonly methods in JIT ETW...
2018-11-16 Zeng JiangAdd PInvoke/SafeHandles tests (dotnet/coreclr#19330)
2018-11-16 Jeremy KoritzinskyAdd Tests for VBByRefStr marshalling (dotnet/coreclr...
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 (dotnet/coreclr#19348)
2018-11-15 Egor ChesakovStop using Hostx86/arm crossgen in crossgen_comparison...
2018-11-15 Zeng JiangAdd PInvoke/DllImportpath tests (dotnet/coreclr#19270)
2018-11-15 Jeremy KoritzinskyAdd tests for ANSI BSTRs (dotnet/coreclr#20985)
2018-11-15 Brian SullivanMerge pull request dotnet/coreclr#21008 from briansull...
2018-11-15 Morgan BrownFixes for Azure DevOps official build (dotnet/coreclr...
2018-11-15 Levi BroderickAllow rune enumeration from string and ROS<char> (dotne...
2018-11-15 Zeng JiangAdd PInvoke/Array tests (dotnet/coreclr#19266)
2018-11-15 David WrightonUpdate CrstTypeTool to produce spaces (dotnet/coreclr...
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 (dotnet/coreclr#19326)
2018-11-15 Pent PloompuuUpdate Unicode data and optimize CharUnicodeInfo indexe...
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 (dotnet/coreclr...
2018-11-15 Aaron RobinsonDisable COM tests being CrossGen'd (dotnet/coreclr...
2018-11-14 Jeremy KoritzinskyAdd test for marshalling ArgIterators on Windows (dotne...
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 (dotnet...
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 Tanner GoodingCleanup on the new Math APIs (dotnet/coreclr#20993)
2018-11-14 dotnet-maestro-botUpdate CoreClr, CoreFx, CoreSetup, IbcData, PgoData...
2018-11-14 Brian SullivanMerge pull request dotnet/coreclr#20961 from briansull...
2018-11-14 Eugene RozenfeldUndo a workaround added in dotnet/coreclr#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 (dotnet/coreclr...
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 (dotnet/coreclr#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 (dotnet/coreclr#20974)
2018-11-13 Russ KeldorphIncrease FreeBSD job time allowance
2018-11-13 Fadi HannaOptimize vtable calls (dotnet/coreclr#20696)
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 (dotnet/coreclr...
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...
next