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
AgeCommit message (Expand)Author
2017-10-25Bump roslynMarek Safar
2017-10-25Merge pull request #5764 from Unity-Technologies/save-resume-tramp-amd64-xmm-...Rodrigo Kumpera
2017-10-25Merge pull request #5844 from vargaz/fix-60288Rodrigo Kumpera
2017-10-25[mono] Update denied assemblies listMarek Safar
2017-10-25Build fixes for none Windows desktop platforms.lateralusX
2017-10-25[arm] Add support for unlimited size/number of arguments to the dyn call code...Zoltan Varga
2017-10-25[System.Data] Cleanup after #4893 (PR) (#5841)Egor Bogatov
2017-10-24Bump corlib version for MonoIO coop handle changes.Jon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.ReadJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetCurrentDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.get_InvalidPathCharsJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.FindNextFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.FindFirstFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.WriteJon 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[runtime] Fix Windows build break due to renamed mono_error_raise_exception (...Alexander Köplinger
2017-10-24[corlib] Updated LinkerDescriptorRadek Doulik
2017-10-24Merge pull request #5846 from kumpera/wasm-work-p5Alexis Christoforides
2017-10-24[scripts] Build 64-bit package by defaultAlexis Christoforides
2017-10-24[arm] Make the generic trampoline call mono_thread_force_interruption_checkpo...Zoltan Varga
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-24[runtime] Allow valuetypes larger than 1MB created by csc/mcs. Fixes #60288.Zoltan Varga
2017-10-24[interpreter] Fix the DISABLE_REMOTING build.Rodrigo Kumpera
2017-10-23Only null check target for delegate if method is not static. (#5833)Jonathan Chambers
2017-10-23[runtime] Mark mono_raise_exception()/mono_reraise_exception() as external on...Zoltan Varga
2017-10-21[runtime] Improve diagnostics about methods that failed to LLVM-compile by in...Rolf Bjarne Kvinge
2017-10-21Fix tarball buildAlexander Köplinger
2017-10-20Merge pull request #5830 from alexischr/wrench-testsAlexis Christoforides
2017-10-20Merge pull request #5632 from luhenry/threads-rework-shutdownRodrigo Kumpera
2017-10-20Merge pull request #5825 from BrzVlad/fix-interp-appdomainVlad Brezae
2017-10-20Add MacSDK test scriptAlexis Christoforides
2017-10-20[jit] Fix #59182 for the coop case as well. (#5824)Zoltan Varga
2017-10-20[interp] Enable appdomain testsVlad Brezae
2017-10-20[interp] Rethrow abort exceptions at end of catchVlad Brezae
2017-10-20[interp] Interruption checkpoint during branchesVlad Brezae
2017-10-20[interp] Handle remoting calls in delegatesVlad Brezae
2017-10-20[interp] Add lmf when doing icallsVlad Brezae
2017-10-20[interp] Don't generate remoting wrapper for normal callsVlad Brezae