platform/upstream/coreclr.git
2017-04-03 William GodbeMerge pull request #10671 from wtgodbe/Redist
2017-04-03 Pat GavlinMerge pull request #10672 from pgavlin/FixExceptionRefe...
2017-04-03 wtgodbePublish VC Redist DLLs as part of CoreCLR Package
2017-04-03 Jarret ShookMerge pull request #10326 from jashook/arm64_test_updat...
2017-04-03 Pat GavlinFix a reference to System.Exception in a JIT test.
2017-04-03 ragmani[x86/Linux] add the process of handling when entry...
2017-04-03 jashookUpdate the arm64 test drop
2017-04-03 Dan MoseleyCut down FormatterServices (#10653)
2017-04-02 Tarek Mahmoud... Fix Double.ToString performance on Linux and OSX (...
2017-04-02 Hugh BellamyBring back kApplicationException (#10650)
2017-04-02 Dan MoseleyRemove securitystate (#10649)
2017-04-02 Jan KotasMove identical Globalization files to shared partition
2017-04-02 Jan KotasMove identical files to shared partition
2017-04-02 Jan KotasMove identical Interop files to shared partition
2017-04-01 Sean Gillespie[Local GC] Move some EE-specific finalize-on-unload...
2017-04-01 Sean Gillespie[Local GC] Remove static fields from GC interface ...
2017-04-01 Aditya MandaleekaMerge pull request #10584 from adityamandaleeka/handle_...
2017-04-01 Matt EllisAdd .gitmirror file
2017-04-01 Brian SullivanMerge pull request #10627 from briansull/profile-data
2017-04-01 Luis GRefactor dotnet download code in init-tools.cmd (#10527)
2017-04-01 Andy AyersJit: fix a few issues with single def local tracking...
2017-04-01 Andy AyersMerge pull request #10638 from AndyAyersMS/EmptyTryUpda...
2017-04-01 Jan KotasDelete moved files
2017-04-01 Michal StrehovskýMerge pull request dotnet/corert#3175 from jkotas/nmirr...
2017-04-01 Aditya MandaleekaChange how VM calls ObjectFromHandle.
2017-04-01 Aditya MandaleekaAdd way to get table for handle and ADIndex for handlet...
2017-04-01 Sergey Andreenkodelete GetMethod2 (#10626)
2017-04-01 Andy AyersJit: decrement finally nesting level when removing...
2017-04-01 Sergey Andreenkodelete wrong and unused value (#10634)
2017-04-01 Bruce ForstallMerge pull request #10467 from helloguo/VectorConversio...
2017-04-01 Bruce ForstallMerge pull request #10619 from BruceForstall/legacynonjit
2017-04-01 Ahson Ahmed... Removing Slice on string overloads and adding AsSpan...
2017-03-31 Jan KotasMerge pull request #10625 from jkotas/debug
2017-03-31 Ahson Ahmed... Temporary removing string slice span bench test. (...
2017-03-31 Brian SullivanAdded DisableInlining flag to the ProfileData.
2017-03-31 Bruce ForstallAdd altjit build for Windows x86-hosted, Windows ARM32...
2017-03-31 Bruce ForstallMerge pull request #10193 from mskvortsov/ryujit-arm32...
2017-03-31 Jan KotasChange the test hook from interface to delegate
2017-03-31 Jan KotasFix build breaks
2017-03-31 Atsushi KanamoriNS2.0 Inject more missing types into CoreRT by sharing...
2017-03-31 Jan KotasCopy System.Diagnostics.Debug implementation from corefx
2017-03-31 Ben AdamsFallback for enum.Format(G) when not valid (#10610)
2017-03-31 Atsushi KanamoriPrepare TimeZoneInfo.cs for move to shared partition...
2017-03-31 Steve MacLeanAdd assert to GCHeap::ValidateObjectMember (#10591)
2017-03-31 Michal StrehovskýAdd test coverage for ldtoken of open generic methods...
2017-03-30 Jeff SchwartzMerge pull request #10593 from dotnet/standaloneservergc
2017-03-30 Hyung-Kyu Choi[Ryujit/ARM32][ReadyToRun] Fix invocation to Thunk...
2017-03-30 Matt MitchellEnable CROSS for testing (#10594)
2017-03-30 Brian SullivanMerge pull request #10513 from briansull/profile-data
2017-03-30 Pat GavlinFix Issue #10022. (#10587)
2017-03-30 Jeff SchwartzFix tabs and spaces
2017-03-30 Jonghyun Park[x86/Linux] Use CDECL instead of STDCALL (#10410)
2017-03-30 Bruce ForstallMerge pull request #10228 from mskvortsov/ryujit-arm32...
2017-03-30 Jarret ShookMerge pull request #10588 from jashook/add_correct_fail...
2017-03-30 Jeff SchwartzChange necessary to enable standalonegc on server gc...
2017-03-30 Sujin Kim[Ryujit/ARM32] Implement NYI related with overflow...
2017-03-30 Joseph TremouletMerge pull request #10569 from sdmaclea/PR-FIX-10359
2017-03-30 jashookRe-disable b08046 and add correct metadata.
2017-03-30 Sean GillespieFix an issue where the DAC and GC versions of the heap_...
2017-03-30 Steve MacLean... Fix formatting
2017-03-30 Andrey AkinshinFix magic number explanation in filetime.cpp (#10582)
2017-03-30 Igor Kulaychuk[Linux][GDB-JIT] Remove (nothrow) when using new (...
2017-03-30 Noah FalkMerge pull request #10478 from noahfalk/fitjit
2017-03-30 dotnet botUpdate CoreClr to preview1-25130-01 (#10573)
2017-03-30 Aditya MandaleekaMerge pull request #10575 from adityamandaleeka/544701_...
2017-03-30 noahfalkTiered Compilation step 1
2017-03-30 Daniel PodderAdd PGO support for Clang/LLVM on Unix (#10533)
2017-03-30 Jan KotasDelete moved files
2017-03-30 Jan KotasMerge pull request dotnet/corert#3141 from dotnet/nmirror
2017-03-30 Stephen ToubRevert "TimeSpan.FromMilliseconds(TimeSpan.MaxValue...
2017-03-30 Brian SullivanAdded two new profile data flags: ExcludeHotMethodCode...
2017-03-30 Aditya MandaleekaReduce console writes in 544701.
2017-03-29 Gaurav KhannaReflect PortableRIDs in Identity packages (#10567)
2017-03-29 Hyeongseok Oh[Linux/x86] Change non-PR Linux/x86 build CI job to...
2017-03-29 Gaurav KhannaSwitch to produce Preview1 packages (#9886)
2017-03-29 Aditya MandaleekaMerge pull request #10506 from adityamandaleeka/handle_...
2017-03-29 Steve MacLean... Handle null ref in Compiler::optCreateAssertion
2017-03-29 Andy AyersJIT: improve types for single def locals and temps...
2017-03-29 Joseph TremouletMerge pull request #10564 from JosephTremoulet/SelfAssign
2017-03-29 dotnet botUpdate CoreClr, CoreFx to beta-25129-03, beta-25129...
2017-03-29 dotnet botchange JitEE interface signature for getReadyToRunDeleg...
2017-03-29 Swaroop SridharFix some bugs in Linux ILLINK testing.
2017-03-29 Aditya MandaleekaCreate a GCHandleTable interface with Init/Shutdown.
2017-03-29 smile21prcRe-enable multi-queue for coreclr (#10541)
2017-03-29 Rahul KumarMerge pull request #10446 from rahku/fix9879
2017-03-29 Alex PerovichAdd shared directory README (#10535)
2017-03-29 Joseph TremouletTake fields into account checking for self-assign
2017-03-29 Hyung-Kyu ChoiFix indentation of diagram in comment (#10554)
2017-03-29 Rahul KumarFix duplicate fcall entries for GetAssemblyName (#10546)
2017-03-29 Jonghyun Park[x86/Linux] Use Portable ArrayInitializeWorker (#10550)
2017-03-29 Hyeongseok OhFix dependency to coreclr and mscorrc in Linux (#10138)
2017-03-29 ragmani[x86/Linux] fix a typo of FillRegDisplay method. (...
2017-03-29 Jan KotasDelete moved file
2017-03-29 Jan KotasMerge pull request dotnet/corert#3134 from dotnet/nmirror
2017-03-29 Jonghyun Park[x86/Linux] Fix signature mismatch inside Instantiating...
2017-03-29 Rama krishnan... Merge pull request #10537 from ramarag/cleanup_longfile
2017-03-29 Rama Krishnan... Removing Unnecessary CloseBuffer calls
2017-03-29 Brian SullivanMerge pull request #10534 from sdmaclea/PR-ARM64-GC...
2017-03-28 Zverev EugeneTimeSpan.FromMilliseconds(TimeSpan.MaxValue.TotalMillis...
2017-03-28 Jonghyun Park[x86/Linux] Align frame before SetObjectAppDomain call...
next