platform/upstream/coreclr.git
2018-06-29 Bruce ForstallMerge pull request #18715 from BruceForstall/FixSignedC...
2018-06-29 Sergey Andreenkooptimize fgMorphTree for GenTreeArgList (#18582)
2018-06-29 Bruce ForstallFix issue with signed/unsigned comparison
2018-06-29 Bruce ForstallMerge pull request #18693 from BruceForstall/FixLinuxX6...
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 (#18711)
2018-06-29 Carol EidtMerge pull request #18696 from CarolEidt/Fix18362
2018-06-29 Andy AyersJIT: fix regression when returning struct with no field...
2018-06-29 Luqun LouAdd public implementation CultureDataSupport (#18691)
2018-06-29 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-29 Gleb BalykovRemove relocations for vtable chunks (#17147)
2018-06-28 Carol EidtLSRA: fix multi-reg ops under FIELD_LIST
2018-06-28 Carol EidtAdd test for #18362
2018-06-28 Bruce ForstallStop creating Linux/x64 corefx flow jobs
2018-06-28 Bruce ForstallMerge pull request #18689 from BruceForstall/UpdateArmB...
2018-06-28 EdenUpdate Tizen CI docker image (#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 (#18685)
2018-06-28 John DoeTypo (#18684)
2018-06-28 John DoeTypo (dotnet/corert#6029)
2018-06-28 Andy AyersJIT: fix bug returning small structs on linux x64 ...
2018-06-27 Egor ChesakovCross-bitness in ZapRelocs (#18665)
2018-06-27 Andon AndonovModify netci definition (#18677)
2018-06-27 Luqun LouAdd Public implementation RemoveEventHandler in EventRe...
2018-06-27 Andon AndonovWindows CoreFX CI (#18365)
2018-06-27 Jan KotasMerge pull request #18645 from tgiphil/readonly
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 #18663 from fiigii/fixapis
2018-06-27 AmyMerge pull request #18425 from acmyu/xml
2018-06-27 Brian SullivanMerge pull request #18130 from sdmaclea/PR-ARM64-JIT...
2018-06-27 Marek SafarRemoves duplicate attributes (#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 (#18664)
2018-06-27 Michal StrehovskýFix bogus assert in ArraySortHelper (dotnet/corert...
2018-06-27 Stephen ToubSimplify built-in types across corefx (dotnet/corefx...
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 #18435 from acmyu/unwind
2018-06-26 Jakob Botsch... Fix value numbering when selecting a constant (#18627)
2018-06-26 Jan KotasDelete slack link, standardize on gitter (#18644)
2018-06-26 Phil GarciaChanged internal value to readonly to all the primitive...
2018-06-25 Bruce ForstallMerge pull request #18585 from BruceForstall/FixArmOffsets
2018-06-25 Rafael RiveraRemove commentary on non-existent appx checks (#18631)
2018-06-25 Stephen ToubSimplify types in non-shared corelib (dotnet/corert...
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 (#18060)
2018-06-25 Egor ChesakovCross-bitness in instance fields placement and CORINFO...
2018-06-25 Adeel MujahidFix nested-anon-types warnings (#18591)
2018-06-25 Andon AndonovRemove test logs (#18621)
2018-06-25 hsharberRemoved dead strings used in debug-only code (#18622)
2018-06-24 Jan KotasUpdate to latest released dotnet SDK (#18626)
2018-06-24 Anipiknon shared changes and disabling tests
2018-06-24 Stephen ToubSimply type names in Corelib (#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 #18600 from BruceForstall/FixArmFPFr...
2018-06-23 Bruce ForstallMerge pull request #18615 from A-And/CIFXStaging
2018-06-23 Stephen ToubChange string.Compare(...) == 0 occurrences to string...
2018-06-23 Anirudh AgnihotryMoved EventWaitHandle.cs to shared (#18612)
2018-06-23 Adeel MujahidPass RID to crossgen (#18592)
2018-06-23 Noah FalkFix incorrect usage of ILCodeVersion::AsNode (issue...
2018-06-23 Andon AndonovCorrect testResults path
2018-06-23 Bruce ForstallExpand ARM local variable R11-based addressing
2018-06-22 Andon AndonovFix incorrect script path (#18613)
2018-06-22 Amy YuMove Amd64 specific class to it's own folder and subnam...
2018-06-22 AnipikNon Shared Changed And feedback
2018-06-22 Andon AndonovRemove trigger phrases and add testhost building (...
2018-06-22 Luqun LouAdd public implementation MarshalerSupport (#18530)
2018-06-22 Aaron RobinsonStart moving testing documentation into a single locati...
2018-06-22 Russ KeldorphUpdate package version to 3.0.0
2018-06-22 Carol EidtMerge pull request #18581 from CarolEidt/Reenable18295
2018-06-22 Bruce ForstallMerge pull request #18595 from BruceForstall/FixArmEnco...
2018-06-22 Anirudh AgnihotryMoved Semaphore.cs and Semaphore.Windows.cs to shared...
2018-06-22 Stephen ToubUpdate behaviors of new TextWriter StringBuilder overlo...
2018-06-21 AmyMerge pull request #18570 from acmyu/bugs
2018-06-21 Andon AndonovWindows CoreFX CI Staging Commit (#18388)
2018-06-21 Gleb BalykovFix unset ZapRelocationType for fixup (#18589)
2018-06-21 Bruce ForstallFix ARM encoder limits
2018-06-21 Bruce ForstallMerge pull request #18031 from kbaladurin/fix-hfa-tests
2018-06-21 dotnet-maestro-botUpdate PgoData to master-20180621-0050 (#18587)
2018-06-21 Jan KotasUndo accidental 2.0 -> 2.1 renames (dotnet/corert#5981)
2018-06-21 Adeel MujahidRev netcoreapp2.0 to netcoreapp2.1 (dotnet/corert#5974)
2018-06-21 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26621-01, preview1...
2018-06-20 Wes HaggardMerge pull request #18552 from dotnet-maestro-bot/maste...
2018-06-20 Alfred MyersFixed method name in comment (#18571)
2018-06-20 Carol EidtMerge pull request #18573 from CarolEidt/ExplicitLayoutTest
2018-06-20 Carol EidtRe-enable tests after fixing 18295
next