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
2017-08-04Improve directory deletion stack pressure (#22596)Jeremy Kuhne
2017-07-25Expose {ReadOnly}Span from System.Runtime (#22563)Stephen Toub
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-02Refactor AsSpan to AsReadOnlySpan (#21792)Adrian Godong
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-14Adding Span<char> IndexOf performance test (#20943)Ahson Ahmed Khan
2017-06-06Disable large memory Span::Clear test on Linux (#20735)Robert Anderson
2017-06-03AsReadOnlySpan extension method additions (#20243)jswolf19
2017-05-17Increment versions post 2.0Eric St. John
2017-04-27Issue #17118 Loop unrolling in Span.CopyTo slow path (#18435)Mandar Sahasrabuddhe
2017-04-25Fix overlap detection in SpanHelpers.CopyTo (#18730)ektrah
2017-04-20Issue #18572 Add ReadonlySpan CopyTo test (#18638)Mandar Sahasrabuddhe
2017-04-19Dont run the test for 32-bit process. (#18563)Ahson Ahmed Khan
2017-04-15Fix CopyTo<T>(this T[] array, Span<T> destination) for covariant arraysJan Kotas
2017-04-15Issue #18242 - fix blocksize computation (#18286)Mandar Sahasrabuddhe
2017-04-14Re-enable string AsSpan tests. (#18348)Ahson Ahmed Khan
2017-04-13Add a safegaurd to not mark System.Memory stableEric St. John
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-09Span<T> (Slow Span) debugger viewer (#17715)Felipe Pessoto
2017-04-03Add array CopyTo and remove the unnecessary Span class (#17783)Ahson Ahmed Khan
2017-04-02AsSpan now exists in fast span (#17744)Ahson Ahmed Khan
2017-04-01Making Span byte IndexOf and IndexOfAny tests more rigorous (#17758)Ahson Ahmed Khan
2017-04-01Fixing implementation of IndexOfAny (using And instead of Or) (#17756)Ahson Ahmed Khan
2017-03-31Removing extension method Slice on string and adding AsSpan extension methods...Ahson Ahmed Khan
2017-03-30Adding Span IndexOfAny APIs that take 2 and 3 bytes (#17357)Ahson Ahmed Khan
2017-03-26Issue #14486 Update API summary. (#17526)Mandar Sahasrabuddhe
2017-03-25Adding Span Tests for CopyTo and Clear (#17514)Ahson Ahmed Khan
2017-03-25Fixing Span IndexOf vectorization. (#17500)Ahson Ahmed Khan
2017-03-25CoreFx #14486 Remove argument validation in DangerousCreate (#17491)Mandar Sahasrabuddhe
2017-03-25Adding span tests to improve coverage (#17472)Ahson Ahmed Khan
2017-03-25Re-enable tests with modifications for robustnessRobert Anderson
2017-03-24Fix System.Runtime.Tests so that they can run in UapAot (#17446)Jose Perez Rodriguez
2017-03-24Compiling SpanHelpers.Clear and others only when necessary (#17442)Ahson Ahmed Khan
2017-03-23Removing redundant "System." type qualifier in ref (#17417)Ahson Ahmed Khan
2017-03-22Fix array variance checks for portable span (#17361)Robert Anderson
2017-03-21Adding Span.StartsWith (#17322)Ahson Ahmed Khan
2017-03-21Vectorize SpanHelpers.IndexOf for byte (#17143)Ben Adams
2017-03-21Porting Span<T> speedup of CopyTo into ReadOnlySpan<T> (#17297)Robert Anderson
2017-03-16Removing Span/ROS char overloads in extension methods (#17168)Ahson Ahmed Khan
2017-03-15Make use of CopyBlock for non-overlapping spans (#17063)Robert Anderson
2017-03-14Disable test failing due to OOM Exceptionahsonkhan
2017-03-13Span performance improvements (#17029)Jan Kotas
2017-03-07Refresh current solutions and project configurationsWes Haggard
2017-03-03Removing ref T Span.GetItem and updating Indexer to return refahsonkhan
2017-03-01Restore ilasm from external directoryEric Mellino
2017-02-28Revert "Update buildtools and re-enable projects disabled due to Unix ilasm"Eric Mellino
2017-02-27Merge pull request #16506 from mellinoe/enable-ilasm-unixEric Mellino
2017-02-27Update buildtools and re-enable projects disabled due to Unix ilasmEric Mellino
2017-02-27Disable crashing System.Memory testsStephen Toub