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-09-27Fix ReadOnlySequence.cs build with mcs (#354)Alexander Köplinger
2019-09-27Fix mcs build (#353)monojenkins
2019-09-26Reflect recent NS21 changes (#348)Egor Bogatov
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-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-09-19Reenable some decimal-related System.Memory tests on monoEgorBo
2018-07-18Removes System.Diagnostics.PrivateMarek Safar
2018-07-11Disables one more Turkish testMarek Safar
2018-07-11Make Number.Parsing.cs Big Endian friendly (#95)Egor Bogatov
2018-06-29Disables more turkish tests on mono for nowMarek Safar
2018-05-22More Mono tweaks for System.MemoryMarek Safar
2018-05-21Add mcs-specific conditional.Martin Baulig
2018-05-14[System.Memory]: Disable System.Buffers.Text.Tests.TestData.DecimalTestData o...Martin Baulig
2018-05-11Mono-specific conditionals for System.Memory/src/System/Number/Number.Martin Baulig
2018-05-11Remove MONO conditional.Martin Baulig
2018-05-11Add 'using System.Diagnostics.Private' to some System.Buffers.Text files.Martin Baulig
2018-04-22Mono tweaks after updateMarek Safar
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-21Merge pull request #29241 from ericstj/versionInboxAssmsEric StJohn
2018-04-20Ensure framework assemblies have higher version than those applied to previou...Eric St. John
2018-04-19Fix bug in ReadOnlySequence Slice(SequencePosition start, long length) for nu...Ahson Khan
2018-04-19Remove unused private helper method GetTypeAndIndices on ReadOnlySequence. (#...Ahson Khan
2018-04-19Removed unsafe casting in ReadOnlySequence TryGetXXX methods (#29109)Alexander Radchenko
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-16Add comments clarifying the logc in ReadOnlySequence GetFirstBuffer (#29136)Ahson Khan
2018-04-16Update the Slice performance tests to only measure the Slice method (#29133)Ahson Khan
2018-04-13Merge pull request #29092 from dotnet-maestro-bot/master-UpdateDependenciesStephen Toub
2018-04-13I removed ReadOnlySequence common tests from factory tests (#29058)Alexander Radchenko
2018-04-13Remove Memory.CreateFromPinnedArray from the ref assembliesAhson Khan
2018-04-13Add GetPinnableReference to ref and add tests (#29003)Ahson Khan
2018-04-13Remove use of Unsafe code in ReadOnlySequence GetFirstBuffer (and optimize) (...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-12Remove use of Unsafe code in ReadOnlySequence TryGet (and optimize) (#29039)Ahson Khan
2018-04-11Add CreateFromPinnedArray to System.Memory ref and add tests (#28992)Ahson Khan
2018-04-11Dedup FormattingHelpers.cs / FormattingHelpers.CountDigits.cs (#29030)Stephen Toub
2018-04-11Aggressive Inline fast-path of BuffersExtensions split methods (#28928)Ben Adams
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