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-12-01Expose Environment.ProcessorCount via EnvironmentAugments (#5047)Tom Deseyn
2017-11-30Delete double/float formatting code moved to sharedStephen 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-28Port Decimal/ThrowHelper changes from coreclr format span changeStephen Toub
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-27NativeCallable methods can only be called from unmanaged code (#5015)Toni Solarin-Sodara
2017-11-27Fix typoDan Moseley
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-25Changes in non-shared CoreLib partitionJan Kotas
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-23Merge remote-tracking branch 'dotnet/nmirror' into nmirror-mergeMichal Strehovský
2017-11-23Avoid rooting field reflection from InvokeUtilsMichal Strehovsky
2017-11-23Use common formatter to format stack trace metadata (#5004)Michal Strehovský
2017-11-23Fix namespaces and ThrowHelperJan Kotas
2017-11-23Move Nullable and string normalization to shared CoreLib partition (#15184)Jan Kotas
2017-11-23Delete unnecessary abstractions (#4996)Jan Kotas
2017-11-23StringBuilder: Use Decimal.TryFormat (dotnet/coreclr#15170)Justin Van Patten
2017-11-22Implement ISpanFormattable on Decimal (#4992)Justin Van Patten
2017-11-22Fix ProjectN build break and warnings (#4991)Jan Kotas
2017-11-22Add string to ReadOnlySpan<char> implicit cast (#4990)Stephen Toub
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-22Adjust to decimal formatting moving to sharedStephen Toub
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 GetComparerForReferenceTypesOnly/StructOnlyEquals to EqualityComparerHel...Michal Strehovsky
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-20Break dependencies in TypeLoaderExportsMichal Strehovsky
2017-11-20Move TaskToApm to shared CoreLib partition (dotnet/coreclr#15113)Jan Kotas
2017-11-20Fix build break in non-shared partitionJan 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