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
2019-02-12Expose Index and Range with adding tests (#33352)Tarek Mahmoud Sayed
2018-09-19Reenable some decimal-related System.Memory tests on monoEgorBo
2018-07-11Disables one more Turkish testMarek Safar
2018-06-29Disables more turkish tests on mono for nowMarek Safar
2018-05-14[System.Memory]: Disable System.Buffers.Text.Tests.TestData.DecimalTestData o...Martin Baulig
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-19Fix bug in ReadOnlySequence Slice(SequencePosition start, long length) for nu...Ahson Khan
2018-04-19Attempt at winning back performance regression from additional checks in Read...Ahson Khan
2018-04-18Remove != and == from SequencePosition (#29115) (#29184)Pavel Krymets
2018-04-16Update the Slice performance tests to only measure the Slice method (#29133)Ahson Khan
2018-04-13I removed ReadOnlySequence common tests from factory tests (#29058)Alexander Radchenko
2018-04-13Add GetPinnableReference to ref and add tests (#29003)Ahson Khan
2018-04-13Collapse leftover AsSpan().Slice(...) into AsSpan(...) (#29078)Ahson Khan
2018-04-12Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview3-26412-01, beta-26...dotnet-maestro-bot
2018-04-11Add CreateFromPinnedArray to System.Memory ref and add tests (#28992)Ahson Khan
2018-04-11Removing SequenceMarshal.TryGetMemoryManager for ReadOnlySequence (#28990)Ahson Khan
2018-04-11Update the System.Runtime and System.Memory ref based on new buildtools (#28906)Ahson Khan
2018-04-11Disable tests which are not platform specific but implementation specificMarek Safar
2018-04-10Fix TODO to cleanup Tests by removing AsReadOnySpan/Memory and update callsit...Ahson Khan
2018-04-10Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-04-10Fix MemoryManager ctor, add unit and perf tests, and improve performance (#28...Ahson Khan
2018-04-10Created tests for default and empty ReadOnlySequence (#28702)Alexander Radchenko
2018-04-10ReadOnlySequence.ToString() and debug view (#28857)Pavel Krymets
2018-04-10Created performance tests for ReadOnlySequence (#28927)Alexander Radchenko
2018-04-09Add {ReadOnly}Memory.Span tests when memory contains invalid values (#28896)Stephen Toub
2018-04-09Fix typo 'segement' to 'segment' (#28916)Joni
2018-04-06Add tests for Span.Overlaps (just like ReadOnlySpan) (#28877)Ahson Khan
2018-04-03Disable few tests due to Mono bugs in string collationMarek Safar
2018-04-02ArrayMemoryPoolBuffer should only implement IMemoryOwner<T> (#28690)Ben Adams
2018-03-31Add tests for calling Span APIs via reflection to verify graceful failures. (...Ahson Khan
2018-03-31Split OwnedMemory into MemoryManager and IMemoryOwner (#28640)Ahson Khan
2018-03-29Leverage existing string API tests to improve coverage of span-based APIs (#2...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-26Update uses of AsBytes to use MemoryMarshal.AsBytes (#28460)Ahson Khan
2018-03-23Mirror changes from dotnet/coreclr (#28384)dotnet bot
2018-03-23 Added Span.SequenceCompareTo tests for types bool, char, int, long and strin...Sébastien Putier
2018-03-22Fix skipping last segment logic in ROS.TryGet (#28266)Pavel Krymets
2018-03-22Don't skip blocks passed end and simplify the Seek implementation. (#28294)Ahson Khan
2018-03-22Optimize the string-like Span APIs for OrdinalIgnoreCase (portable Span) (#28...Ahson Khan
2018-03-21Don't run LargeArray test on 32 bit platforms. (#28237)Levi Broderick
2018-03-16Use vectorized T=byte implementations to optimize all MemoryExtensions APIs f...Ahson Khan
2018-03-16Skip large arrays test on full framework (#28126)Levi Broderick
2018-03-15Port SequentialEqual() optimizations to ReadOnlySpan overloads (#28073)Atsushi Kanamori
2018-03-14Fix incorrect bounds check in ArrayMemoryPoolBuffer.Pin (#28032)Levi Broderick
2018-03-12Optimize MemoryExtensions SequenceEqual for more T's (#27859)Atsushi Kanamori
2018-03-10Move MutableDecimal from System.Memory to Common (#27917)Ahson Khan
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed