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 (Collapse)Author
2017-05-12Removes unneeded Serializable attributes from enums and delegates. They can ↵Morgan Brown
be serialized without attributes and this will remove noise from future serialization changes. (#11535) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-05-04Adding System\Runtime\CompilerServices\IsByRefLikeAttribute type (#11369)Vladimir Sadov
described in: https://github.com/dotnet/corefx/issues/19212 Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-18Rename attribute to IsReadOnlyAttribute (dotnet/coreclr#11026)Omar Tawfik
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-14Merge pull request dotnet/coreclr#10945 from ↵Omar Tawfik
OmarTawfik/update-runtimefeature-docs Update comment to reflect how RuntimeFeature members should be defined Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-12Change missed by the CoreLib mirror (#3306)Jan Kotas
2017-04-12Delete moved filesJan Kotas
2017-04-12Move files to shared CoreLib partition (dotnet/coreclr#10885)Jan Kotas
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-12Move a few more types from CoreFX to CoreLib (dotnet/coreclr#10893)Jan Kotas
Reducing shards between CoreCLR and CoreRT shards Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-10Add empty System.Runtime.CompilerServices.RuntimeFeature.IsSupported() API ↵Omar Tawfik
(#10779) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-10Move files to shared CoreLib partition (dotnet/coreclr#10837)Jan Kotas
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-09Move files to shared CoreLib partition (dotnet/coreclr#10830)Jan Kotas
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-08Add System.Runtime.CompilerServices.ReadOnlyAttribute (#10777)Omar Tawfik
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-03-25Fixed m_ prefixes in a few files from shared partition (#10473)Jan Kotas
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich
* Revert "Revert "Switch coreclr corelib to use resx (#10268)"" * Add resources.target override This fixes the GenerateResource task running on the arm emulator runs. * Fix run.sh to have a working Tools-Override
2017-03-22Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas
This reverts commit 12ef04c22b07f1e4ec5a63009298e4537a2c8e1a.
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich
* Switch to resx * Use roslyn rewriter to switch from GetResourceString to SR * More GetResourceString changes * Add missing resource * Remove Environment.GetResourceString and replace final usages with SR * Remove comment * Fix spacing * Replace final instances of Environment.GetResourceString * Add another missing resource * Add back Environment.GetResourceStringLocal because the runtime needs it
2017-03-17CompilerServices APIsFadi Hanna
[tfs-changeset: 1651141]
2017-03-10Finishes off the Misc categoryAtsushi Kanamori
Most of this is the corert side of https://github.com/dotnet/coreclr/pull/10068 Also added back three trivial members in the Misc category Bring over the IDeserializationCallback interface on TextInfo by copying over the CoreClr parts. (Not adding the rest of the support to make TextInfo actually serializable - I don't want to test all that and this goes way beyond the scope of addressing api violations...)
2017-03-04Shared changes from coreclrAlex Perovich
2017-03-03Use shared sources from coreclr in corert (#2854)Alex Perovich