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-24Command line tokenization reconciling (#25857)artkpv
2018-01-19Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestIL...dotnet-maestro-bot
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-14Update CoreClr, CoreFx, CoreSetup to preview1-26113-02, preview1-26113-03, pr...dotnet-maestro-bot
2018-01-08Fix build breaksJan Kotas
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-16Revert "Temporarily removing use of ReadOnlySpan indexer in Runtime.Extension...ahsonkhan
2017-12-09Fix tests for path validation changes on Windows And Unix (#25788)Anirudh Agnihotry
2017-12-05Environment.ProcessorCount: use runtime implementation via EnvironmentAugment...Tom Deseyn
2017-12-03Disable failing tests after path validation updatesStephen Toub
2017-11-25key added to exceptionAnipik
2017-11-25Correct unit tests for Environment.SetEnvironmentVariable (#25065)Yuri Vanin
2017-11-24TextReader.Read base implementation for count == 0 (#25474)Anirudh Agnihotry
2017-11-22Temporarily removing use of ReadOnlySpan indexer in Runtime.Extensions (#25326)Ahson Khan
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-15File path is in IO exception messages (#25195)Stano Peťko
2017-11-09Add Convert.cs performance tests. (#24793)Kostadin Vasilev
2017-11-09Remove tests that expect exception for long env vars (#25146)Stephen Toub
2017-11-04Cleanup Windows 10 version detection (#25052)David Shulman
2017-11-01Improve code comments around TextWriter.NewLine for xplat (#24982)Jared Nance
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-23Change Memory.Slice(...).Span to Memory.Span.Slice(...) (#24813)Stephen Toub
2017-10-23Throw exception if SysConf fails in Environment.ProcessorCount (#24771)Stephen Toub
2017-10-20Override Read{Block}{Async}(Span/Memory) on StreamReader (#24734)Stephen Toub
2017-10-19Add Span/Memory overrides to StreamWriter (#24725)Stephen Toub
2017-10-18Expose/test Span-based Convert methods (#24474)Stephen Toub
2017-10-16Environment.SystemDirectory: Avoid StringBuilder overhead (#24651)Justin Van Patten
2017-10-13Remove faulty assert in ArrayList.Remove (#24631)Stephen Toub
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-10-05Add TextReader/Writer Memory-based virtuals (#24434)Stephen Toub
2017-10-03Expose MemoryStream.Read/WriteAsync(Memory) from ref (#24397)Stephen Toub
2017-09-28[WIP] Removing CreateFileW from UWP (#24297)Paulo Janotti
2017-09-21CoreFx #22406 Span based APIs - Text Reader Writer (#23786)Mandar Sahasrabuddhe
2017-09-21Remove unused FEATURE_RANDOMIZED_STRING_HASHING (#24178)Kevin Gosse
2017-09-19Stop running Math.Clamp tests on UAP as API is not there (#24125)Dan Moseley
2017-09-14Override BufferedStream.Read/WriteAsync(Memory)Stephen Toub
2017-09-12Disable Drawing tests on Server Core (#23983)Dan Moseley
2017-09-11Add BinaryReader Span-based APIs (#23589)Kevin Gosse
2017-09-11Rename IsWinRT to IsInAppContainer (#23935)Dan Moseley
2017-09-08Random span-based API tests (#23692)Maggie Tsang
2017-09-07remove dead strings (#23710) (#23851)Italo Pessoa
2017-08-30String literal spelling corrections - A through Z (#23674)Brian Chavez
2017-08-27Added BinaryWriter Span-based APIs (#23253)jp2masa
2017-08-25Override CopyTo in BufferedStream and GZipStream (#23493)James Ko
2017-08-24Change SkipOnTargetFramework to ConditionalTheory as this will enable the tes...Santiago Fernandez Madero
2017-08-22Fix wrong SkipOnTargetFramework in EnvironmentTests which were not skipped in...Santiago Fernandez Madero
2017-08-21Avoid unnecessary intermediate Version allocation (#23424)Justin Van Patten
2017-08-19Improve UnloadingAndProcessExitTests.netcoreapp.cs to help narrow down repro ...Nina Chikanov