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-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
2017-08-18Expose and Add Tests for BitConverter APIs in Corefx (#23164)Nina Chikanov
2017-08-17Use Encoding.Preamble in StreamReader/Writer (#23321)Justin Van Patten
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Disable test GetEnumerator_LinqOverDictionaryEntries_Success() for full frame...Jiayi Li
2017-08-04IsPathFullyQualified() Tests, public API (#22795)Stephanie Niu
2017-08-04Add Read/Write(Span) overrides to BufferedStream (#22948)Stephen Toub
2017-08-04Use new WinRT APIs for SpecialFolders (#22664)Jeremy Kuhne
2017-08-03Dump remote exceptiondanmosemsft
2017-08-02Remove unused NonSerializable attributes from non serializable types (#22862)Viktor Hofer
2017-08-02Add Stream and {Unmanaged}MemoryStream Span-based APIs (#22654)Stephen Toub
2017-07-25Tests for not calling AssemblyResolve event for CoreLib resources (#22552)Koundinya Veluri
2017-07-22Update UAP pinvoke baselines (#22516)Paulo Janotti
2017-07-20Update buildtools and UAP runners version to merge resources into pri file fo...Santiago Fernandez Madero
2017-07-20Remove ActiveIssue(21358) on WhiteSpace changes (#22449)Nina Chikanov
2017-07-19Tweak path related tests (#22407)Jeremy Kuhne
2017-07-18Update tests for pending whitespace trimming changes (#22341)Nina Chikanov
2017-07-17Wire up FirstChanceException (#22330)Daniel Harvey
2017-07-12Remove NtQuerySystemInformation from Uap (#21957)Sepideh Khoshnood
2017-07-12Remove unnecessary char[] allocation from StreamReader (#22147)Stephen Toub
2017-07-11Reenable AppDomain test on ILC (#22102)Atsushi Kanamori
2017-07-06Fixed BufferedStream.ReadByteSlow() to correctly set _readPos (#1)Adam