[runtime] Change the semantics of mono_error_set_type_load_name to acquire alloc...
[mono.git] / mono / metadata /
2014-04-24 Alex Rønne PetersenMerge pull request #1002 from ranma42/make-check-no...
2014-04-24 Marek SafarMerge pull request #1003 from robertpi/Bug12211
2014-04-24 Rodrigo Kumpera[sgen-bridge] New bridge implementation - currently...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Move the bridge implementation behind...
2014-04-23 Mark Probst[sgen] Fix time logging. We inflated durations by...
2014-04-23 Alexis ChristoforidesRevert "Merge branch 'master' of https://github.com...
2014-04-23 Alexis ChristoforidesMerge branch 'master' of https://github.com/mono/mono
2014-04-22 Zoltan Varga[sdb] Add support for DebuggerNonUserCodeAttribute.
2014-04-22 Zoltan Varga[arm64] Add sgen support.
2014-04-22 Zoltan Varga[arm64] Add context/mach support.
2014-04-22 Alexis ChristoforidesMerge pull request #994 from drummerhu/patch-1
2014-04-21 Rodrigo Kumpera[counters] Simplify things a bit by removing unsigned...
2014-04-21 Rodrigo Kumpera[counter] Kill counter type MONO_COUNTER_TIME_INTERVAL...
2014-04-17 Rodrigo Kumpera[sgen-bridge] Introduce accounting mode to bridge proce...
2014-04-17 Alex Rønne PetersenFix a couple of warnings in sgen-cardtable.c.
2014-04-16 Mark Probst[sgen] Counter for time we spend starting and stopping...
2014-04-16 Mark Probst[sgen] Fix M&S object iteration.
2014-04-16 Mark Probst[sgen] Fix CLEAR_AT_GC.
2014-04-16 Mark Probst[sgen] Fix remset consistency check in presence of...
2014-04-16 Mark Probst[sgen] Count cards for binary protocol.
2014-04-16 Mark Probst[sgen] Don't scan cards in no-reference LOS objects.
2014-04-16 Mark Probst[sgen] Make missing remset debugging easier.
2014-04-16 Mark Probst[sgen] Small refactoring of sgen_card_table_update_mod_...
2014-04-16 Mark Probst[sgen] Make mod-union consistency check work again.
2014-04-16 Mark Probst[sgen] Binary protocol entries for world stop/restart...
2014-04-16 Mark Probst[sgen] Enable binary protocol by default, make the...
2014-04-16 Zoltan Varga[jit] Rewrite lookup_method () to reduce contention...
2014-04-16 Zoltan Varga[runtime] Add some low level locks to image sets to...
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-14 Rodrigo KumperaMerge pull request #990 from BrandonLWhite/bw/cqleak
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Brandon[runtime] Fixed leak of MonoListItems in MonoCQ
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-12 Zoltan Varga[runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYP...
2014-04-12 Zoltan VargaMerge pull request #988 from ranma42/fix-lls-test
2014-04-12 Zoltan VargaMerge pull request #989 from rolfbjarne/bundle-tracing...
2014-04-11 Rolf Bjarne KvingeReport bundle tracing using the filename, not the full...
2014-04-11 Rolf Bjarne KvingeImprove tracing output for loaded assemblies from bundles.
2014-04-11 Rodrigo KumperaUse mono_dl_open_runtime_lib as an additional fallback...
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-04-09 Rodrigo KumperaRevert "[runtime] Improve the hashing of MONO_TYPE_VAR...
2014-04-09 Alexis ChristoforidesMerge pull request #985 from joelmartinez/master
2014-04-09 Zoltan Varga[runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYP...
2014-04-07 Alexis ChristoforidesMerge pull request #955 from ermshiperete/bug-xamarin...
2014-04-06 Zoltan Varga[runtime] Refactor mono_marshal_get_delegate_invoke_int...
2014-04-05 Alexis ChristoforidesMerge pull request #941 from upsilon/fix-layoutsettings...
2014-04-01 Zoltan Varga[runtime] Fix a crash if the thread name is set before...
2014-03-31 Marek Safar[corlib] Filter out any right-to-left sign characters...
2014-03-29 Zoltan Varga[runtime] Add support for setting the native thread...
2014-03-29 Miguel de IcazaRemove profanity
2014-03-21 Zoltan Varga[runtime] Fix a regression caused by a7d26d482273950d84...
2014-03-21 Zoltan Varga[runtime] Add a 'debug-domain-unload' MONO_DEBUG option...
2014-03-20 Zoltan Varga[jit] Add a 'check-pinvoke-callconv' MONO_DEBUG option...
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-17 Marek SafarMerge pull request #956 from ermshiperete/bug-xamarin...
2014-03-14 Mark Probst[sgen] Restore hazard pointers in suspend signal handle...
2014-03-14 Marek SafarMerge pull request #953 from rcook/p-rcook-correct...
2014-03-13 Rodrigo Kumpera[sgen] Fix the merging code.
2014-03-13 Alex Rønne PetersenAdd some pointless zero initializations to shut GCC...
2014-03-12 Alex Rønne PetersenConvert asserts in sgen-hash-table.c to SGEN_ASSERT ().
2014-03-12 Alex Rønne PetersenAdd an assert to sgen-hash-table.c!rehash_if_necessary...
2014-03-12 Alex Rønne PetersenSilence a gcc warning.
2014-03-12 Alex Rønne PetersenRemove now-unused dyn_array_ptr_set () function.
2014-03-12 Rodrigo Kumpera[sgen] Wrap DynArray into strongly types variants makin...
2014-03-12 Rodrigo Kumpera[sgen] Cleanup argument list of dfs1, src is a constant.
2014-03-12 Rodrigo Kumpera[sgen] Remove the elem_size field from DynArray - expli...
2014-03-12 Rodrigo Kumpera[sgen] Add an optimized variant of qsort using macros...
2014-03-11 Rodrigo KumperaMerge pull request #938 from exony-craigminihan/bugzill...
2014-03-11 Zoltan VargaFix a warning.
2014-03-10 Mark Probst[runtime] Move unit tests to separate directory.
2014-03-10 Mark Probst[runtime] Unit test for lock-free linked list set.
2014-03-10 Zoltan Varga[jit] Change the sgen vector allocator il code so it...
2014-03-10 Marek Safar[corlib] Update en-au pm/am designators
2014-03-08 Marek Safar[corlib] Add .net compatible separators for es culture
2014-03-07 Zoltan Varga[runtime] Make different kinds of delegate invokes...
2014-03-07 Marek SafarUpdate CLDR to version 2.4. Fixes #17615
2014-03-07 Rodrigo Kumpera[sgen] Change the bridge interface to include richer...
2014-03-06 Michael HutchinsonMerge pull request #915 from knocte/master
2014-03-06 Rodrigo KumperaMerge pull request #936 from adahn/master
2014-03-06 Marek SafarMerge pull request #866 from linquize/content-type...
2014-03-06 Rodrigo KumperaMerge pull request #934 from exony-craigminihan/bugzill...
2014-03-05 Zoltan Varga[runtime] Move some counters to the mono-counters infra...
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Marek SafarMerge pull request #930 from theraot/master
2014-03-04 Zoltan Varga[runtime] Fix a memory leak.
2014-02-28 Alex Rønne PetersenFix a warning introduced by the boehm toggleref code.
2014-02-28 Alex Rønne PetersenMerge pull request #927 from ermshiperete/novell-bug...
2014-02-28 Zoltan Varga[runtime] Fix memory leaks and usage of freed memory...
2014-02-27 Mark Probst[sgen] Fix cardtable for huge (>4gb) objects on 64bit.
2014-02-27 Zoltan Varga[runtime] Fix an assertion which is hit if thread_clean...
2014-02-27 Zoltan VargaRevert "[runtime] Add support for jagged array ctors...
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Rodrigo Kumpera[boehm] Integrate toggleref support into the runtime.
2014-02-26 Zoltan Varga[runtime] Add support for jagged array ctors which...
2014-02-26 Zoltan Varga[bcl] Allow Marshal.SizeOf () to work on pointer types...
2014-02-26 Zoltan Varga[runtime] Add a FIXME.
2014-02-26 Mark Probst[runtime] Fix a thread join race condition. Fixes...
2014-02-26 Rodrigo Kumpera[sgen] Ensure togglerefs are only cleared after we...
2014-02-25 Zoltan VargaMerge pull request #914 from eiz/master
2014-02-25 Alex Rønne PetersenMerge pull request #913 from Daniel15/fix-catchall...
next