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
2016-02-20Rename class in mono/tests/threadpool.cs to allow embeddingorbis-branch-20Andi McClure
2016-02-19Fix error in DISABLE_HW_TRAPS implementationAndi McClure
2016-02-19[jit] Add missing div check to OP_IREM_IMM.Zoltan Varga
2016-02-19[jit] Add div checks to OP_LDIV etc. opcodes.Zoltan Varga
2016-02-19DISABLE_HW_TRAPS flag to disable signal relianceAndi McClure
2016-02-18[jit] Add div checks to the OP_IDIV_IMM etc. opcodes if needed.Zoltan Varga
2016-02-18--enable-division-check configure option forces MONO_ARCH_NEED_DIV_CHECKAndi McClure
2016-02-18Broaden readlink load failure check in TimeZoneInfoAndi McClure
2016-02-17Manual merge branch 'fixmobile' into coop-fix-managed-to-nativeAndi McClure
2016-02-17[runtime] Wrap mono_prepare_blocking and mono_finish_blocking in try { ... } ...Ludovic Henry
2016-02-17[marshal] Remove mono_vtaddr use from managed-to-native wrapperLudovic Henry
2016-02-17Update referencesources (to fix full-aot build)Andi McClure
2016-02-17[tests] List files from the repo intead of / for process-stress-3.csLudovic Henry
2016-02-17Merge pull request #2628 from kumpera/misc-loader-errormonojenkins
2016-02-17Merge pull request #2627 from kasthack/sysweb-importMarek Safar
2016-02-17Merge pull request #2629 from gofman/fixtimezoneinfoMarek Safar
2016-02-17[System.TimeZoneInfo] Fix finding system time zone when /etc/localtime has a ...Paul Gofman
2016-02-17[jit] Use mono_resolve_patch_target_checked () in more places.Zoltan Varga
2016-02-17[jit] Use mono_resolve_patch_target_checked () in more places.Zoltan Varga
2016-02-17[System.Web] Reference source import: System.Web.Util internal classeskasthack
2016-02-17[System.Web] Reference source import: System.Web.Routing internal classeskasthack
2016-02-17[System.Web] Reference source importkasthack
2016-02-17Fix the build.Zoltan Varga
2016-02-17[llvm] Remove some unfinished code committed by mistake.Zoltan Varga
2016-02-17Merge pull request #2625 from xmcclure/tinymemoryleakmonojenkins
2016-02-17[mono-error] Replace mono_metadata_parse_type_full with mono_metadata_parse_t...Rodrigo Kumpera
2016-02-17[metadata] Introduce MonoError into mono_metadata_parse_type_internal.Rodrigo Kumpera
2016-02-17[metadata] Remove mono_metadata_parse_array_full, nothing uses it.Rodrigo Kumpera
2016-02-17[llvm] Fix a crash when a simd argument is returned from a method by reference.Zoltan Varga
2016-02-17[runtime] Fix the build.Rodrigo Kumpera
2016-02-17[System.Web] Reference source importkasthack
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17[runtime] Replace hand-written type look up/caching with GENERATE_GET_CLASS_W...Rodrigo Kumpera
2016-02-17Import System.Diagnostics.Process changes to mobile profileAndi McClure
2016-02-17[aot] Reworked sequence points file AOT option to allow an explicit path passed.João Matos
2016-02-17Fix memory leak in mono_aot_plt_resolve when exiting with exceptionAndi McClure
2016-02-17[linker] do not set scope of non-marked typerefsRadek Doulik
2016-02-16[runtime] Bump corlib versionLudovic Henry
2016-02-16[Process] Add stress testsLudovic Henry
2016-02-16[System] Import System.Diagnostics.ProcessLudovic Henry
2016-02-16[corlib] Fix race condition between RegisteredWaitHandle Wait and Unregister ...Ludovic Henry
2016-02-16[mcs] Add more known sdk paths redirectionsMarek Safar
2016-02-16Merge pull request #2603 from kumpera/fix_set_pending_exceptionRodrigo Kumpera