Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2018-01-24Fix watchos tests for system.data (#6600) (#6619)Ludovic Henry
2018-01-23[tests] Fix cscs/mcs specific GetMethodBody logicAlexander Kyte
2018-01-23[runtime] Apply cctor filters to callees of cctors (#6562)Alexander Kyte
2018-01-22[Tests] Skip a subset of the System.IdentityModel for iOS and Mac. (#6595)Manuel de la Pena
2018-01-18 [Tests] Skip System.ServiceModel tests that are not supported on XamMac 4.5 ...Manuel de la Pena
2018-01-18[Tests] Do not assume order of returned interfacesRadek Doulik
2018-01-18Make sure .sources has newline at end of fileAlexander Köplinger
2018-01-18Bump linkerMarek Safar
2018-01-17[Tests] Skip some of the System.ServiceModel tests when using MOBILE (#6549)Alexander Köplinger
2018-01-17Use Environment.Platform to access the platform, rather than probing the file...Miguel de Icaza
2018-01-16[corlib] Fixes StoppedThreadsThrowThreadStateException test buildMarek Safar
2018-01-16[w32process] Ensure process_handle is a legal value (#6449)Ludovic Henry
2018-01-16[mcs] C# 7.2 non-trailing named argumentsMarek Safar
2018-01-15[2017-12] [class] Add Obsolete message to ICSharpCode.SharpZipLib.dll (#6517)Alexander Köplinger
2018-01-15[Tests] Ensure that tests are runnable on xamarin-macios (#5875)Manuel de la Pena
2018-01-13[runtime] Fix some default interface method problems. (#6484) (#6502)Zoltan Varga
2018-01-10[System]: Ensure WebConnection calls nstream.EndWrite()Brendan Zagaeski
2018-01-09[System] Set exception on Finish*Failure in SocketAsyncEventArgs (#6462)Alexander Köplinger
2018-01-09Implement a couple of SocketAsyncEventArgs methodsMiguel de Icaza
2017-12-20[tests] SRE check that a memberref token is emitted for a gtdAleksey Kliger
2017-12-20[monodroid] Build linker-analyzer tool for monodroidRadek Doulik
2017-12-04[mcs] Don't emit tuple names for a private typesMarek Safar
2017-12-04[Profiler] Fix parsing bug when `jit` is enabledDavid Karlaš
2017-12-04[runtime] Add support for weak fields. (#5972)Zoltan Varga
2017-12-02[linker-analyzer] Fix error reportingRadek Doulik
2017-12-01Merge pull request #6134 from alexrp/masterAlex Rønne Petersen
2017-11-30Merge pull request #6135 from YuriyGS/DataGridViewCell-BorderAlexis Christoforides
2017-11-30[profiler] Correctly encode counter type/unit/variance values.Alex Rønne Petersen
2017-11-30Additional cell paddings in TextBoxCell:YuriyGS
2017-11-30Drawing row & column divider and take it into account for drawing borders.YuriyGS
2017-11-30AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and c...YuriyGS
2017-11-30Outset and SingleHorizontal border styles fixedYuriyGS
2017-11-30Merge pull request #6110 from alexrp/masterRodrigo Kumpera
2017-11-29un-commented HmacSha256Signature bug 35661Andreas Lindh
2017-11-29[mcs] Implements C#7.1 default literalMarek Safar
2017-11-28Merge pull request #6043 from kumpera/wasm-p2Rodrigo Kumpera
2017-11-28[System] Add corefx tests for System.CodeDom (#5623)Egor Bogatov
2017-11-28[runtime] Implement a few ModuleBuilder getters (#5787)Alexander Kyte
2017-11-28[msvc] Update csproj filesmonojenkins
2017-11-28[corlib] Adds Span/Memory testsMarek Safar
2017-11-28[profiler] Make it possible to trigger heapshots from the M.P.L library.Alex Rønne Petersen
2017-11-28[mcs] Populate referencecontainer member-cache correctly. Fixes #60860Marek Safar
2017-11-28Merge pull request #6097 from mono/slluis-patch-1monojenkins
2017-11-28[sdks] Use runtime logging features to intercept Console.{Out,Error} and runt...Ludovic Henry
2017-11-27[msvc] Update csproj files (#6105)monojenkins
2017-11-27[System][Test] Only Xamarin.iOS has a synchronization context by default.Rolf Bjarne Kvinge
2017-11-27Merge pull request #5273 from vladimir-kazakov/xmlenc-from-corefxMarek Safar
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-11-25XMLENC from .NET Core.Vladimir Kazakov
2017-11-25[corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099)Alexander Köplinger