Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-30Make sure metadata nodes don't show up in the graph (#6152)Michal Strehovský
2018-07-30Add support for sealed vtables in CppCodegen (#6148)Michal Strehovský
2018-07-30Add an option to only generate metadata for complete types (#6149)Michal Strehovský
2018-07-28Merge pull request #6143 from dotnet/nmirrorMichal Strehovský
2018-07-27[tfs-changeset: 1708860]dotnet-bot
2018-07-26Adding infinite recursion detection logic for the type assignability algorith...Fadi Hanna
2018-07-25Merge pull request #6137 from dotnet/nmirrorMichal Strehovský
2018-07-24Generate runs of interface dispatch cellsMichal Strehovsky
2018-07-23Fixing the warning (bug 497509) we get from an unsupported alignment value fo...Fadi Hanna
2018-07-23Merge pull request #6133 from dotnet/nmirrorMichal Strehovský
2018-07-23Make generic composition details relative addressesMichal Strehovsky
2018-07-21Fix unnnecessary reference to DateTimeFormatInfo.DecimalSeparator (#19064)Stephen Toub
2018-07-20Minor code review feedbackAndrew Au
2018-07-20Support Windows to capture PointOfFailure crash dumpAndrew Au
2018-07-20Improve throughput of TimeSpan.ToString/TryFormat with "g"/"G" (#19051)Stephen Toub
2018-07-20Fixed missing readonly attribute (dotnet/coreclr#19052)Phil Garcia
2018-07-20Add ILanguageExceptionStackBackTrace as WellKnown CCW interfaceLuqun Lou
2018-07-19Fix a reflection bug caused by my previous checkin. Weak reflected types shou...Fadi Hanna
2018-07-19Add MemoryMarshal.AsRef implementation (dotnet/coreclr#19021)Jan Kotas
2018-07-19Improve TimeSpan.ToString/TryFormat throughput for default format (#18990)Stephen Toub
2018-07-19Fix desktop build breakJan Kotas
2018-07-18Use AppContext.ProcessExit intead of AppDomain.* to fix CoreRT build breaksJan Kotas
2018-07-18Use Decimal implementation from shared partitionJan Kotas
2018-07-18Optimize {Try}FormatDecimal (dotnet/coreclr#18935)Pent Ploompuu
2018-07-18Delete Span ifdefs that are no longer needed (dotnet/coreclr#18982)Jan Kotas
2018-07-18Add back in code deleted in .NET Core port.Vance Morrison
2018-07-18Move Decimal to shared (dotnet/coreclr#18948)Pent Ploompuu
2018-07-18Improve throughput of {U}Int32/64.{Try}Parse for hex (dotnet/coreclr#18952)Stephen Toub
2018-07-18Merge pull request #6112 from dotnet/nmirrorJan Kotas
2018-07-18Make ThreadStatics a bit more faster (#6109)Michal Strehovský
2018-07-18In ProjectN, when compiling in multifile mode, all imported types that are al...Fadi Hanna
2018-07-18Make thread statics faster (#6108)Michal Strehovský
2018-07-18Merge pull request #6107 from dotnet/nmirrorMichal Strehovský
2018-07-18Refactoring the ISortableSymbolNode into ISortableNode and ISymbolNode, to se...Fadi Hanna
2018-07-17Add support for embedding runtime configuration (#6103)Michal Strehovský
2018-07-17Add DefinePInvokeStubs (#6104)Atsushi Kanamori
2018-07-16Optimize {Try}FormatDecimal (#6099)Pent Ploompuu
2018-07-16Added System.Runtime.ProfileOptimization (#6095)Marco Rossignoli
2018-07-16Fix decimal parsing for "-1e-400" (#6102)Pent Ploompuu
2018-07-16Improve throughput of UInt32/UInt64 integer parsing (dotnet/coreclr#18930)Stephen Toub
2018-07-15Port changes in non-shared CoreLib partitionJan Kotas
2018-07-15Expose SpinWait.SpinOnce(int sleep1Threshold) overload (#18204)Koundinya Veluri
2018-07-15Remove version increment from Dictionary<K,V>.Remove overloads (#18854)Wraith2
2018-07-14Improve Int32/Int64 {Try}Parse performance for NumberStyles.Integer (#18897)Stephen Toub
2018-07-14Make Decimal a readonly struct (#6091)Pent Ploompuu
2018-07-13Merge pull request #6092 from dotnet/masterMichal Strehovský
2018-07-12Enable ThreadStatic GC layout test (#6090)Michal Strehovský
2018-07-12Fix size of thread-local statics blocks (#6089)Jan Kotas
2018-07-11Optimize Decimal multiplication (32-bit)Pent Ploompuu
2018-07-11Optimize Decimal division and GetHashCode (32-bit)Pent Ploompuu