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
2017-10-25[System.Data] Cleanup after #4893 (PR) (#5841)Egor Bogatov
2017-10-24[coop-handles] System.IO.MonoIO.FindFirstFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetFileAttributesJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetCurrentDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.ReplaceFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.RemoveDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.OpenJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.MoveFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileStatJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileAttributesJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.DeleteFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.CreateDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.CopyFileJon Purdy
2017-10-24[msbuild] Add symlink to csc.exe in msbuild bin dirAnkit Jain
2017-10-24[corlib] Updated LinkerDescriptorRadek Doulik
2017-10-24Fix WCF Windows Linux cross WCF-comunication via NetTcpBinding (without any s...vinogradniy
2017-10-24[bcl] Optimize Process.GetCurrentProcess ().MainModule. (#5843)Zoltan Varga
2017-10-21Fix tarball buildAlexander Köplinger
2017-10-20Fix bug #58400 - incorrect implementation of LocalPath for file URLs (#5779)Katelyn Gadd
2017-10-20[tests.make] Filter out comments from test.dll.sources for TEST_FILESAlexander Köplinger
2017-10-19Merge pull request #5778 from alexischr/bug-56003Alexis Christoforides
2017-10-19[System.Data] move to corefx (#4893)Egor Bogatov
2017-10-19[System.Core] Remove duplicated test classes (#5829)Alexander Köplinger
2017-10-19[runtime] Workaround for verifier bug #59967Marek Safar
2017-10-19[bcl] Remove AssertExtensions helper classes (#5828)Alexander Köplinger
2017-10-19fix code-style issuesEgorBo
2017-10-19limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027EgorBo
2017-10-19[corlib] Adds ValueTuple testsMarek Safar
2017-10-19[System.URI] Don't reset host string processing on Unicode paths. Fixes #56003Alexis Christoforides
2017-10-18[System.Net] Tweak tests for watchOSBernhard Urban
2017-10-18[msvc] Update csproj files (#5823)monojenkins
2017-10-18[sre] Register a canonical reflected method for a methodspec token. (Fixes #6...Aleksey Kliger (λgeek)
2017-10-18[bcl] Update PlatformDetection helpersMarek Safar
2017-10-18[bcl] Fix test assembly build for monodroid profile (#5808)Alexander Köplinger
2017-10-17[bcl] Add dependency on .exclude.sources to test assembly (#5804)Alexander Köplinger
2017-10-17[mcs/tests] make test harness output more verbose on V=1Bernhard Urban
2017-10-17[mcs/tests] add interp targetBernhard Urban
2017-10-17[linker] update referenced source filesBernhard Urban
2017-10-17[msvc] Update csproj files (#5805)monojenkins
2017-10-17[monodroid] Enable a number of tests (#5799)Marek Habersack
2017-10-17[I18N] Add more encoding testsAlexander Köplinger
2017-10-17[corlib] Add corefx System.Text.Encoding testsAlexander Köplinger
2017-10-17[corlib] Add tests for EncoderFallbackAlexander Köplinger
2017-10-17[corlib] Use Latin1Encoding from referencesourceAlexander Köplinger
2017-10-17[I18N] Remove commented code from ucm2cp.cAlexander Köplinger
2017-10-17[I18N] Fix wrong charIndex in encoder fallbackAlexander Köplinger
2017-10-17[build] Add code coverage mode (#5789)Marek Safar
2017-10-17[corlib] Fix SRE.SaveTest error during teardown on WindowsAlexander Köplinger
2017-10-17[Mono.Posix] Use TestHelper code from monodroid repo (#5793)Alexander Köplinger
2017-10-16Merge pull request #5782 from YuriyGS/bug60115Alexis Christoforides