Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-04Remove Span/Memory indexer testsEgor Bogatov
2019-02-12Merge pull request #35207 from dotnet/darc-master-be4ecac4-471a-4e11-961e-78e...Stephen Toub
2018-04-12Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview3-26412-01, beta-26...dotnet-maestro-bot
2018-04-10Fix TODO to cleanup Tests by removing AsReadOnySpan/Memory and update callsit...Ahson Khan
2018-04-10Fix MemoryManager ctor, add unit and perf tests, and improve performance (#28...Ahson Khan
2018-04-09Add {ReadOnly}Memory.Span tests when memory contains invalid values (#28896)Stephen Toub
2018-03-31Split OwnedMemory into MemoryManager and IMemoryOwner (#28640)Ahson Khan
2018-03-29Mirror changes from dotnet/coreclr (#28534)dotnet bot
2018-03-28Nit changes in API diff between .NET Core 2.0 and .NET Core 2.1 (#28540)Maryam Ariyan
2018-03-21Don't run LargeArray test on 32 bit platforms. (#28237)Levi Broderick
2018-03-16Skip large arrays test on full framework (#28126)Levi Broderick
2018-03-14Fix incorrect bounds check in ArrayMemoryPoolBuffer.Pin (#28032)Levi Broderick
2018-03-05Add back Memory.ToString() to referencey assembly and add tests (#27694)Ahson Khan
2018-03-02Move TryGetString to MemoryMarshal, remove TryGetArray and update testsahsonkhan
2018-03-01Add the array/arraysegment->Span/Memory overloads to MemoryExtensions (#27584)Atsushi Kanamori
2018-02-28Add test for empty array case in Memory[Marshal] (#27430)kasper3
2018-02-25Disable failing tests temporarilyJan Kotas
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-02-07Add ReadOnlySequence API (#26694)Pavel Krymets
2018-02-06Add tests for when array/string are null but start/length are non-zero.ahsonkhan
2018-02-04Disable or fix failing testsJan Kotas
2018-02-04Changing Span to return default on null instead of throwing.ahsonkhan
2018-02-03System.Memory source cleanup and fix byteOffset check in tests (#26598)Ahson Khan
2018-01-23Add null array implicit conversion tests for Memory<T>Levi Broderick
2018-01-23Rename Pin offset to byteOffset and clean up Retain test (#26518)Ahson Khan
2018-01-20Address PR feedbackahsonkhan
2018-01-20Calling Pin on a 0-length memory shouldn't throw. Adding tests.ahsonkhan
2018-01-19Merge branch 'master' of https://github.com/dotnet/corefx into OwnedMemoryOffsetahsonkhan
2018-01-17Improve Span/ReadOnlySpan test coverage (#26342)Jan Kotas
2018-01-12Merge branch 'master' of https://github.com/dotnet/corefx into OwnedMemoryOffsetahsonkhan
2017-12-15Add {RO}Span GetReference and ROMemory TryGetArray to MemoryMarshal (#25789)Ahson Khan
2017-12-09Adding compiler services using directive to use Unsafe.ahsonkhan
2017-12-08Add bounds checks for offset in classes that impl OwnedMemoryahsonkhan
2017-12-07Implement Span LastIndexOf extension method and add tests (#25748)Ahson Khan
2017-12-07Change Pin to take an optional integer offset.ahsonkhan
2017-12-05Optimize UTF-8 Int64/UInt64 Formatter for x86 (#25626)Ahson Khan
2017-12-05Added explicit conversion APIs for Span to ROSpan and Memory to ROMemory (#25...Victor Zaytsev
2017-11-16Add null checks in Memory<T> APIs to support default (#25009)Ahson Khan
2017-11-16Adding Memory CopyTo APIs and rename SpanExtensions to MemoryExtensions (#25192)Ahson Khan
2017-11-14Add string support to ReadOnlyMemory<char>Stephen Toub
2017-10-24Rename MemoryHandle PinnedPointer and add HasPointer property.ahsonkhan
2017-10-24Re-enabling previously disabled tests due to Retain bug (#24785)Ahson Ahmed Khan
2017-10-03Reenabling disabled tests and disabling others (for uapaot) (#24385)Ahson Ahmed Khan
2017-10-03Adding MemoryHandle AddOffset to fix Memory.Retain impl (#24323)Ahson Ahmed Khan
2017-10-02Adding {ReadOnly}Memory<T> debugger view (#24203)Ahson Ahmed Khan
2017-09-21Change AsSpan to property Span and rename AsMemory to Memoryahsonkhan
2017-09-12Enable S.R.CS.Unsafe and System.Memory tests for UAP (#23905)Ahson Ahmed Khan
2017-09-06Adding Memory, OwnedMemory, MemoryHandle, and IRetainable & Tests (#23701)Ahson Ahmed Khan