platform/upstream/dotnet/runtime.git
2018-07-03 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26703-04, master...
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 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 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...
2018-06-27 Anirudh AgnihotryMoved SafeWaitHandle and cancellationToken to shared...
2018-06-27 Brian RobbinsRemove conditional compilation of DotNETRuntimeEventSou...
2018-06-27 Brian RobbinsFix sync.sh to call run.exe -p even if positional param...
2018-06-27 Carol EidtMerge pull request dotnet/coreclr#18663 from fiigii...
2018-06-27 AmyMerge pull request dotnet/coreclr#18425 from acmyu/xml
2018-06-27 Brian SullivanMerge pull request dotnet/coreclr#18130 from sdmaclea...
2018-06-27 Marek SafarRemoves duplicate attributes (dotnet/coreclr#18668)
2018-06-27 Jan KotasAdd VM support for Unsafe.AsRef(in T)
2018-06-27 Phil GarciaApplying PR feedback
2018-06-27 Henry SharberMore Dead String (dotnet/coreclr#18664)
2018-06-27 Michal StrehovskýFix bogus assert in ArraySortHelper (dotnet/corertdotne...
2018-06-27 Stephen ToubSimplify built-in types across corefx (dotnet/corefxdot...
2018-06-26 Fei PengFix Aes and Ssse3.Shuffle intrinsic APIs
2018-06-26 Amy YuFix merge errors, replace spaces with tab, print unwind...
2018-06-26 Amy YuDump disasm line by line, changes to dumping bytes...
2018-06-26 Amy YuRefactor into TextDumper and XmlDumper classes
2018-06-26 Amy YuXml serialize section contents and gcinfo transitions
2018-06-26 Amy YuXMLSerialize gc transitions and section contents
2018-06-26 Amy YuMake unwindinfo and gcinfo xml serializable
2018-06-26 Amy YuOutput in xml format with XmlSerializer
2018-06-26 Amy YuAdd public to classes and set accessor to properties...
2018-06-26 AmyMerge pull request dotnet/coreclr#18435 from acmyu...
2018-06-26 Jakob Botsch... Fix value numbering when selecting a constant (dotnet...
2018-06-26 Jan KotasDelete slack link, standardize on gitter (dotnet/corecl...
2018-06-26 Phil GarciaChanged internal value to readonly to all the primitive...
2018-06-25 Bruce ForstallMerge pull request dotnet/coreclr#18585 from BruceForst...
2018-06-25 Rafael RiveraRemove commentary on non-existent appx checks (dotnet...
2018-06-25 Stephen ToubSimplify types in non-shared corelib (dotnet/corertdotn...
2018-06-25 Egor ChesakovCross-bitness regular and thread static fields offsets...
2018-06-25 Koundinya VeluriDon't close the JIT func info file on shutdown (dotnet...
2018-06-25 Egor ChesakovCross-bitness in instance fields placement and CORINFO...
2018-06-25 Adeel MujahidFix nested-anon-types warnings (dotnet/coreclr#18591)
2018-06-25 Andon AndonovRemove test logs (dotnet/coreclr#18621)
2018-06-25 hsharberRemoved dead strings used in debug-only code (dotnet...
2018-06-24 Jan KotasUpdate to latest released dotnet SDK (dotnet/coreclr...
2018-06-24 Anipiknon shared changes and disabling tests
2018-06-24 Stephen ToubSimply type names in Corelib (dotnet/coreclr#18623)
2018-06-24 Jan KotasUse correct basic block to check legality of PInvoke...
2018-06-23 Bruce ForstallClean up ARM reserved register computations
2018-06-23 Bruce ForstallMerge pull request dotnet/coreclr#18600 from BruceForst...
2018-06-23 Bruce ForstallMerge pull request dotnet/coreclr#18615 from A-And...
2018-06-23 Stephen ToubChange string.Compare(...) == 0 occurrences to string...
2018-06-23 Anirudh AgnihotryMoved EventWaitHandle.cs to shared (dotnet/coreclr...
2018-06-23 Adeel MujahidPass RID to crossgen (dotnet/coreclr#18592)
next