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
path: root/src
AgeCommit message (Expand)Author
2017-08-23Remove dead code from CreateArray in Microsoft.CSharp & tidy the rest (#23272)Jon Hanna
2017-08-23Some Microsoft.CSharp.RuntimeBinder.SymbolTable refactoring (#23071)Jon Hanna
2017-08-22Remove invalid "bold" syntax in EventCounter docs (#23482)Andrew Stanton-Nurse
2017-08-22Remove Microsoft.CSharp.RuntimeBinder.Semantics.SymbolLoader.FCanLift (#23062)Jon Hanna
2017-08-22Fix duplicate types exception on WinRT interfaces (#23402)Omar Tawfik
2017-08-22Disable SqlClient tests that use TestTdsServer, since TestTdsServer has some ...Cory Rivera
2017-08-22Fix wrong SkipOnTargetFramework in EnvironmentTests which were not skipped in...Santiago Fernandez Madero
2017-08-22Move argument validation for some ImmutableList functions to ImmutableList.No...James Ko
2017-08-22Add DesignerOptionService tests (#23013)Hugh Bellamy
2017-08-22Tests for fix to AssemblyName(string) version parsing (#23243)Koundinya Veluri
2017-08-22Expose/test Encoder/Decoder span-based APIs (#23361)Stephen Toub
2017-08-22Use FromApp APIs to allow brokered file access (#23316)Jeremy Kuhne
2017-08-22Expose and test primitive span-based {Try}Parse methods (#23277)Stephen Toub
2017-08-22Merge pull request #23224 from Paxxi/ipaddress_spanStephen Toub
2017-08-22Fix Globalization Tests on High Sierra (#23451)Tarek Mahmoud Sayed
2017-08-21Disabled Sgen Tests. (#23446)Shin Mao
2017-08-21Avoid unnecessary intermediate Version allocation (#23424)Justin Van Patten
2017-08-21Mitigate regressions in IPAddressStephen Toub
2017-08-21Implement Span overloads for IPAddress classPer Bjorklund
2017-08-19Merge pull request #23403 from adityamandaleeka/fix_hang_in_concurrentQueue_u...Aditya Mandaleeka
2017-08-19Force System.Data.DataSetExtension tests to build in chk (#23408)Nina Chikanov
2017-08-19Fix the sgen issue when use NaN as the default value. (#23366)Huangli Wu
2017-08-19Workaround sgen automation errors. (#23400)Huangli Wu
2017-08-19Fix Test: System.Data.Tests.SqlTypes.SqlStringTest/SqlDateTimeToSqlString (#2...Nina Chikanov
2017-08-19Avoid unnecessary char[] allocation in GetComputerName (#23384)Justin Van Patten
2017-08-19Setting culture to Invariant to avoid not installed user language on test mac...Viktor Hofer
2017-08-19Improve UnloadingAndProcessExitTests.netcoreapp.cs to help narrow down repro ...Nina Chikanov
2017-08-19Fix a uapaot hang in a ConcurrentQueue test.Aditya Mandaleeka
2017-08-18Fix build breakdanmosemsft
2017-08-18Implement QuoteIdentifier and UnquoteIdentifier in OdbcCommandBuilder (#22499)Egor Bogatov
2017-08-18Override Read/Write(span) on System.Net.Http streams (#23345)Stephen Toub
2017-08-18Expose and Add Tests for BitConverter APIs in Corefx (#23164)Nina Chikanov
2017-08-18WarningsAsErrors and DisabledWarnings are not boolean. (#23335)Jon Hanna
2017-08-18add option to specify clang and few minor improvements for Linux (#23302)Tomas Weinfurt
2017-08-18Delete bad test from AsyncValueTaskMethodBuilderTests. (#23356)Aditya Mandaleeka
2017-08-17[System.Data] move AppDomain.Unload to a separate "partial" file (SqlDependen...Egor Bogatov
2017-08-17Some style fixes (#21837)Maira Wenzel
2017-08-17Capture PR feedback issues from UWP6.0 port. (#23342)Paulo Janotti
2017-08-17Set fixed culture for CookieContainer blob sanity check (#23285)Viktor Hofer
2017-08-17Use Encoding.Preamble in StreamReader/Writer (#23321)Justin Van Patten
2017-08-17Fix missing ISerializable interface on some types in System.Drawing (#22982)DonaldHarris
2017-08-17System.Private.Xml: Use Encoding.Preamble (#23323)Justin Van Patten
2017-08-17Disable hanging "stack guard" tests (#23339)Stephen Toub
2017-08-17DataContractSerialization: Use Encoding.Preamble (#23324)Justin Van Patten
2017-08-17HttpListener: Use Encoding.Preamble (#23325)Justin Van Patten
2017-08-17Merge pull request #23049 from stephentoub/encodingspan_testsStephen Toub
2017-08-16ManagedHandler: Only run connection pool cleanup timer when needed (#23174)Stephen Daudell
2017-08-16Prevent serial port test failures of aborting the run (#23251)Paulo Janotti
2017-08-16Fixed Issue with DCS Serializing Get-Only Collection.  (#22975)Shin Mao
2017-08-16Disable tests that fail on ILC due to not actually running in AppX (#23295)Atsushi Kanamori