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-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
2017-02-23Update performance csprojsDrew Scoggins
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-17Make sure Memory and Unsafe are packaged w/o RIDEric St. John
2017-02-17Merge pull request #16191 from ericstj/packagesEric StJohn
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-14Make pkgprojs reference *proj rather than buildsEric St. John
2017-02-14Remove pkg .builds filesEric St. John
2017-02-13Fix bad xml comment in SpanHelpers.csEric St. John
2017-02-13Rename IsReferenceFree to IsReferenceOrContainsReferences (#16093)Jan Kotas
2017-02-07Fix name of DocumenationFile so intellisense correctly buildsWes Haggard