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-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-22Merge pull request #3668 from dotnet/nmirrorJan Kotas
2017-05-21Initial support for preinitialized array in CoreRT (#3558)Yi Zhang (CLR)
2017-05-20Debugger SupportAndrew Au
2017-05-20RefactoringAndrew Au
2017-05-19Fix MdArray Rank 1 regressions (#3657)Michal Strehovský
2017-05-19Fix Unix build breakJan Kotas
2017-05-19Enable file-based ResourceManager by implementing the method FileBasedResourc...Zach Montoya
2017-05-18Debugger SupportAndrew Au
2017-05-17Fix some corefx testing regressions due to multidim rank-1 (#3636)Atsushi Kanamori
2017-05-16Merge pull request #3627 from dotnet/nmirrorJan Kotas
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-16 Dynamic Type and TypeName marshallingLuqun Lou
2017-05-16Fix CoreRT specific EventMetadata constructor.Brian Robbins
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-16Implement a simple timer for Unix (#3620)Sergiy Kuryata
2017-05-16Fix Etw test in System.Collections.Concurrent.tests on ILC (#3621)Atsushi Kanamori
2017-05-15Finish support for rank 1 mdarrays (#3610)Michal Strehovský
2017-05-15Merge pull request dotnet/coreclr#11593 from brianrob/eventsource_unix (#3613)dotnet bot
2017-05-13Add a few stubbed out methods to the AssemblyLoadContext class (#3606)Sergiy Kuryata
2017-05-13Merge pull request #3609 from dotnet/masterJan Kotas
2017-05-12Dummy implementation of {Get|Set}{Max|Min}Threads and GetAvailableThreads met...Anton Lapounov
2017-05-12Implement AppContext.BaseDirectory for Linux (#3588)Sergiy Kuryata
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-12Give RuntimeHelpers.InitializeArray a bodyMichal Strehovsky
2017-05-12Merge pull request #3596 from dotnet/nmirrorJan Kotas
2017-05-12Fix marshalling a null Unicode char array as an ANSI char array by value:Anton Lapounov
2017-05-12Performance tweaks for Buffer.BlockCopy (#3593)Jan Kotas
2017-05-11Change EnvironmentAugments.GetEnvironmentVariables to call into the Environme...Sergiy Kuryata
2017-05-11Fix build.Brian Robbins
2017-05-11Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins
2017-05-11Debugger SupportAndrew Au
2017-05-11Merge pull request #3575 from dotnet/nmirrorMichal Strehovský
2017-05-10Add a few more [DebuggerGuidedStepThrough] attributes to let the debugger ste...Tomas Rylek
2017-05-10Add support for getting the System.Array type from the runtimeDavid Wrighton
2017-05-10Optimize Buffer.BlockCopy for byte arrays (#3563)Sergiy Kuryata
2017-05-09Fix more CoreFx on ILC tests (#3559)Atsushi Kanamori
2017-05-09Port optimization in Buffer.Memmove from CoreCLR (#3551)Sergiy Kuryata
2017-05-09Avoid throwing in the globalization managed callbacks (#11454)Tarek Mahmoud Sayed
2017-05-09Switch over to the .NETCore Attribute.Equals() behavior. (#3552)dotnet bot
2017-05-08Merge pull request #3548 from dotnet/nmirrorMichal Strehovský
2017-05-08Fix more CoreFx on ILC tests (#3547)Atsushi Kanamori
2017-05-07Missed file in last changeJan Kotas