[Mono.Debugger.Soft] Modified TypeMirror.NewInstance() to check that the method is...
[mono.git] / mono /
2014-05-03 Zoltan Varga[jit] Register the Mono_UnhandledException_internal...
2014-05-03 Zoltan Varga[runtime] Fix a warning which happens because we store...
2014-05-02 Mark Probst[sgen-bridge] Don't forward a node to itself.
2014-05-02 Mark Probst[sgen-bridge] Compare xrefs between bridge implementati...
2014-05-02 Mark Probst[sgen-bridge] Compare SCCs between bridge implementations.
2014-05-02 Mark Probst[sgen-bridge] Allow second bridge implementation to...
2014-05-02 Mark Probst[sgen-bridge] Small refactoring.
2014-05-02 Mark Probst[sgen-bridge] Move bridge debug option handling to...
2014-05-02 Mark Probst[sgen-bridge] Set bridge_processing_in_progress in...
2014-05-02 Mark Probst[sgen-bridge] Also separate old bridge into pre- and...
2014-05-02 Mark Probst[sgen-bridge] Move processing of API data structures...
2014-05-02 Mark Probst[sgen-bridge] Separate before- and after-callback in...
2014-05-02 Mark Probst[sgen-bridge] Special-case ptr array for 1 entry withou...
2014-05-02 Mark Probst[sgen-bridge] Use bit field for is_visited and finishin...
2014-05-02 Mark Probst[sgen-bridge] Make finishing_time a 32 bit unsigned...
2014-05-02 Mark Probst[sgen-bridge] Fix forwarding.
2014-05-02 Mark Probst[sgen-bridge] Remove redundant object pointer in hash...
2014-05-02 Mark Probst[sgen-bridge] Separate DFS1 and DFS2 fields in HashEntry.
2014-05-02 Mark Probst[sgen-bridge] Add a new bridge (non-)pathology.
2014-05-02 Mark Probst[sgen-bridge] object_is_live() should be called object_...
2014-05-02 Mark Probst[sgen-bridge] Debugging option to dump whole bridge...
2014-05-02 Mark Probst[sgen-bridge] Remove single-reference non-bridge object...
2014-05-02 Mark Probst[sgen-bridge] Added test case with bridge performance...
2014-05-02 Mark Probst[sgen-bridge] Copy-on-write for DynArrays.
2014-05-02 Mark Probst[sgen-bridge] Remove dead DynArray merging code.
2014-05-02 Mark Probst[sgen] Heavy hash table statistics.
2014-05-02 Mark Probst[sgen-bridge] Make merging in old xrefs algorithm much...
2014-05-02 Mark Probst[sgen-bridge] New xrefs graph optimization for nodes...
2014-05-02 Mark Probst[sgen-bridge] Don't merge xrefs in DFS2. Speeds up...
2014-05-02 Rodrigo KumperaMerge pull request #1013 from ranma42/fix-19380
2014-05-01 Andrea CancianiCanonicalize folders when setting up assemblies_path
2014-05-01 Alex Rønne PetersenPut the "degraded allocation" warning behind a log...
2014-05-01 Andrea CancianiFix minor memleak
2014-04-30 Rodrigo KumperaRevert "wip". This idiot here pushed a working branch.
2014-04-30 Rodrigo KumperaRevert "might be working" Stupid me pushed a working...
2014-04-30 Rodrigo Kumpera[runtime] Fix use before null-check crasher. Found...
2014-04-30 Rodrigo Kumperamight be working
2014-04-30 Rodrigo Kumperawip
2014-04-30 Marek SafarMerge pull request #966 from ermshiperete/bug-xamarin...
2014-04-30 Marek SafarMerge pull request #1011 from Fabian-Koenig/master
2014-04-29 Alex Rønne PetersenAdd .gitignore file in mono/arch/arm64.
2014-04-29 Michael HutchinsonMerge pull request #1008 from lambdalice/master
2014-04-29 Paolo MolaroAdjust the test check to look for the correct heapshot...
2014-04-29 Paolo MolaroFix regression in thread name reporting in the profiler.
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...
next