[corlib] SafeHandle from reference sources without code duplication.
[mono.git] / mono / metadata /
2015-05-22 Marek Safar[runtime] Check remoting support in mscorlib before...
2015-05-21 Zoltan Varga[runtime] Handle generic methods in mono_method_get_vta...
2015-05-21 Zoltan Varga[runtime] Fix the calculation of the blittable status...
2015-05-21 Alex Rønne PetersenMerge pull request #1826 from alexanderkyte/remove_all_...
2015-05-20 Ludovic Henry[threads] Remove dead code
2015-05-20 Ludovic Henry[referencesource] Import System.Threading.ThreadLocal
2015-05-20 Martin BauligMerge pull request #1822 from mono/work-bug23792
2015-05-19 Marek Safar[corlib] LocalDataStoreSlot from reference sources
2015-05-18 Alex Rønne PetersenMerge pull request #1626 from iainx/add-coverage-to...
2015-05-18 Marek SafarMerge pull request #1811 from yann-morin-1998/yem/paral...
2015-05-17 Rodrigo KumperaMerge pull request #1809 from kumpera/double_loading_fix
2015-05-17 Zoltan Varga[runtime] Remove the unused method field from MonoLMF...
2015-05-17 Zoltan Varga[runtime] Fix the DISABLE_JIT/DISABLE_REMOTING build.
2015-05-17 Zoltan VargaFix the DISABLE_COM build.
2015-05-16 Zoltan Varga[runtime] Remove a few more DISABLE_ ifdefs.
2015-05-16 Zoltan Varga[runtime] Reduce the number of gc ifdefs in gc.c a...
2015-05-16 Zoltan Varga[runtime] Use condvars instead of events for notifying...
2015-05-16 Zoltan VargaRevert "[runtime] Use condvars instead of events for...
2015-05-16 Zoltan VargaRevert "[runtime] Use condvars instead of events for...
2015-05-16 Zoltan Varga[runtime] Use condvars instead of events for notifying...
2015-05-16 Zoltan Varga[runtime] Remove compile time null gc dependencies...
2015-05-16 Zoltan Varga[runtime] Use condvars instead of events for waiting...
2015-05-16 Alex Rønne Petersen[runtime] Fix endianness issue with special static...
2015-05-15 Alex Rønne PetersenMerge pull request #1801 from alexrp/profiler-allocs
2015-05-15 Rodrigo KumperaMerge pull request #1654 from alexanderkyte/xunit-fixes
2015-05-15 Alex Rønne Petersen[runtime] Use slow path managed allocators when profili...
2015-05-15 Alex Rønne PetersenMerge pull request #1656 from alexanderkyte/webservice_...
2015-05-15 Alex Rønne Petersen[runtime] Move profiler allocation reporting to GC...
2015-05-15 Alex Rønne Petersen[runtime] Move object allocation into GC implementations.
2015-05-15 Alex Rønne Petersen[runtime] Drop support for external libgc.
2015-05-15 Rodrigo Kumpera[runtime] Avoid allocating interface offsets multiple...
2015-05-14 Zoltan Varga[runtime] Fix the signature of native-func-aot wrappers...
2015-05-14 Miguel de IcazaMerge pull request #1793 from rolfbjarne/subminute...
2015-05-14 Alexander Kyte[runtime] Made mono_marshal_get_castclass_with_cache...
2015-05-14 Ludovic Henry[threadpool-ms] Fix compilation warning
2015-05-14 Ludovic Henry[null-gc] Ensure mono_gc_set_skip_thread is compiled
2015-05-14 Ludovic Henry[threads] Revert part of e05ba2a2fb4c6402c656024020599f...
2015-05-13 Alexander Kyte[runtime] Do not cache isinstance for TransparentProxies
2015-05-13 Ludovic Henry[threads] Remove thread_exit callback as the logic...
2015-05-13 Ludovic Henry[threads] Remove dead code
2015-05-13 Ludovic Henry[sgen] Remove unnecessary #define
2015-05-13 Ludovic Henry[threads] Remove useless indirection for thread creatio...
2015-05-13 Ludovic Henry[referencesource] Import System.Double and System.Simple
2015-05-13 Alex Rønne PetersenMerge pull request #1784 from alexrp/profiler-init
2015-05-13 Alex Rønne PetersenMerge pull request #1797 from schani/feature-pinning...
2015-05-13 Zoltan Varga[runtime] Fix the initialization of the pid array in...
2015-05-12 Mark ProbstMerge pull request #1796 from evincarofautumn/fix-heavy...
2015-05-12 Jon Purdy[sgen] Actually fix heavy stats.
2015-05-12 Mark ProbstMerge pull request #1795 from evincarofautumn/fix-heavy...
2015-05-12 Jon Purdy[sgen] Fix heavy statistics.
2015-05-12 Rodrigo KumperaMerge pull request #1668 from alexanderkyte/bug1856
2015-05-11 Rodrigo KumperaMerge pull request #1783 from alexanderkyte/thread_tran...
2015-05-11 Ludovic Henry[threadpool-ms] Remove thread waiting and memory cleanup
2015-05-11 Ludovic Henry[threadpool-ms] Fix assertion error "threadpool-ms...
2015-05-11 Zoltan Varga[runtime] Implement support for locals info for portabl...
2015-05-10 Zoltan Varga[runtime] Finish support for sequence point info for...
2015-05-10 Zoltan Varga[runtime] Fix some FIXMEs in mono_ppdb_get_seq_points ().
2015-05-10 Zoltan Varga[runtime] Add mono_ppdb_get_seq_points () function...
2015-05-10 Zoltan Varga[runtime] Add a mono_debug_get_seq_points () function...
2015-05-10 Zoltan Varga[runtime] Rename mono_debug_symfile_get_line_numbers_fu...
2015-05-10 Zoltan Varga[runtime] Remove more unused debugger code.
2015-05-09 Zoltan Varga[runtime] Add beginnings of support for Portable PDB...
2015-05-09 Zoltan Varga[runtime] Add support for the new metadata tables used...
2015-05-09 Zoltan Varga[runtime] Add support for loading metadata images witho...
2015-05-08 Zoltan Varga[runtime] Use a condvar for waiting for the finalizer...
2015-05-08 Ludovic Henry[threadpool-ms] Revert part of fd0ff7bff9132c37a1db2b5a...
2015-05-08 Alex Rønne PetersenMerge pull request #1781 from alexrp/master
2015-05-08 Alex Rønne PetersenMerge pull request #1782 from alexrp/profiler-symbol-fix
2015-05-08 Ludovic Henry[threadpool-ms] Reenable threadpool cleanup
2015-05-08 Ludovic Henry[threadpool-ms] Refactor worker creation and domain...
2015-05-08 Ludovic Henry[threadpool-ms] Ensure monitor thread does not start...
2015-05-08 Ludovic Henry[threadpool-ms] Fix potential bug on monitor thread...
2015-05-08 Ludovic Henry[threadpool-ms] Refactor lock for working and parked...
2015-05-08 Ludovic Henry[threadpool-ms] Guarantee icall parameter size
2015-05-08 Alex Rønne Petersen[runtime] Improve context static LocalDataStoreSlot...
2015-05-08 Alex Rønne Petersen[runtime] Update LocalDataStoreSlot code to the new...
2015-05-08 Atsushi EnoMerge pull request #1778 from JetBrains/xbuild_do_not_s...
2015-05-08 Zoltan Varga[runtime] Disable the broken code which aligns small...
2015-05-08 Zoltan VargaMerge pull request #1780 from alexrp/master
2015-05-08 Alex Rønne Petersen[runtime] Initialize contexts after the GC.
2015-05-07 Alex Rønne PetersenMerge pull request #1777 from alexrp/sgen-separation
2015-05-07 Ludovic Henry[threadpool-ms] Change the meaning of ThreadPoolCounter...
2015-05-07 Atsushi EnoMerge pull request #1773 from ztzg/sql-server-datetime2
2015-05-07 Atsushi EnoMerge pull request #1772 from ztzg/sql-server-variant
2015-05-07 Atsushi EnoMerge pull request #1771 from ztzg/sql-server-bulk...
2015-05-07 Alex Rønne Petersen[sgen] Move bridge debugging code out of the independen...
2015-05-06 Rodrigo Kumpera[runtime] Don't call managed code when OVF.
2015-05-06 Rodrigo Kumpera[coop] Fix marshal code of reset-abort calls to use...
2015-05-06 Alex Rønne PetersenMerge pull request #1750 from alexrp/precise-ctx-static...
2015-05-06 Alex Rønne PetersenMerge pull request #1742 from alexrp/symbol-renaming
2015-05-06 Zoltan Varga[runtime] Fix support for callvirt delegates with a...
2015-05-06 Alex Rønne Petersen[runtime] Rename seq point symbols to avoid global...
2015-05-06 Alex Rønne Petersen[runtime] Remove unused _mono_debug_address_from_il_off...
2015-05-06 Alex Rønne Petersen[runtime] Rename GCHandle_CheckCurrentDomain to not...
2015-05-05 Alex Rønne Petersen[runtime] Rework special static offset handling.
2015-05-05 Alex Rønne Petersen[runtime] Unify thread/context static field scanning...
2015-05-05 Alex Rønne Petersen[runtime] Rewrite TLS slot marking to use MonoBitSet.
2015-05-05 Mark Probst[sgen] Fix logging format specifiers. `t` modifier...
2015-05-05 Ludovic Henry[threadpool-ms] Disable cleanup
2015-05-05 Ludovic Henry[delegate] Replace multicast delegate implementation
next