Make assembly resolve events more compatible with the MS runtime.
[mono.git] / mono /
2014-04-29 Paolo MolaroMake assembly resolve events more compatible with the...
2014-04-28 Alexis ChristoforidesMerge pull request #920
2014-04-28 Alexis ChristoforidesMerge pull request #971
2014-04-28 Rodrigo KumperaDrop Events and Items units in favor of Count as they...
2014-04-28 Rodrigo Kumpera[counters] Only dump monotonic counters as variable...
2014-04-28 Rodrigo Kumpera[counters] Restore the previous behavior of mono_counte...
2014-04-28 Rodrigo Kumpera[counters] Document mono_counters_foreach.
2014-04-28 Rodrigo Kumpera[counters] Install mono-counters.h since it's part...
2014-04-28 Rodrigo Kumpera[mono-counters] Bring MONO_COUNTER_TIME_INTERVAL back.
2014-04-28 Rodrigo KumperaRevert "[counters] Simplify things a bit by removing...
2014-04-28 Alexis ChristoforidesMerge pull request #961 from ermshiperete/bug-xamarin...
2014-04-28 Alex Rønne PetersenEmit profiler enter/leave instrumentation calls as...
2014-04-28 Marek SafarMerge pull request #1005 from ranma42/race-free-paralle...
2014-04-26 Zoltan Varga[arm] Fix some native types issues.
2014-04-25 Rodrigo Kumpera[sgen-bridge] Fix the bridge with forwarded objects.
2014-04-25 Rolf Bjarne KvingeRevert "Revert "Merge branch 'master' of https://github...
2014-04-25 Alex Rønne PetersenMerge pull request #916 from akoeplinger/fix-gac-test
2014-04-24 Rodrigo Kumpera[sgen-bridge] Implement type based dfs1 filtering.
2014-04-24 Rodrigo Kumpera[sgen-bridge] Fix counters. They were not zeroed after...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Use an extra vtable bit to flag opaque...
2014-04-24 Rodrigo Kumpera[runtime] Fix bitfield comments.
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] Add the new bridge to the testing matrix.
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-23 Zoltan Varga[jit] Add some comments to register_icall ().
2014-04-23 Rodrigo KumperaRevert "Disable bug-18026.exe when running tests in...
2014-04-23 Rodrigo Kumpera[sgen] Add a bunch of clear-at-gc variants to the test...
2014-04-23 Zoltan VargaMerge pull request #1000 from ranma42/disable-18026...
2014-04-23 Andrea CancianiDisable bug-18026.exe when running tests in the CI...
2014-04-22 Zoltan Varga[sdb] Add support for DebuggerNonUserCodeAttribute.
2014-04-22 Zoltan Varga[arm64] Add AOT support.
2014-04-22 Zoltan Varga[arm64] Add JIT support.
2014-04-22 Zoltan Varga[arm64] Add sgen support.
2014-04-22 Zoltan Varga[arm64] Add context/mach support.
2014-04-22 Zoltan Varga[arm64] Add basic port infrastructure.
2014-04-22 Alexis ChristoforidesMerge pull request #994 from drummerhu/patch-1
2014-04-21 Zoltan Varga[jit] Fix a bug introduced by 683527c69465843d05709782a...
2014-04-21 Rodrigo Kumpera[counters] Simplify things a bit by removing unsigned...
2014-04-21 Rodrigo Kumpera[counters] Add mono_counters_foreach API.
2014-04-21 Rodrigo Kumpera[counter] Kill counter type MONO_COUNTER_TIME_INTERVAL...
2014-04-21 Rodrigo Kumpera[counters] Introduce variance and units.
2014-04-21 Rodrigo Kumpera[counters] Introduce two new counters categories, runti...
2014-04-19 Zoltan Varga[jit] Get rid of mono_arch_nullify_plt_entry (), it...
2014-04-17 Rodrigo Kumpera[sgen-bridge] Introduce accounting mode to bridge proce...
2014-04-17 Alex Rønne PetersenReally, seriously, for real fix mono/tests/Makefile...
2014-04-17 Zoltan Varga[jit] Fix an unreachable code part in mini_emit_memset...
2014-04-17 Alex Rønne PetersenShell expansion rules suck. Fix a7712d90931a29c76f83e62...
2014-04-17 Alex Rønne PetersenFix a couple of warnings in sgen-cardtable.c.
2014-04-17 Alex Rønne PetersenIgnore testlist files in mono/tests.
2014-04-17 Alex Rønne PetersenClean up mono/tests/Makefile.am.
2014-04-17 Zoltan Varga[aot] Add a separate mutex to each AOT module to reduce...
2014-04-17 Zoltan Varga[jit] Use compile-time conditionals in a few places.
2014-04-17 Zoltan Varga[llvm] Fix the decomposition of some long opcodes on...
2014-04-17 Zoltan Varga[llvm] Update the LLVM backend to the LLVM mono-2014...
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] Fix the lookup of the AOT version of Interlocked...
2014-04-16 Rodrigo Kumpera[win64] Fix stack probing and disable omit_fp. Fixes...
2014-04-16 Zoltan Varga[llvm] Fix the loadable llvm build.
2014-04-16 Alex Rønne PetersenMake all Python scripts Python 3-friendly.
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 Rodrigo Kumpera[runtime] Don't g_string_append an empty string when...
2014-04-15 Rodrigo Kumpera[windows] Win64 requires 16 bytes alignment too.
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-15 Zoltan Varga[llvm] Fix a few problems with longs on 32 bit platform...
2014-04-14 Rodrigo Kumpera[llvm] Fix llvm loading.
2014-04-14 Alex Rønne PetersenFix handling of the `volatile.` prefix instruction.
2014-04-14 Alex Rønne PetersenRemove pointless #elif branch in mono-membar.h.
2014-04-14 Alex Rønne PetersenClean up the log profiler's use of atomics.
2014-04-14 Alexis ChristoforidesMerge pull request #986 from ninjarobot/patch-1
2014-04-14 ninjarobotUpdate io.c
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 Rodrigo KumperaUse mono_dl_open_runtime_lib instead of hand crafted...
2014-04-11 Rodrigo KumperaNew function mono_dl_open_runtime_lib that loads runtim...
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-04-11 Alex Rønne PetersenARM: Fix epilogue instrumentation to handle MONO_TYPE_...
next