platform/upstream/dotnet/runtime.git
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-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)
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 (dotnet/coreclr#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 (dotne...
2018-06-22 Luqun LouAdd public implementation MarshalerSupport (dotnet...
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 dotnet/coreclr#18581 from CarolEidt...
2018-06-22 Bruce ForstallMerge pull request dotnet/coreclr#18595 from BruceForst...
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 dotnet/coreclr#18570 from acmyu...
2018-06-21 Andon AndonovWindows CoreFX CI Staging Commit (dotnet/coreclr#18388)
2018-06-21 Gleb BalykovFix unset ZapRelocationType for fixup (dotnet/coreclr...
2018-06-21 Bruce ForstallFix ARM encoder limits
2018-06-21 Bruce ForstallMerge pull request dotnet/coreclr#18031 from kbaladurin...
2018-06-21 dotnet-maestro-botUpdate PgoData to master-20180621-0050 (dotnet/coreclr...
2018-06-21 Jan KotasUndo accidental 2.0 -> 2.1 renames (dotnet/corertdotnet...
2018-06-21 Adeel MujahidRev netcoreapp2.0 to netcoreapp2.1 (dotnet/corertdotnet...
2018-06-21 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26621-01, preview1...
2018-06-20 Wes HaggardMerge pull request dotnet/coreclr#18552 from dotnet...
2018-06-20 Alfred MyersFixed method name in comment (dotnet/coreclr#18571)
2018-06-20 Carol EidtMerge pull request dotnet/coreclr#18573 from CarolEidt...
2018-06-20 Carol EidtRe-enable tests after fixing 18295
2018-06-20 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-20 Carol EidtAn UnusedValue still requires a target reg (dotnet...
2018-06-20 Marco Rossignoliadded concurrent access detection to Remove() (dotnet...
2018-06-20 Carol EidtAdd another test for dotnet/coreclr#17971
2018-06-20 Jarret ShookRemove MaskLoad tests from arm and arm64 lst files...
2018-06-20 Amy YuMake sections optional, throw more descriptive error...
2018-06-20 Tarek Mahmoud... Avoid extra allocation in IDNA (dotnet/coreclr#18551)
2018-06-20 Sergey AndreenkoFix instruction groups offset on the border between...
2018-06-20 Sergey AndreenkoFix Complus_JitMinOpts for the first method (dotnet...
2018-06-20 Viktor HoferRemove StringBuilderCache usage from System.Text.Regula...
2018-06-19 Amy YuMake unwind info specific to amd64
2018-06-19 Amy YuUse Registers for FrameRegister
2018-06-19 Amy YuSave frameOffset in 16bits
2018-06-19 Amy YuDump unwind codes based on opcode
2018-06-19 Amy YuRename enums with Pascal casing
2018-06-19 Amy YuUse symbolic names for opcodes, get register name for...
2018-06-19 Amy YuFix bugs
2018-06-19 AmyMerge pull request dotnet/coreclr#18357 from acmyu...
2018-06-19 Amy YuParse entries of import section
2018-06-19 Stephen ToubAvoid two unnecessary string.Substring calls in Punycod...
2018-06-19 Tomas Weinfurtfixes for sos on FreeBSD (dotnet/coreclr#18479)
2018-06-19 Carol EidtFix struct promotion check for SIMD field (dotnet/corec...
2018-06-19 John DoeTypo (dotnet/coreclr#18550)
2018-06-19 Amy YuDump bytes with offset instead of rva
2018-06-19 Amy YuParse and dump compiler identifier and import sections...
2018-06-19 Amy YuDump contents of NativeArray and NativeHashtable
2018-06-19 Amy YuUse GetEntryPointIdFromOffset to get EntryPointId of...
2018-06-19 Amy YuOutput formatting changes for unwindInfo and section...
2018-06-19 AmyMerge pull request dotnet/coreclr#18500 from acmyu...
2018-06-19 Amy YuSave name of dll in constant, use tab instead of spaces
2018-06-19 dotnet-maestro-botUpdate CoreClr to preview1-26619-04 (dotnet/coreclr...
2018-06-19 Jan KotasPInvoke calli support for CoreRT (dotnet/coreclr#18534)
2018-06-19 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-19 Henry SharberRemoved dead strings from corerror.xml
2018-06-19 Henry SharberRemove dead strings mscorrc.rc
2018-06-19 Carol EidtgenPutArgStk needs to check for FIELD_LIST first (dotne...
2018-06-18 Jan KotasDelete PinnableBufferCache (dotnet/corertdotnet/coreclr...
2018-06-18 Jarret ShookCorrectly return early if the test fails (dotnet/corecl...
2018-06-18 Luqun LouAdd public implementation WindowsRuntime ExceptionSuppo...
2018-06-18 Fei PengImprove Intel hardware intrinsic APIs (dotnet/coreclr...
2018-06-18 Tomas Weinfurttemporarily disable pthread based named mutexes on...
2018-06-18 dotnet botDocument span lifetime issue in CreateSpan (dotnet...
2018-06-18 John DoeTypo (dotnet/coreclr#18520)
next