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
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-07Base64Encoder mini changes (#28888)Günther Foidl
2018-04-06Add tests for Span.Overlaps (just like ReadOnlySpan) (#28877)Ahson Khan
2018-04-05Delete unnecessary long.MinValue formatting code (#28820)Stephen Toub
2018-04-02ArrayMemoryPoolBuffer should only implement IMemoryOwner<T> (#28690)Ben Adams
2018-03-31Corrected a typo 'nanager' to 'manager' (#28684)Alexander Radchenko
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-27Add new file to the portable System.MemoryJan Kotas
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-22Adding UAP RS3 configurations for System.Buffers, System.Memory and System.Re...Jose Perez Rodriguez
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-22Fix MemorExtensions.Portable Equals to use the correct argument name (#28339)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-21API consistency for System.Memory APIs (argument names) (#28160)Ahson Khan
2018-03-21Fix build breaks from new compiler that doesn't allow "case default:" (#28284)Stephen Toub
2018-03-20Fix major System.Memory performance regression on .NET Framework x86 (#28179)Jan Kotas
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-16Merge pull request #28074 from weshaggard/RemoveSysMemoryBaselineWes Haggard
2018-03-15Port SequentialEqual() optimizations to ReadOnlySpan overloads (#28073)Atsushi Kanamori
2018-03-15Remove matching ref baseline file for System.MemoryWes Haggard
2018-03-14Merge pull request #28034 from weshaggard/AddXamarinPlaceholdersWes Haggard
2018-03-14Fix incorrect bounds check in ArrayMemoryPoolBuffer.Pin (#28032)Levi Broderick
2018-03-14Add Xamarin placeholders for System.Memory packageWes Haggard
2018-03-12Merge pull request #27881 from weshaggard/ReverseApiCompatWes Haggard
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-10Revert "Optimize Span CompareTo for Ordinal" (#27920)Stephen Toub
2018-03-10Consolidate matching ref generated baseline filesWes Haggard
2018-03-10Baseline all reverse apicompat issuesWes Haggard
2018-03-10Optimize string-like portable Span APIs for Ordinal and OrdinalIgnoreCase (#2...Alexander Radchenko
2018-03-09Add back reference to corelib files so they are visible in Visual Studio. (#2...Ahson Khan
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-07Add more tests for Span<T>.Clear() (#27782)Levi Broderick
2018-03-06Remove apis that duplicate implicit operators. (#27744)Atsushi Kanamori
2018-03-06Fix semantics of ArrayMemoryPool (#27615)Pavel Krymets