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-04-06Move FileLoadException to shared partition. (#3229)Atsushi Kanamori
2017-04-05Implement Type.IsVariableBoundArray on CoreRT & CoreCLR (#3207)Atsushi Kanamori
2017-04-02Move identical Globalization files to shared partitionJan Kotas
2017-04-02Move identical files to shared partitionJan Kotas
2017-04-02Move identical Interop files to shared partitionJan Kotas
2017-04-01Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-04-01NS2.0 Inject more missing types into CoreRT by sharing them. (#10613)Atsushi Kanamori
2017-03-31Move TimeZoneInfo.cs to the shared partition. (#3170)Atsushi Kanamori
2017-03-30Change missed by the CoreCLR mirror (#3156)Jan Kotas
2017-03-29Add shared directory README (dotnet/coreclr#10535)Alex Perovich
2017-03-29NS2.0 Complete and share DateTimeOffset.cs (#3145)Atsushi Kanamori
2017-03-29NS2.0 Complete and share StringComparison/StringComparer. (#3140)Atsushi Kanamori
2017-03-29Merge pull request #3134 from dotnet/nmirrorJan Kotas
2017-03-29NS2.0 Add back the remaining Char members, then move it to shared partition. ...Atsushi Kanamori
2017-03-28Move deleted files and remove m_ prefix in shared fileAlex Perovich
2017-03-28Move Pointer.cs to the shared partition. (#10499)Atsushi Kanamori
2017-03-28Delete pointless <internalonly/> comments (#10479)Jan Kotas
2017-03-28Add DateTimeFormat and Parse to shared and remove moved fileAlex Perovich
2017-03-28Move DateTime to shared partition (#10460)Alex Perovich
2017-03-25Fixed m_ prefixes in a few files from shared partition (#10473)Jan Kotas
2017-03-25Sort shared project items (#3102)Alex Perovich
2017-03-24Merge pull request #3092 from dotnet/mirror-merge-9061591Alex Perovich
2017-03-24Use Array.Copy with index and remove coreclr specific functionAlex Perovich
2017-03-24Add PNSE messages (#10440)Dan Moseley
2017-03-24Move StringBuilder to shared partition (#10357)Alex Perovich
2017-03-24Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-03-24NS2.0 Complete DBNull's surface area. (#3085)Atsushi Kanamori
2017-03-23Migrate the Reflection serialization holders to the shared partition. (#10429)Atsushi Kanamori
2017-03-23Move IReflect.cs to shared partition. (#10415)Atsushi Kanamori
2017-03-23Merge pull request #3075 from dotnet/nmirrorJan Kotas
2017-03-23Move IReflect.cs to shared partition. (#3074)Atsushi Kanamori
2017-03-23Merge pull request #3065 from dotnet/mirror-merge-9058951Jan Kotas
2017-03-23Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-03-23Move Type.IsSerializable and Type.DefaultBinder to shared file. (#10395)Atsushi Kanamori
2017-03-22Move the easy files in System\Reflection to the shared partition. (#3060)Atsushi Kanamori
2017-03-22Move DefaultBinder.cs to the shared partition. (#10355)Atsushi Kanamori
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich
2017-03-22Merge pull request #3050 from dotnet/nmirrorJan Kotas
2017-03-22Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas
2017-03-22FileStream redirection got changed. Add ThreadPoolBoundHandle redirect.Jeremy Kuhne
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich
2017-03-21System.IO.Path.IsPathRooted does not check if valid drive letter on Windows (...Viktor Hofer
2017-03-21Merge pull request #3035 from jkotas/nmirror-mergeJan Kotas
2017-03-21NS2.0 - Complete System.Security namespace.Atsushi Kanamori
2017-03-20Merge pull request #3028 from dotnet/nmirrorJan Kotas
2017-03-20Move Type.cs and Module.cs to Shared Partition.Atsushi Kanamori
2017-03-20Move ParameterInfo.cs and Assembly.cs to shared partition. (#10270)Atsushi Kanamori
2017-03-20FileStream.Unix: open with CLOEXEC unless FileShare.Inheritable set (#10251)Tom Deseyn
2017-03-19Merge pull request #3024 from dotnet/nmirrorJan Kotas
2017-03-19Fix FileStream for ProjectNJan Kotas