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
AgeCommit message (Expand)Author
2018-03-02Remove Span.NonGenerics and update leftover AsRoS -> AsSpan changes (#16689)Ahson Khan
2018-03-02Merge pull request dotnet/coreclr#16618 from stephentoub/valuetaskextensibilityStephen Toub
2018-02-28Add MemoryExtensions to CoreLib along with necessary SpanHelpers (#16521)Ahson Khan
2018-02-23Remove StringBuffer and use ValueStringBuilder (dotnet/coreclr#16512)Jeremy Kuhne
2018-02-23Remove most preemptive checks from GetFullPath (dotnet/coreclr#16478)Jeremy Kuhne
2018-02-21Moved extensions.cs to shared folder in coreclr (dotnet/coreclr#16459)Anirudh Agnihotry
2018-02-12Move String.Manipulation.cs to shared (dotnet/coreclr#16226)Jan Kotas
2018-02-12Use stackalloc in string.Split (dotnet/coreclr#15435)Alex
2018-02-03Fix mirroring build breakTarek Mahmoud Sayed
2018-02-03Merge pull request dotnet/coreclr#16133 from eerhardt/AddVectorToCoreLibEric Erhardt
2018-02-02Reduce Execution Context Save+Restore - changes for corertBen Adams
2018-02-02Reduce Execution Context Save+Restore (dotnet/coreclr#15629)Ben Adams
2018-01-30Move TimeZoneInfo.Unix.cs to shared CoreLib partition (#16057)Jan Kotas
2018-01-24Define Interop.Kernel32.MAX_PATH (#15952)Jan Kotas
2018-01-23Misc Span/Memory changes (dotnet/coreclr#15941)Ian Hays
2018-01-23Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953) (#5276)dotnet bot
2018-01-20Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)Jan Kotas
2018-01-17Move public StreamReader/Writer to CoreLib (dotnet/coreclr#15884)Jan Kotas
2018-01-11Move System.Globalization.CultureData to shared CoreLib partition (#15805)Jan Kotas
2018-01-06Move types to shared corelib partition (dotnet/coreclr#15768)Jan Kotas
2017-12-23Move HandleRef and GuidAttribute to shared CoreLib partitionJan Kotas
2017-12-14Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)Ahson Khan
2017-12-02Unix: Remove MaxPath, MaxName (dotnet/coreclr#15229)Tom Deseyn
2017-11-23Move TextInfo to shared CoreLib partition (dotnet/coreclr#15195)Jan Kotas
2017-11-23Move Nullable and string normalization to shared CoreLib partition (#15184)Jan Kotas
2017-11-22Move ArraySegment and a few other files to shared CoreLib partition (#15158)Jan Kotas
2017-11-22Move SafeBuffer and a few other files to shared CoreLib partition (#15141)Jan Kotas
2017-11-21Move UnmanagedMemoryAccessor to shared CoreLib partition (#15137)Jan Kotas
2017-11-21Reduce allocations in StringBuilder.AppendFormat for primitive types (#15110)Justin Van Patten
2017-11-21Move MemoryStream to shared CoreLib partition (dotnet/coreclr#15116)Jan Kotas
2017-11-20Move TaskToApm to shared CoreLib partition (dotnet/coreclr#15113)Jan Kotas
2017-11-19Move debugger attributes to shared partition (dotnet/coreclr#15100)Jan Kotas
2017-11-19Merge pull request dotnet/coreclr#15069 from stephentoub/coreclrnumbersharedJan Kotas
2017-11-16HashCode based on xxHash32 (dotnet/coreclr#14863)Jonathan Dickinson
2017-11-10Adding placeholder Span debugger proxy (dotnet/coreclr#14749)Ahson Khan
2017-11-09Merge pull request dotnet/coreclr#14906 from stephentoub/add_memory_stringStephen Toub
2017-11-07Move Dictionary to shared CoreLib partition (dotnet/coreclr#14795)Jan Kotas
2017-10-31Move System.Tuple to shared CoreLib partition (dotnet/coreclr#14762)Jan Kotas
2017-10-23Hide post exception stack frames (dotnet/coreclr#14652)Ben Adams
2017-10-11Add CompareInfo.Invariant.cs to shared corelib partitionJan Kotas
2017-10-11Move CompareInfo.cs to shared corelib partition (dotnet/coreclr#14407)Jan Kotas
2017-10-04Move String.Searching.cs to shared CoreLib partition (#4673)Jan Kotas
2017-10-03Update Microsoft.NETCore.Native package (#4646)Jan Kotas
2017-10-03Adding {RO}Memory<T> debugger view (dotnet/coreclr#14130)Ahson Ahmed Khan
2017-09-26Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding
2017-09-19Merge pull request dotnet/coreclr#14052 from stephentoub/parsenumbers_managedStephen Toub
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas
2017-09-15Move List to shared partition (dotnet/coreclr#14006)Jan Kotas
2017-09-10Move PInvoke interop related attributes to shared CoreLib partitionJan Kotas
2017-09-09Merge pull request #4475 from jkotas/corelib-mirrorJan Kotas