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-10-27Make EventSourcException serializable in corert scenarios (#14716)Viktor Hofer
2017-10-26Port EventSource Nuget Package Changes (dotnet/coreclr#14669)Brian Robbins
2017-10-25Marking Memory struct as readonly, fixing corefx#23809 (#14684)Ahson Khan
2017-10-24Search/replace _DEBUG => DEBUGJan Kotas
2017-10-24Search/replace Debug.Assert(false, => Debug.Fail(Jan Kotas
2017-10-24Cleanup BCLDebugJan Kotas
2017-10-23Remove low value purpose comments (dotnet/coreclr#14653)aerotog
2017-10-23Hide post exception stack frames (dotnet/coreclr#14652)Ben Adams
2017-10-21Rename MemoryHandle PinnedPointer to Pointer and add property HasPointer. (#1...Ahson Ahmed Khan
2017-10-19Fix BinaryWriter/Reader span parameter names (dotnet/coreclr#14577)Stephen Toub
2017-10-17Merge pull request dotnet/coreclr#14311 from ViktorHofer/SerializationExcepti...dotnet bot
2017-10-14Remove temp unsafe stackalloc workarounds for Span (dotnet/coreclr#14503)Justin Van Patten
2017-10-14Delete contract annotations (#4722)Jan Kotas
2017-10-13Merge pull request #4719 from dotnet/nmirrorJan Kotas
2017-10-11Introduce NetCore 1.0 compat hack for GetTypeInfo() (#4711)Atsushi Kanamori
2017-10-11Add CompareInfo.Invariant.cs to shared corelib partitionJan Kotas
2017-10-11Move CompareInfo.cs to shared corelib partition (dotnet/coreclr#14407)Jan Kotas
2017-10-10Merge pull request dotnet/coreclr#14352 from stephentoub/datetime_spanStephen Toub
2017-10-06Merge pull request dotnet/coreclr#14358 from stephentoub/convertspanStephen Toub
2017-10-05Fix new deadlock possibility in ReaderWriterLockSlim from a recent change (#1...Koundinya Veluri
2017-10-04Move String.Searching.cs to shared CoreLib partition (#4673)Jan Kotas
2017-10-04Update Buildtools and Roslyn (dotnet/coreclr#14228)Jose Perez Rodriguez
2017-10-04Merge pull request #4663 from dotnet/nmirrorJan Kotas
2017-10-04Optimize Memory<T> to ReadOnlyMemory<T> cast (dotnet/coreclr#14309)Stephen Toub
2017-10-04Implement IsGenericTypeParameter and IsGenericMethodParameter on CoreRT (#4662)Atsushi Kanamori
2017-10-04Fixing Retain to return MemoryHandle with correct PinnedPointer (#14248)Ahson Ahmed Khan
2017-10-03Update Microsoft.NETCore.Native package (#4646)Jan Kotas
2017-10-03Adding {RO}Memory<T> debugger view (dotnet/coreclr#14130)Ahson Ahmed Khan
2017-09-29Enable CLR Thread Pool via a MSBuild flag (default enabled on Unix)t-jekor
2017-09-28Merge pull request dotnet/coreclr#14178 from stephentoub/async_avoid_delegateStephen Toub
2017-09-28Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley
2017-09-26Fix modf and fmod casing for consistencyJan Kotas
2017-09-26Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding
2017-09-26FileStream should not truncate files when opening fails. Fixes dotnet/corefx#...Kasper Fabæch Brandt
2017-09-20Add span-based Guid.{Try}Parse{Exact} methods (dotnet/coreclr#14062)Stephen Toub
2017-09-19Merge pull request dotnet/coreclr#14057 from ahsonkhan/UpdatePropertiesStephen Toub
2017-09-19Merge pull request dotnet/coreclr#14052 from stephentoub/parsenumbers_managedStephen Toub
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas
2017-09-15Move List to shared partition (dotnet/coreclr#14006)Jan Kotas
2017-09-15Merge pull request dotnet/coreclr#13976 from stephentoub/fix_memorystream_del...Stephen Toub
2017-09-15Improve ReaderWriterLockSlim scalability (#13243)Koundinya Veluri
2017-09-13Mark Span.Length as non-versionableJan Kotas
2017-09-13Fix Hebrew date parsing (dotnet/coreclr#13929)Tarek Mahmoud Sayed
2017-09-13Make dangerous Span APIs less discoverable. (dotnet/coreclr#13927)Ahson Ahmed Khan
2017-09-12Merge pull request dotnet/coreclr#13907 from stephentoub/valuetask_astask_cac...Stephen Toub
2017-09-11Merge pull request dotnet/coreclr#13849 from stephentoub/string_createStephen Toub
2017-09-10Merge pull request dotnet/coreclr#13886 from ahsonkhan/SpanReadOnlyStructStephen Toub
2017-09-10Move PInvoke interop related attributes to shared CoreLib partitionJan Kotas
2017-09-09Merge pull request #4475 from jkotas/corelib-mirrorJan Kotas
2017-09-09Finish moving files to shared partitionJan Kotas