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-11-21Move UnmanagedMemoryAccessor to shared CoreLib partition (#15137)Jan Kotas
2017-11-21Fix typoJan Kotas
2017-11-21Move MemoryStream to shared CoreLib partition (dotnet/coreclr#15116)Jan Kotas
2017-10-19Fix BinaryWriter/Reader span parameter names (dotnet/coreclr#14577)Stephen Toub
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-26FileStream should not truncate files when opening fails. Fixes dotnet/corefx#...Kasper Fabæch Brandt
2017-09-15Merge pull request dotnet/coreclr#13976 from stephentoub/fix_memorystream_del...Stephen Toub
2017-09-09Add Memory-based Stream overloads to coreclr (#13769)Stephen Toub
2017-09-07Remove empty try's (dotnet/coreclr#13493)Dan Moseley
2017-09-02Share four exception types (dotnet/coreclr#13492)Dan Moseley
2017-08-28Remove dead HResults.cs (dotnet/coreclr#13611)Dan Moseley
2017-08-28Fix WinRT build breaks (#4398)Jan Kotas
2017-08-26Use CreateFile2 instead of CreateFile2FromApp (dotnet/coreclr#13595) (#13607)Santiago Fernandez Madero
2017-08-25Remove uses of the {RO}Span ctor that takes an array and offset (#13578) (#4380)dotnet bot
2017-08-24Merge pull request dotnet/coreclr#13522 from stephentoub/fsspanStephen Toub
2017-08-23Use CreateFile2FromApp if available (dotnet/coreclr#13410)Jeremy Kuhne
2017-08-17Added BinaryWriter Span-based APIs (dotnet/coreclr#13378)jp2masa
2017-08-11Start at running ILLink to find dead code in Corelib (dotnet/coreclr#13266)Dan Moseley
2017-07-30Add new Span-based virtual sync Read/Write Stream methods (#13058)Stephen Toub
2017-07-22Added IsPathFullyQualified() method to Path class (dotnet/coreclr#12965)Stephanie Niu
2017-07-20Missed one empty case in GetPathRoot (dotnet/coreclr#12883)Jeremy Kuhne
2017-07-19Path whitespace changes. (dotnet/coreclr#12862)Nina Chikanov
2017-07-18Fix build break - delete unused localJan Kotas
2017-07-18CoreCLR - Remove preemptive checks for path being too long (#12786)Stephen Daudell
2017-07-08Fix Unix debug assert to not use instance handle (dotnet/coreclr#12687)Jeremy Kuhne
2017-06-28Fix debug assert (dotnet/coreclr#12496)Jeremy Kuhne
2017-06-28Fix test BinaryReaderTests.Read_InvalidEncoding() on ILC (#4002)Atsushi Kanamori
2017-06-22Need to pass handle to SeekCore (dotnet/coreclr#12399)Jeremy Kuhne
2017-06-20Don't close passed in FileStream handles in constructor (#12253)Jeremy Kuhne
2017-06-17Add path to exception messages (dotnet/coreclr#12322)Dan Moseley
2017-05-27ISerializable cleanup (dotnet/coreclr#11873)Morgan Brown
2017-05-24Scale back [Serializable] on CoreCLR types (dotnet/coreclr#11765)Morgan Brown
2017-05-23Update Unix SafeHandle to throw NotFound correctly (dotnet/coreclr#11757)Jeremy Kuhne
2017-05-16Update Corelib to use SetThreadErrorMode (dotnet/coreclr#11625)Jeremy Kuhne
2017-05-12Removes unneeded Serializable attributes from enums and delegates. They can b...Morgan Brown
2017-05-06Move more files to shared CoreLib partition (dotnet/coreclr#11429)Jan Kotas
2017-05-05Fixup CoreLib mirror glitchJan Kotas
2017-05-05Merge pull request dotnet/coreclr#11411 from justinvp/delegate_opequalityStephen Toub
2017-05-05Move UnmanagedMemoryStream and related types to shared CoreLib partition (#11...Jan Kotas
2017-05-05System.IO.Path.GetPathRoot string.Empty or whitespace character string should...dotnet bot
2017-04-26Fix 28 failures in System.IO.Tests (#3434)Atsushi Kanamori
2017-04-11Remove RelocatedType annotationsJan Kotas
2017-04-09Move files to shared CoreLib partition (dotnet/coreclr#10830)Jan Kotas
2017-04-07NS2.0 Complete FileNotFoundFoundException surface area by sharing it. (#3246)Atsushi Kanamori
2017-04-06Move FileLoadException to shared partition. (#3229)Atsushi Kanamori
2017-04-02Move identical files to shared partitionJan Kotas
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich
2017-03-22Merge pull request #3050 from dotnet/nmirrorJan Kotas