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-02-12Merge pull request #35207 from dotnet/darc-master-be4ecac4-471a-4e11-961e-78e...Stephen Toub
2018-04-18Remove != and == from SequencePosition (#29115) (#29184)Pavel Krymets
2018-04-13Remove Memory.CreateFromPinnedArray from the ref assembliesAhson Khan
2018-04-13Add GetPinnableReference to ref and add tests (#29003)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-03-31Corrected a typo 'nanager' to 'manager' (#28684)Alexander Radchenko
2018-03-31Split OwnedMemory into MemoryManager and IMemoryOwner (#28640)Ahson Khan
2018-03-29Mirror changes from dotnet/coreclr (#28534)dotnet bot
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-21API consistency for System.Memory APIs (argument names) (#28160)Ahson Khan
2018-03-06Remove apis that duplicate implicit operators. (#27744)Atsushi Kanamori
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-02Add GetPosition overload to ReadOnlySequence (#27633)Ahson Khan
2018-03-01Add the array/arraysegment->Span/Memory overloads to MemoryExtensions (#27584)Atsushi Kanamori
2018-03-01ReadOnlySequence Performance Improvements (#27499)Ben Adams
2018-02-28Add ROSpan Equals/CompareTo/IndexOf/Contains string-like APIs with StringComp...Ahson Khan
2018-02-28Add ROSpan ToLower and ToUpper string-like APIs with CultureInfo (#27193)Ahson Khan
2018-02-28ReadOnlySequence efficiency+inlines+string (#27455)Ben Adams
2018-02-26TryGet for ReadOnlysequence (#27229)Pavel Krymets
2018-02-23Add TryGetOwnedMemory tests and ref (#27288)Ben Adams
2018-02-22Add ROSpan StartsWith and EndsWith string-like APIs with StringComparison (#2...Ahson Khan
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-02-13TPavel Krymets
2018-02-13PR Comments, temporary undo src crosscompilePavel Krymets
2018-02-09CompilesPavel Krymets
2018-02-07Add ReadOnlySequence API (#26694)Pavel Krymets
2018-02-05Change the semantics of Span ToString to return the contents for T=char (#26726)Ahson Khan
2018-01-30Consume Span moves (#26467)Ian Hays
2018-01-26PR feedback (#26563)Atsushi Kanamori
2018-01-26 String-like Span extension methods - Trim / IsWhiteSpace (#26560)Ahson Khan
2018-01-23Fixing spacing in S.Memory and S.Runtime refs (#26521)Ahson Khan
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-20Add MemoryExtensions Reverse API to get parity with array (#26381)Ahson Khan
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-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
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-17Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview...dotnet-maestro-bot
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