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-11-30Merge pull request dotnet/coreclr#15246 from stephentoub/double_tryformatStephen Toub
2017-11-28Switch new TryParse* and TryFormat methods to use span-based format (#15238)Stephen Toub
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-22Move SafeBuffer and a few other files to shared CoreLib partition (#15141)Jan Kotas
2017-11-21Reduce allocations in StringBuilder.AppendFormat for primitive types (#15110)Justin Van Patten
2017-11-20Fix two issues in managed number formatting (dotnet/coreclr#15105)Stephen Toub
2017-11-19Merge pull request dotnet/coreclr#15069 from stephentoub/coreclrnumbersharedJan Kotas
2017-10-24Search/replace _DEBUG => DEBUGJan Kotas
2017-10-17Merge pull request dotnet/coreclr#14311 from ViktorHofer/SerializationExcepti...dotnet bot
2017-09-28Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley
2017-09-01Spelling and grammar corrections - M through Z (dotnet/coreclr#13698)Brian Chavez
2017-08-28Remove dead HResults.cs (dotnet/coreclr#13611)Dan Moseley
2017-08-25Remove uses of the {RO}Span ctor that takes an array and offset (#13578) (#4380)dotnet bot
2017-08-17Merge pull request dotnet/coreclr#13409 from stephentoub/encoder_spanStephen Toub
2017-08-11Start at running ILLink to find dead code in Corelib (dotnet/coreclr#13266)Dan Moseley
2017-08-10Add Encoding Span-based APIs (dotnet/coreclr#13269)Stephen Toub
2017-08-09Add StringBuilder Span-based APIs (dotnet/coreclr#13163)Kevin Gosse
2017-07-19Encoding code clean up (dotnet/coreclr#12864)Tarek Mahmoud Sayed
2017-07-13Change missed by corelib mirror (#4154)Jan Kotas
2017-07-08Minor fix added to mirrored changesTarek Mahmoud Sayed
2017-07-06Clean up serialization from EncodingTarek Mahmoud Sayed
2017-07-06Move more Encoding code to the shared folderTarek Mahmoud Sayed
2017-06-18Cleanup most code in StringBuilder (dotnet/coreclr#10156)James Ko
2017-06-09DateTime serialization fixed, added attention labels to serialized fields (#1...Viktor Hofer
2017-06-06TypeForwardedFrom attributes on coretypes for NetFX serialization (#12059)Viktor Hofer
2017-05-27ISerializable cleanup (dotnet/coreclr#11873)Morgan Brown
2017-05-24Scale back [Serializable] on CoreCLR types (dotnet/coreclr#11765)Morgan Brown
2017-04-21Update StringBuilder.AppendJoin to approved API (dotnet/coreclr#11059)Joseph Musser
2017-04-10Move files to shared CoreLib partition (dotnet/coreclr#10837)Jan Kotas
2017-03-24Use Array.Copy with index and remove coreclr specific functionAlex Perovich
2017-03-24Move StringBuilder to shared partition (#10357)Alex Perovich
2017-03-04Shared changes from coreclrAlex Perovich