[runtime] Fix a crash on Windows during the cleanup phase caused by using a destroyed...
[mono.git] / mono /
2015-06-11 João MatosMerge pull request #1864 from saper/procbyid
2015-06-11 Marcin CieslakFreeBSD: sysctl() to get process information
2015-06-11 João MatosMerge pull request #1863 from saper/sysctlfreebsd
2015-06-11 Marcin CieslakUse sysctl and <link.h> interface for FreeBSD
2015-06-11 Zoltan Varga[aot] Remove some dead code.
2015-06-11 Zoltan Varga[aot] Refactor the initialization of aot methods into...
2015-06-11 Zoltan Varga[aot] Remove unused MONO_OPT_SHARED support.
2015-06-10 Zoltan Varga[runtime] Work around an ios9 problem where dlopen...
2015-06-10 Zoltan Varga[arm] Fix crashes on ios9 by using 16kb trampoline...
2015-06-09 Zoltan Varga[runtime] Print out some information before asserting...
2015-06-09 Zoltan Varga[jit] Avoid using class init trampolines in AOT mode...
2015-06-09 Marcos Henrich[runtime] MonoClass are now cached.
2015-06-09 Marek HabersackMerge pull request #1812 from masterofjellyfish/mvc5...
2015-06-08 Zoltan Varga[jit] Implement full-aot support for virtual delegate...
2015-06-08 Zoltan Varga[aot] Avoid aot-ing partially sharable icalls.
2015-06-08 Zoltan Varga[aot] Fix full-aot support for Comparer instances insta...
2015-06-08 Zoltan Varga[jit] Implement support for UnsafeMov in gshared code.
2015-06-08 Zoltan Varga[aot] Add partial shared instances called by partial...
2015-06-08 Zoltan Varga[jit] Represent fully-shared method instances the same...
2015-06-08 Zoltan Varga[aot] Use normal methods instead of their remoting...
2015-06-08 Zoltan Varga[jit] Implement full-aot support for virtual delegate...
2015-06-08 Neale FergusonAdd support for -fPIE on s390x
2015-06-08 João Matos[runtime] Prefer eglib's g_snprintf as snprintf does...
2015-06-08 Marcos Henrich[runtime] Managed ProcessModule now has versions.
2015-06-08 Marcos Henrich[runtime] Process.Modules with managed assemblies.
2015-06-08 Rodrigo KumperaMerge pull request #1861 from saper/home-override
2015-06-08 Alex Rønne PetersenMerge pull request #1859 from saper/unit-tests-static
2015-06-07 Marcin Cieslak[runtime] Use libtool convenience library for unit...
2015-06-06 Zoltan Varga[runtime] Fix mono_method_get_name () so it prints...
2015-06-06 Zoltan Varga[aot] Add a corresponding instance of EnumEqualityCompa...
2015-06-05 Zoltan VargaDisable a test which can allocate and commit 4gb of...
2015-06-05 Rodrigo Kumpera[coop] When inserting safepoints at EH handlers, make...
2015-06-05 Alex Rønne PetersenMerge pull request #1856 from alexrp/profiler-improvements
2015-06-05 Ankit JainMerge pull request #1857 from slluis/fix-assembly-resolver
2015-06-04 Zoltan Varga[sdb] Avoid marking seq points as nonempty-stack if...
2015-06-04 Rodrigo KumperaMerge pull request #1849 from esdrubal/rfix
2015-06-04 Alex Rønne Petersen[profiler] Add myself as author.
2015-06-04 Alex Rønne Petersen[profiler] Start jotting down some format oddities...
2015-06-04 Alex Rønne Petersen[profiler] Fix missing TYPE_JIT events for alloc/except...
2015-06-04 Alex Rønne Petersen[profiler] Disable the ELF code for now.
2015-06-04 Alex Rønne Petersen[profiler] Process coverage info regardless of call...
2015-06-04 Alex Rønne Petersen[profiler] Remove outdated compilation instructions.
2015-06-04 Zoltan Varga[llvm] Decrease the basic block size cutoff to 3000...
2015-06-04 Zoltan Varga[arm] Implement support for nullable arguments in the...
2015-06-04 Zoltan Varga[aot] Enable the direct emission of llvm object files...
2015-06-03 Zoltan Varga[jit] Emulate OP_RREM if OP_FREM is emulated. Fixes...
2015-06-03 Zoltan Varga[sdb] Fix interface/virtual calls to valuetype methods.
2015-06-03 Marek SafarMerge pull request #1851 from esdrubal/mmf
2015-06-03 Jo ShieldsFix "make dist" for mono/utils/mono-complex.h
2015-06-02 Rodrigo Kumpera[jit] Fix the coop amd64 backend.
2015-06-02 Marek SafarMerge pull request #1847 from alexanderkyte/left_shift_...
2015-06-02 Alex Rønne PetersenMerge pull request #1846 from BillSeurer/master
2015-06-02 João MatosMerge pull request #1848 from tritao/complex_math
2015-06-02 Joao Matos[ms-threadpool] Replaced complex math with portable...
2015-06-02 Joao Matos[runtime] Implemented cross-platform complex math code.
2015-06-01 BrzVladMerge pull request #1841 from BrzVlad/fix-managed-alloc
2015-06-01 Zoltan Varga[amd64] Fully initialize the the MonoContext used by...
2015-06-01 Zoltan Varga[jit] Fix the hashing/equals check for MONO_PATCH_INFO_...
2015-06-01 Vlad Brezae[sgen] The normal managed allocator receives only one...
2015-06-01 Zoltan VargaRemove more CAS code.
2015-06-01 Zoltan Varga[aot] Fix thumb support after the separate llvm changes...
2015-06-01 Zoltan Varga[runtime] Fix the windows build.
2015-06-01 Bill SeurerAdd tailcall opcode for powerpc64le
2015-06-01 Zoltan Varga[runtime] Update object offsets.
2015-06-01 Zoltan Varga[amd64] Add fregs to MonoContext, only used by the...
2015-06-01 Marek SafarMerge pull request #1845 from esdrubal/httpfix
2015-05-31 Zoltan Varga[runtime] Fix the locking around the assembly->tokens...
2015-05-31 Zoltan Varga[amd64] Make the generic trampolines fill out a MonoCon...
2015-05-31 Zoltan Varga[amd64] Compute frame size precisely for the generic...
2015-05-30 Zoltan Varga[amd64] Simplify the throw trampolines by constructing...
2015-05-30 Zoltan VargaRevert "[amd64] Simplify the throw trampolines by const...
2015-05-30 Zoltan VargaRevert "[amd64] Add back a dummy argument to the throw...
2015-05-30 Zoltan Varga[amd64] Add back a dummy argument to the throw trampoli...
2015-05-30 Marek SafarMerge pull request #1816 from esdrubal/getdaylight
2015-05-30 Zoltan Varga[amd64] Simplify the throw trampolines by constructing...
2015-05-30 Zoltan Varga[runtime] Update object offsets.
2015-05-30 Zoltan Varga[amd64] Use a register array in MonoContext instead...
2015-05-29 Zoltan Varga[llvm] Use the generic IL code for generic class inits.
2015-05-29 Zoltan Varga[jit] Refactor the calls to class init trampolines...
2015-05-29 Zoltan Varga[amd64] Make generic_class_init as clob:c.
2015-05-29 Zoltan Varga[sdb] Fix reading/writing locals when not all of the...
2015-05-29 Zoltan Varga[jit] Remove generic class init trampolines, all archit...
2015-05-29 Zoltan Varga[jit] Emit a fallback IL version of generic class initi...
2015-05-29 Miguel de Icaza[Version] I am sick of the mono --version showing ...
2015-05-29 Rodrigo KumperaMerge pull request #1817 from alexanderkyte/bug30085
2015-05-28 Vlad Brezae[boehm] Use managed allocator only for objects with...
2015-05-28 Alexander Kyte[runtime] Fix resolution of a type with an incorrect...
2015-05-28 Zoltan Varga[arm64] Add generic_class_init to cpu-arm64.md.
2015-05-28 Marek SafarMerge pull request #1838 from esdrubal/assemblyname
2015-05-27 Zoltan Varga[runtime] Print wrapper methods in the same format...
2015-05-27 Rodrigo Kumpera[mini] Add assert around managed allocator to avoid...
2015-05-27 Zoltan VargaRevert "[x86] Enable support for OP_GENERIC_CLASS_INIT."
2015-05-27 Zoltan Varga[arm] Set more information in cinfo for fp returns...
2015-05-27 Neale FergusonAdd support for OP_GENERIC_CLASS_INIT
2015-05-27 Zoltan Varga[llvm] Fix rethrowing exceptions on x86.
2015-05-27 Zoltan Varga[llvm] Fix the loadable llvm build.
2015-05-27 Zoltan Varga[jit] Properly compute the layout of generic instances...
2015-05-26 Zoltan Varga[x86] Enable support for OP_GENERIC_CLASS_INIT.
2015-05-26 Alex Rønne Petersen[mini] Remove MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE...
2015-05-26 Zoltan Varga[sgen] Use mono_class_has_finalizer () instead of klass...
next