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
2017-12-01Removed Check Invalid Path Chars (dotnet/coreclr#15191)Anirudh Agnihotry
2017-12-01Avoid provider-related costs for default integer formatting (#15272)Stephen Toub
2017-11-30Merge pull request dotnet/coreclr#15246 from stephentoub/double_tryformatStephen Toub
2017-11-29Merge pull request #5038 from dotnet/nmirrorJan Kotas
2017-11-29rollback of changeset #1681676 (the workaround for the build break)dotnet-bot
2017-11-28Fix typo in comment in number formattingStephen Toub
2017-11-28Switch new TryParse* and TryFormat methods to use span-based format (#15238)Stephen Toub
2017-11-26Fix build error (dotnet/coreclr#15218) (#5025)Jan Kotas
2017-11-26Sort the Action/Func delegates (dotnet/coreclr#15222)Justin Van Patten
2017-11-26Use string.Create in BitConverter.ToString(byte[]) (dotnet/coreclr#15218)Justin Van Patten
2017-11-25added keu value to key not found exception (dotnet/coreclr#15201)Anirudh Agnihotry
2017-11-24Implementation for new string.contains api (dotnet/coreclr#15180)Anirudh Agnihotry
2017-11-23Revert making Nullable<T> readonly (dotnet/coreclr#15198)Stephen Toub
2017-11-23Move TextInfo to shared CoreLib partition (dotnet/coreclr#15195)Jan Kotas
2017-11-23Fix namespaces and ThrowHelperJan Kotas
2017-11-23Move Nullable and string normalization to shared CoreLib partition (#15184)Jan Kotas
2017-11-23StringBuilder: Use Decimal.TryFormat (dotnet/coreclr#15170)Justin Van Patten
2017-11-22Cosmetic fixes after move to shared partitionJan Kotas
2017-11-22Move ArraySegment and a few other files to shared CoreLib partition (#15158)Jan Kotas
2017-11-22Add Decimal.TryFormat span-based method (dotnet/coreclr#15145)Stephen Toub
2017-11-22Fix unused field warningsJan Kotas
2017-11-22Delete unused leftovers from binary serialization (dotnet/coreclr#15140)Jan Kotas
2017-11-22Move SafeBuffer and a few other files to shared CoreLib partition (#15141)Jan Kotas
2017-11-21Merge pull request #4971 from dotnet/nmirrorMichal Strehovský
2017-11-21Move UnmanagedMemoryAccessor to shared CoreLib partition (#15137)Jan Kotas
2017-11-21Version: Use int.TryFormat & StringBuilder.Append(int) (#15132)Justin Van Patten
2017-11-21Reduce allocations in StringBuilder.AppendFormat for primitive types (#15110)Justin Van Patten
2017-11-21Workaround ProjectN compiler bugJan Kotas
2017-11-21Fix typoJan Kotas
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-20Fix two issues in managed number formatting (dotnet/coreclr#15105)Stephen Toub
2017-11-19Delete FriendAccessAllowedAttribute and associated dead code (#15101)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-18Fix up ConfiguredValueTaskAwaitable signature for new compiler checks (#15092)Jan Kotas
2017-11-16HashCode based on xxHash32 (dotnet/coreclr#14863)Jonathan Dickinson
2017-11-16Adding null check for implicit cast from array/arraysegment to Span (#15044)Ahson Khan
2017-11-14Add object null checks in Memory<T> APIs to support default (#14816) (#4930)dotnet bot
2017-11-14Adding Memory CopyTo APIs (dotnet/coreclr#15010)Ahson Khan
2017-11-14Fix CppCodeGen break with latest XCode (#4926)Jan Kotas
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-11-11Manually port change that was missed by the CoreLib mirror (#4908)Jan Kotas
2017-11-11Added UnixEpoch to DateTime and DateTimeOffset. (dotnet/coreclr#14648)Adrian Godong
2017-11-11Port EventSource nuget package change. (#4906)Brian Robbins
2017-11-10Adding placeholder Span debugger proxy (dotnet/coreclr#14749)Ahson Khan
2017-11-10Add missing license header (dotnet/coreclr#14936)Jan Kotas
2017-11-10Temporarily add back old TryParse signatures (dotnet/coreclr#14893)Stephen Toub
2017-11-10Fix spelling error in comment (dotnet/coreclr#14745)Vance Morrison
2017-11-09Merge pull request dotnet/coreclr#14906 from stephentoub/add_memory_stringStephen Toub