platform/upstream/dotnet/runtime.git
2018-07-09 Anirudh AgnihotryMoved ManualResetEventSlim to shared (dotnet/coreclr...
2018-07-08 Rich LanderCorrect AssemblyLoadContext comment (dotnet/coreclr...
2018-07-08 Viktor HoferLastIndexOf corner case fix when span is empty (dotnet...
2018-07-08 Viktor HoferFix Span LastIndexOf empty value handling
2018-07-07 Anirudh AgnihotryTargetFrameworkName property initialized (dotnet/corecl...
2018-07-06 Stephen ToubImprove DateTime{Offset}.ParseExact performance for...
2018-07-06 Bruce ForstallMerge pull request dotnet/coreclr#18795 from BruceForst...
2018-07-06 nkaretnikov2[ARM] Mention a clang-5.0 issue in the documentation...
2018-07-05 Brian SullivanMerge pull request dotnet/coreclr#18775 from briansull...
2018-07-05 Bruce ForstallRemove Ubuntu/Ubuntu16.04 emulator CI jobs
2018-07-05 Aaron RobinsonUpdate certain Marshal APIs to match exception thrown...
2018-07-05 Brian SullivanAdded noway asserts in gtNewZeroConNode and gtNewOneConNode
2018-07-05 Bruce ForstallMerge pull request dotnet/coreclr#18793 from BruceForst...
2018-07-05 Bruce ForstallUpdate Linux ARM libunwind instructions
2018-07-05 Jarret ShookEnable genFnCalleeRegArgs for Arm64 Varargs (dotnet...
2018-07-05 Jan KotasDelete dead code (dotnet/coreclr#18783)
2018-07-05 Stephen ToubImprove DateTime{Offset}.ParseExact{Multiple} performan...
2018-07-04 Andy AyersRe-enable jit regression test DevDiv_590771 (dotnet...
2018-07-04 Viktor HoferAdd LastIndexOf compareoptions overload (dotnet/coreclr...
2018-07-04 Tanner GoodingAdding tests for the byte overload of Ssse3.Shuffle
2018-07-04 Tanner GoodingAdding support for the `byte` overload of `Ssse3.Shuffle`
2018-07-04 Jan KotasRemove mention of security transparency from message...
2018-07-04 Andrew AucompGSReorderStackLayout is not supported when EnC...
2018-07-04 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26704-01, preview1...
2018-07-04 Luqun LouDelete InternalsVisibleTo attributes from S.P.CoreLib...
2018-07-03 Bruce ForstallMerge pull request dotnet/coreclr#18504 from mikedn...
2018-07-03 Tomas Weinfurtadd missing files to package properly on FreeBSD (dotne...
2018-07-03 Carol EidtMerge pull request dotnet/coreclr#18768 from CarolEidt...
2018-07-03 Carol EidtMerge pull request dotnet/coreclr#18766 from CarolEidt...
2018-07-03 Bruce ForstallMerge pull request dotnet/coreclr#18716 from BruceForst...
2018-07-03 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26703-04, master...
2018-07-03 Carol EidtRemove Interval::isMultiReg
2018-07-03 Carol EidtBuild uses for atomic ops
2018-07-03 Egor ChesakovUse generic win-x86/win-x64 RIDs in stress_dependencies
2018-07-03 Marco RossignoliAdd back most CreateInstance APIs to AppDomain and...
2018-07-03 Andon AndonovUpdate CoreFX CI packages to NetcoreApp3 (dotnet/corecl...
2018-07-03 Tanner GoodingUpdating SSE_StaticCast and AVX_StaticCast to set the...
2018-07-03 Tanner GoodingFold away Sse.StaticCast and Avx.StaticCast in the...
2018-07-03 Tanner GoodingAdding an Avx.StaticCast test (modified from the Sse...
2018-07-03 Sergey AndreenkoSuperPMI: add ability to exclude failing method context...
2018-07-02 Aaron RobinsonSet the activation context for the CoreRun application...
2018-07-02 Andrew AuDebug registers cannot be copied in user mode (dotnet...
2018-07-02 Brian RobbinsDispatch Runtime Events to EventListener (dotnet/corecl...
2018-07-02 dotnet-maestro-botUpdate BuildTools, CoreClr, PgoData to preview1-03002...
2018-07-02 Andon AndonovMove RuntimeIDArg initialization (dotnet/coreclr#18747)
2018-07-02 Tanner GoodingFixing up the Sse41.Insert float HWIntrinsics
2018-07-02 Sergey Andreenkoreenable fixed arm64 altjit tests (dotnet/coreclr#18722)
2018-07-02 Atsushi KanamoriAdd back DefinePInvokeMethod (dotnet/coreclr#18742)
2018-07-02 Tanner GoodingAdding back the tests for Avx.MaskLoad
2018-07-02 Tanner GoodingUpdating the Avx.Extract/Insert methods to throw PNSE...
2018-07-02 Tanner GoodingRemoving unnecessary `try/catch` blocks from the Extrac...
2018-07-02 dotnet-maestro-botTabs vs. spaces (dotnet/coreclr#18740)
2018-07-01 Andy AyersFix some build breaks seen with the older VS we use...
2018-07-01 Jan KotasFix recursive inlining of PInvoke stubs (dotnet/coreclr...
2018-06-30 Mike DanesReplace compGetMemArray uses
2018-06-30 Mike DanesFix incorrect lvaTrackedToVarNum memset size
2018-06-30 Mike DanesHandle the missing cache case in gtGetStructHandleForSIMD
2018-06-30 Mike DanesAllocate space for siLatestTrackedScopes on demand
2018-06-30 Mike DanesRemove Compiler::impSmallStack
2018-06-30 Mike DanesCleanup hashBvGlobalData
2018-06-30 Mike DanesRemove unused Compiler members
2018-06-30 Mike DanesMove SIMD/Intrinsic handles out of Compiler
2018-06-30 Mike DanesMove temp info from Compiler to RegSet
2018-06-30 Mike DanesAllocate space for lvaTrackedToVarNum on demand
2018-06-30 Mike DanesAllocate space for the loop table on demand
2018-06-30 mikednPass CompAllocator by value (dotnet/coreclr#15025)
2018-06-30 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26630-01, master...
2018-06-30 Jan KotasFix build breaks with older MSVC compiler (dotnet/corec...
2018-06-30 Tanner GoodingFixing some Bmi1 HWIntrinsic method names (dotnet/corec...
2018-06-30 Viktor HoferRegex: reduce allocation slightly, add tests, code...
2018-06-29 Bruce ForstallMerge pull request dotnet/coreclr#18715 from BruceForst...
2018-06-29 Sergey Andreenkooptimize fgMorphTree for GenTreeArgList (dotnet/coreclr...
2018-06-29 Bruce ForstallRemove build-only and TST jobs from the Jenkins views
2018-06-29 Bruce ForstallFix issue with signed/unsigned comparison
2018-06-29 Bruce ForstallMerge pull request dotnet/coreclr#18693 from BruceForst...
2018-06-29 Luqun LouChange CancellationTokenRegistration.Unregister visibil...
2018-06-29 Phil GarciaCorrected a few typos in the documentation and comments...
2018-06-29 Stephen ToubImprove bool.TryFormat perf (dotnet/coreclr#18711)
2018-06-29 Carol EidtMerge pull request dotnet/coreclr#18696 from CarolEidt...
2018-06-29 Andy AyersJIT: fix regression when returning struct with no field...
2018-06-29 Luqun LouAdd public implementation CultureDataSupport (dotnet...
2018-06-29 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-29 Gleb BalykovRemove relocations for vtable chunks (dotnet/coreclr...
2018-06-28 Carol EidtLSRA: fix multi-reg ops under FIELD_LIST
2018-06-28 Carol EidtAdd test for dotnet/coreclr#18362
2018-06-28 Bruce ForstallStop creating Linux/x64 corefx flow jobs
2018-06-28 Bruce ForstallMerge pull request dotnet/coreclr#18689 from BruceForst...
2018-06-28 EdenUpdate Tizen CI docker image (dotnet/coreclr#18567)
2018-06-28 Bruce ForstallUpdate ARM/Linux build directions
2018-06-28 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-28 Stephen ToubAvoid capturing ExecutionContext into CancellationToken...
2018-06-28 Jan VorlicekFix alternate stack cleanup on MUSL (dotnet/coreclr...
2018-06-28 John DoeTypo (dotnet/coreclr#18684)
2018-06-28 John DoeTypo (dotnet/corertdotnet/coreclr#6029)
2018-06-28 Andy AyersJIT: fix bug returning small structs on linux x64 ...
2018-06-27 Egor ChesakovCross-bitness in ZapRelocs (dotnet/coreclr#18665)
2018-06-27 Andon AndonovModify netci definition (dotnet/coreclr#18677)
2018-06-27 Luqun LouAdd Public implementation RemoveEventHandler in EventRe...
2018-06-27 Andon AndonovWindows CoreFX CI (dotnet/coreclr#18365)
2018-06-27 Jan KotasMerge pull request dotnet/coreclr#18645 from tgiphil...
next