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-01-26PR feedback (#26563)Atsushi Kanamori
2018-01-26 String-like Span extension methods - Trim / IsWhiteSpace (#26560)Ahson Khan
2018-01-24Fix ThrowObjectDisposedException_MemoryDisposed argumentsJan Kotas
2018-01-23Split MemoryMarshal.Portable.csJan Kotas
2018-01-23Fixing spacing in S.Memory and S.Runtime refs (#26521)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-22Merge remote-tracking branch 'ahsonkhan/OwnedMemoryOffset' into mirror-merge-...Jan Kotas
2018-01-20Address PR feedbackahsonkhan
2018-01-20Add MemoryExtensions Reverse API to get parity with array (#26381)Ahson Khan
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-19Add string slicing extension methods. (#26427)Atsushi Kanamori
2018-01-19Remove use of Unsafe in UTF-8 formatters, plus performance improvements (#26289)Levi Broderick
2018-01-18Consolidate System.Memory code to shared folder (#26393)Tarek Mahmoud Sayed
2018-01-17Improve Span/ReadOnlySpan test coverage (#26342)Jan Kotas
2018-01-13Improve performance of ReverseEndiannessLevi Broderick
2018-01-12Update System.Memory ref based on the netstandard implementationWes Haggard
2018-01-12Normalize System.Memory refWes Haggard
2018-01-12Merge branch 'master' of https://github.com/dotnet/corefx into OwnedMemoryOffsetahsonkhan
2018-01-11Add Span SequenceCompareTo extension method (#26232)Ahson Khan
2018-01-04Merge pull request #26100 from AlexG2017/#25895Krzysztof Cwalina
2018-01-04Fix rounding edge-case behavior in Uf8Parser.ParseDecimal (#26151)Atsushi Kanamori
2018-01-03Span: BinarySearch add Array baseline perf tests and remove TODO comments (#2...nietras
2018-01-02Move index check inside update operationAlexander Gusarov
2017-12-29Update code to produce better code from JIT and comments about reducing searc...Alexander Gusarov
2017-12-29Make Span IndexOfAny a generic method with special case for byte (#25895)Alexander Gusarov
2017-12-24Remove DangerousTryGetArray and hide DangerousGetPinnableReference (#25964)Ahson Khan
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-18SpanHelpers IndexOfAny-methods use sentinel-value (#25970)Günther Foidl
2017-12-17Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview...dotnet-maestro-bot
2017-12-16Reference Unsafe APIs from CoreLib in System.Memory (#25929)Ahson Khan
2017-12-16General code clean up of System.Memory (#25958)Ahson Khan
2017-12-15Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview...dotnet-maestro-bot
2017-12-15Add {RO}Span GetReference and ROMemory TryGetArray to MemoryMarshal (#25789)Ahson Khan
2017-12-14Merge pull request #25777 from nietras/span-binarysearchKrzysztof Cwalina
2017-12-13 Adding Span LastIndexOfAny APIs and tests (#25848)Ahson Khan
2017-12-13fix MiddleIndex perf testsntr
2017-12-13fix string perf testntr
2017-12-11use InnerCountntr
2017-12-11use InnerCountntr
2017-12-09fix remaining review issues.ntr
2017-12-09add basic perf tests.ntr
2017-12-09Adding compiler services using directive to use Unsafe.ahsonkhan
2017-12-08simplify max length no overflow testntr
2017-12-08add null throw testsntr
2017-12-08add a few more testntr
2017-12-08Remove 'in' and update xml comments.ntr
2017-12-08Add bounds checks for offset in classes that impl OwnedMemoryahsonkhan