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-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-22Implement HasSameMetadataDefinitionAs() on CoreCLR (dotnet/coreclr#11774)Atsushi Kanamori
2017-05-22Report Span/ReadOnlySpan intrinsics to RyuJIT (#3669)Michal Strehovský
2017-05-16Update Corelib to use SetThreadErrorMode (dotnet/coreclr#11625)Jeremy Kuhne
2017-05-16Merge pull request dotnet/coreclr#11639 from brianrob/fix_corefxStephen Toub
2017-05-16Write EventSource events with metadata to EventPipe (dotnet/coreclr#11577)Xiangyang (Mark) Guo
2017-05-16Merge pull request #3622 from dotnet/nmirrorJan Kotas
2017-05-16Fix Etw test in System.Collections.Concurrent.tests on ILC (#3621)Atsushi Kanamori
2017-05-15Merge pull request dotnet/coreclr#11593 from brianrob/eventsource_unix (#3613)dotnet bot
2017-05-12Merge pull request #3601 from dotnet/nmirrorJan Kotas
2017-05-12Port CoreCLR AssemblyName.FullName change to CoreRT (#3602)Atsushi Kanamori
2017-05-12Removes unneeded Serializable attributes from enums and delegates. They can b...Morgan Brown
2017-05-12Add back private BadImageFormatException constructor called by the VM (#11523)Jan Kotas
2017-05-11Fix build.Brian Robbins
2017-05-11Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins
2017-05-09Avoid throwing in the globalization managed callbacks (#11454)Tarek Mahmoud Sayed
2017-05-06Delete moved files and fix build breaksJan Kotas
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-05-04Fix ProjectN build break (#3517)Jan Kotas
2017-05-04Adding System\Runtime\CompilerServices\IsByRefLikeAttribute type (#11369)Vladimir Sadov
2017-05-04Implement Type.IsTypeDefinition property on CoreCLR (dotnet/coreclr#11355)Atsushi Kanamori
2017-05-03Enable Marshal.SecureStringToBSTR and Marshal.ZeroFreeBSTR on Unix (#11234)John Bottenberg
2017-05-02Partial revert "Move a few more files to shared CoreLib partition" (#11328)Jan Kotas
2017-05-02Move a few more files to shared CoreLib partitionJan Kotas
2017-05-01Rename internal field of primitive type structs and make it private (#11312)Jan Kotas
2017-04-26Fix 28 failures in System.IO.Tests (#3434)Atsushi Kanamori
2017-04-26Move DllNotFoundException, EntryPointNotFoundException to CoreLib (#3415)Faizur Rahman
2017-04-25Delete EventCounter.cs from the shared partition (#3426)Jan Kotas
2017-04-21Mark CharEnumerator as [Serializable] (dotnet/coreclr#11124)Jan Kotas
2017-04-21Update StringBuilder.AppendJoin to approved API (dotnet/coreclr#11059)Joseph Musser
2017-04-19Revert "Add SecurityZone stub" (dotnet/coreclr#11053)Viktor Hofer
2017-04-19Merge pull request dotnet/coreclr#11047 from stephentoub/task_iscompletedsucc...Stephen Toub
2017-04-18Rename attribute to IsReadOnlyAttribute (dotnet/coreclr#11026)Omar Tawfik
2017-04-18Merge pull request dotnet/coreclr#11028 from danmosemsft/api.zoneViktor Hofer
2017-04-17Add Span and ReadOnlySpan from CoreCLRJan Kotas
2017-04-17Move Span/ReadOnlySpan to shared CoreLib partition (dotnet/coreclr#10988)Jan Kotas
2017-04-15Merge pull request dotnet/coreclr#10983 from danmosemsft/revert.jeremyMichelle McDaniel
2017-04-14Merge pull request dotnet/coreclr#10945 from OmarTawfik/update-runtimefeature...Omar Tawfik
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
2017-04-12Move a few more types from CoreFX to CoreLib (dotnet/coreclr#10893)Jan Kotas
2017-04-11Merge pull request #3288 from dotnet/nmirrorJan Kotas
2017-04-11Remove RelocatedType annotationsJan Kotas
2017-04-11Merge pull request #3285 from dotnet/nmirrorJan Kotas