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-08-11Create Microsoft.IO.Redist (dotnet/corefx#31679)Jeremy Kuhne
2018-06-15Fix handling of generating relative path to parent (dotnet/coreclr#18460)Jeremy Kuhne
2018-06-14add overloads (dotnet/coreclr#18458)Marco Rossignoli
2018-03-09RemoveRelativeSegments moved from path to pathinternal (#16829)Anirudh Agnihotry
2018-03-08Make member visibility first accross corlib (dotnet/coreclr#16836) (#5518)dotnet bot
2018-03-08Remove dead code found by ILLink. (dotnet/coreclr#16759)Eugene Rozenfeld
2018-03-03Fixing GetFullPath (dotnet/coreclr#16670)Anirudh Agnihotry
2018-03-01Add Path.Join() methods. (dotnet/coreclr#16561)Jeremy Kuhne
2018-02-25Fix path issues (dotnet/coreclr#16554)Jeremy Kuhne
2018-02-23AsReadOnlySpan -> AsSpan rename to fix build breaksJan Kotas
2018-02-23Remove most preemptive checks from GetFullPath (dotnet/coreclr#16478)Jeremy Kuhne
2018-02-21Dial back aggressive checks in Path (dotnet/coreclr#16447)Jeremy Kuhne
2018-02-12Extra semicolons left at the end of Combine function taking 4 paths. (#16284)Anirudh Agnihotry
2018-02-12Removes Extra allocations for corner cases in CombineNochecks (#16255)Anirudh Agnihotry
2018-02-12Implementation of GetFullPath(string path, string basePath) (#15579)Anirudh Agnihotry
2018-02-02Span overload added for path apis (dotnet/coreclr#15608)Anirudh Agnihotry
2017-12-01Removed Check Invalid Path Chars (dotnet/coreclr#15191)Anirudh Agnihotry
2017-09-28Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley
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-06-17Add path to exception messages (dotnet/coreclr#12322)Dan Moseley
2017-05-05Fixup CoreLib mirror glitchJan Kotas
2017-04-11Remove RelocatedType annotationsJan Kotas
2017-03-16Fix CoreCLR build break in shared corelib partition (#2997)Jan Kotas
2017-03-16Enable FileStream in ProjectN build, use CreateFile2 instead of CreateFile.Jeremy Kuhne
2017-03-03Use shared sources from coreclr in corert (#2854)Alex Perovich