Add support for value types to mono_object_to_string
[mono.git] / mono / metadata / sgen-gc.c
2013-07-23 Alex Rønne PetersenMerge pull request #697 from linquize/atom-bug
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-21 Alex Rønne PetersenMerge pull request #707 from LHCGreg/12752-windows_nul_...
2013-07-17 Mark Probst[sgen] Binary protocol improvements.
2013-07-17 Rodrigo KumperaMerge pull request #706 from elijahtaylor/fixdyncode
2013-07-16 Mark ProbstFix race conditions in finalizer/weak link staging.
2013-07-16 Zoltan VargaFix MONO_GC_DEBUG=collect-before-allocs. mono_gc_alloc_...
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-02 Rodrigo KumperaSuspend the world when cleaning up a domain as it's...
2013-07-02 Alex Rønne PetersenMerge pull request #649 from DavidS/feature/implement...
2013-07-02 Alex Rønne PetersenMerge pull request #572 from jack-pappas/sockets-ipproto
2013-06-28 Michael HutchinsonMerge pull request #642 from Ventero/CleanCopyLocal
2013-06-26 Rodrigo KumperaMerge pull request #654 from alesliehughes/master
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-05 Rodrigo KumperaDetach the current thread as soon as possible when...
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-02 Mark ProbstMerge remote-tracking branch 'origin/fix-concurrent...
2013-04-02 Mark Probst[sgen] Mod-union consistency check MONO_GC_DEBUG option.
2013-04-02 Mark Probst[sgen] Binary protocol entry for user-forced GCs.
2013-03-13 Mark Probst[sgen] Don't call sgen_scan_togglerefs() twice.
2013-03-13 Mark Probst[sgen] Remove superfluous arguments to finish_gray_stack().
2013-03-13 Mark Probst[sgen] Gather a histogram of layouts of scanned objects.
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-06 Mark Probst[sgen] Just warn, don't abort, on invalid MONO_GC_PARAM...
2013-03-06 Mark Probst[sgen] Allow empty parameters in MONO_GC_PARAMS and...
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Mark Probst[sgen] Disable parallel M&S in combination with split...
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-02-28 Rodrigo KumperaMerge branch 'mono-disable-remoting'
2013-02-28 Rodrigo KumperaThe runtime no longer need the remoting types under...
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-27 Mark ProbstMerge branch 'feature-remove-ssb'
2013-02-27 Mark Probst[sgen] Remove unnecessary entries from remembered set...
2013-02-27 Mark Probst[sgen] Remove SSB write barrier.
2013-02-27 Mark Probst[sgen] Cementing bugfix for concurrent M&S.
2013-02-26 Rodrigo KumperaFix the hppa removal.
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-23 Mark ProbstMerge branch 'feature-concurrent-evacuation'
2013-02-23 Mark Probst[gc] Mono.Runtime method for enabling/disabling synchro...
2013-02-23 Mark Probst[sgen] Do non-concurrent GC to evacuate when the need...
2013-02-23 Mark Probst[sgen] Evacuation for concurrent mark (during forced...
2013-02-23 Mark Probst[sgen] Make synchronous collections with marksweep...
2013-02-23 Mark Probst[sgen] Remove concurrent_cementing argument to sgen_add...
2013-02-23 Mark Probst[sgen] Remove redundant argument to sgen_cement_lookup_...
2013-02-23 Mark Probst[sgen] Fix a misplaced #ifdef.
2013-02-23 Mark Probst[sgen] Remove obsolete argument to clear_unreachable_ep...
2013-02-22 Rodrigo KumperaDisable the native method-builder under DISABLE_JIT.
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
2013-02-22 Miguel de IcazaMerge pull request #561 from akoeplinger/bufferless-fix
2013-02-22 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
2013-02-19 Mark Probst[sgen] In the MONO_GC_PARAMS usage, show marksweep...
2013-02-19 Mark Probst[sgen] Don't mark objects on promotion.
2013-02-14 Mark Probst[gc] Remove mono_gc_disable/enable().
2013-02-14 Mark Probst[sgen] Fix mono_gc_weak_link_get ().
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-09 Miguel de IcazaMerge pull request #524 from pruiz/mvc-allowhtml-fix
2013-02-09 Miguel de IcazaMerge pull request #546 from QuickJack/master
2013-02-09 Miguel de IcazaMerge pull request #547 from jack-pappas/patch-1
2013-02-08 Rodrigo KumperaMerge pull request #551 from jack-pappas/sgen-patch
2013-02-08 Jack PappasFix thread stack initialization on BSD platforms.
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2013-01-27 Mark Probst[sgen] Finish concurrent collection before clearing...
2013-01-23 Mark ProbstMerge branch 'feature-perpetual-pinning'
2013-01-23 Mark Probst[sgen] Fix an assertion that triggered with simple...
2013-01-23 Mark Probst[sgen] Better explanation for scanning whole nursery...
2013-01-23 Mark Probst[sgen] Use SGEN_ASSERT for cementing assertions.
2013-01-23 Mark Probst[sgen] Make cementing work with split nursery.
2013-01-23 Mark Probst[sgen] Shadow cementing table to allow cementing during...
2013-01-23 Mark Probst[sgen] Fix whole heap check for cementing.
2013-01-23 Mark Probst[sgen] Option for disabling cementing.
2013-01-23 Mark Probst[sgen] Binary protocol for global remsets not only...
2013-01-23 Mark Probst[sgen] Cementing
2013-01-19 Mark Probst[sgen] Make concurrent mark work with the split nursery.
2013-01-18 Rodrigo KumperaSilence a lot of warnings on linux.
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-18 Marek SafarMerge pull request #532 from alesliehughes/master
2013-01-17 Rodrigo Kumpera[sgen]Rework the ephemeron code to not rely on object...
2013-01-17 Rodrigo Kumpera[sgen] Cleanup, remove object ranges for finalization...
2013-01-16 Mark Probst[sgen] Remove the copying major collector.
2013-01-16 Rodrigo KumperaBoehm now supports long links.
2013-01-12 Mark Probst[sgen] Only protocol/DTrace pinning when we actually...
2013-01-11 Mark Probst[sgen] DTrace probe for when a GC is requested.
2013-01-11 Mark Probst[sgen] Don't report that we need a major collection...
2013-01-11 Mark Probst[sgen] MONO_GC_DEBUG option for checking mark bit consi...
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2013-01-09 Jean-Michel PerraudMerge remote-tracking branch 'upstream/master'
2013-01-06 Mark Probst[sgen] Pass the reference, not just its location, to...
2013-01-03 Mark Probst[sgen] Don't force synchronous collection unless reques...
2013-01-03 Mark Probst[sgen] More dtrace probes.
next