[corlib] Allow SynchronizationContext.Current to work on MfA
[mono.git] / mono /
2012-06-01 Rodrigo KumperaImplement better pointer spew for the new heap verifier.
2012-06-01 Zoltan VargaFix warnings.
2012-06-01 Zoltan VargaFix implicit function declarations on osx.
2012-06-01 Marek SafarFix default infinity symbol to match closely .net
2012-05-31 Marek SafarMerge pull request #310 from slide/master
2012-05-31 Zoltan VargaChange a printf to a log message in sdb.
2012-05-31 Zoltan VargaDisable test_0_stack_unwind () test which fails on...
2012-05-31 Miguel de IcazaMerge pull request #306 from robwilkens/master
2012-05-31 Miguel de IcazaMerge pull request #308 from viniciusjarina/fix242
2012-05-30 Zoltan VargaFix a race in mono_aot_find_jit_info ().
2012-05-30 Marek SafarMerge pull request #307 from crazyjncsu/master
2012-05-29 Rodrigo KumperaFix major whole-heap verification if the nursery end...
2012-05-29 Zoltan VargaAdd fields in generic instances too when AOTing. Fixes...
2012-05-28 Rodrigo KumperaAdd new whole heap verifier that can catch a whole...
2012-05-26 Zoltan VargaAdd more caching to the pinvoke loading code, tidy...
2012-05-26 Miguel de IcazaMerge pull request #304 from crazyjncsu/master
2012-05-26 Miguel de IcazaMerge pull request #305 from robwilkens/master
2012-05-25 Rodrigo KumperaSmall improvements to the concurrent queue.
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-23 Zoltan VargaImprove type load errors thrown by the JIT a bit.
2012-05-23 alexrpmono/metadata/gc.c: Fix warning due to declaration...
2012-05-22 Rodrigo KumperaReplace some g_assert with g_error.
2012-05-22 Rodrigo Kumperasgen_hash_table_replace can now return the old value.
2012-05-22 Rodrigo Kumperasgen_hash_table_set_value can now return the old value.
2012-05-21 Zoltan VargaRemove a debug printf.
2012-05-21 Zoltan VargaFix altstack support in libgc by registering the bounds...
2012-05-21 Zoltan VargaReturn the proxied type instead of TransparentProxy...
2012-05-21 Marek SafarMerge pull request #299 from ermshiperete/710512
2012-05-21 Rodrigo KumperaFix a very rare hang on sgen.
2012-05-20 Zoltan VargaAdd support for remoting invokes to sdb. Fixes the...
2012-05-18 Rodrigo KumperaAvoid a deadlock when waiting for pending finalizers.
2012-05-18 Rodrigo KumperaHandle a race condition between thread registration...
2012-05-18 Rodrigo KumperaUsing libc's free as a constant to mean true is cute...
2012-05-18 Rodrigo KumperaParallel gotta be parallel. Parallel nursery should...
2012-05-18 Rodrigo KumperaMake asserts more usefull.
2012-05-18 Zoltan VargaImplement full-aot support for ftnptr->delegate convers...
2012-05-17 Zoltan VargaImplement support for OP_LOADR4_MEMBASE/STORER4_MEMBASE...
2012-05-15 Marek SafarUpdate culture infos and implement missing or not imple...
2012-05-14 Zoltan VargaCheck return type compatibility for inlined methods...
2012-05-14 Zoltan VargaFix mono_nullable_box () in full-aot mode. Fixes #5045.
2012-05-14 Zoltan VargaFix byref stringbuilder marshalling. Fixes #5007.
2012-05-13 Zoltan VargaImplement out support in byref string marshalling....
2012-05-11 Miguel de IcazaMerge pull request #293 from viniciusjarina/fix3258
2012-05-10 Rolf Bjarne KvingeIf the dllname for a dllimport is a full path, try...
2012-05-10 Neale FergusonAdd seq_point instruction to s390x
2012-05-09 Zoltan VargaStop at catch clauses when doing a step over in sdb...
2012-05-09 Rodrigo KumperaMerge pull request #294 from madewokherd/createsuspended
2012-05-09 Vincent PovirkFix race condition in mono_threads_CreateThread.
2012-05-09 Jonathan ChambersInclude config.h and use TARGET_X86 and TARGET_AMD64...
2012-05-07 Rodrigo KumperaWhen cleaning up the finalizers of a domain, do it...
2012-05-07 Rodrigo KumperaFiz a domain unload race regarding finalizable objects.
2012-05-06 Zoltan VargaRaise an exception instead of aborting if a pinvoke...
2012-05-04 Rodrigo KumperaAdd a missing $(srcdir) to bug-3903 build command....
2012-05-04 Zoltan VargaMerge pull request #290 from jbevain-forks/methodbodymi...
2012-05-04 Jb EvainAdd exception handlers to MethodBodyMirror
2012-05-03 Atsushi EnoMerge pull request #286 from dafergu2/bug4794
2012-05-03 Atsushi EnoMerge pull request #288 from ewxrjk/xmlwriter
2012-05-03 Zoltan VargaMore fixes for passing/receiving nullables in sdb....
2012-05-03 Marek SafarMerge branch 'master' of github.com:mono/mono
2012-05-02 Zoltan VargaReset the async state and frame info for still running...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-28 Zoltan VargaInsert sequence points based on the debug info emitted...
2012-04-28 Zoltan VargaRevert some debug logging.
2012-04-28 Zoltan VargaFix asserts/hangs when random addresses are passed...
2012-04-27 Zoltan VargaAdd support for --llvm option to mono_jit_parse_options...
2012-04-26 Zoltan VargaEmit seq points after all call which return a value.
2012-04-26 Zoltan VargaRemove the g_mem_set_vtable () code, eglib doesn't...
2012-04-25 Neale FergusonRevert previous fix for 3205
2012-04-25 Rodrigo KumperaMerge pull request #279 from alexrp/master
2012-04-25 Neale FergusonFix bug #3205
2012-04-25 alexrpReplicate .NET behavior for exceptions in the finalizer...
2012-04-25 Marek SafarMerge pull request #278 from JamesB7/patch-1
2012-04-25 Zoltan VargaTurn on global single stepping for STEP_OUT too. Fixes...
2012-04-25 Zoltan VargaAllow setting nullable values in sdb. Fixes #4385.
2012-04-25 Rodrigo KumperaMake sure no live object is left unscanned before we...
2012-04-24 Rodrigo KumperaAdd regression test for #3903.
2012-04-24 Rodrigo KumperaUse MonoClass::element_class for non array types when...
2012-04-24 Zoltan VargaMake sure we are processing the wrappers during single...
2012-04-24 Miguel de IcazaAOT not supported on Windows, warn the user
2012-04-23 Rodrigo KumperaHandle type merging when there is a shared iface. Fixes...
2012-04-23 Rodrigo KumperaMerge pull request #277 from konrad-kruczynski/master
2012-04-23 Zoltan VargaAvoid setting thread->abort_exc in mono_raise_exception...
2012-04-23 Zoltan VargaAvoid setting thread->abort_exc in mono_raise_exception...
2012-04-23 Zoltan VargaAvoid keeping the dummy values computed by setup_interf...
2012-04-23 Rodrigo KumperaAdd concurrent-sweep to sgen's testing matrix.
2012-04-23 Rodrigo KumperaFix concurrent sweep thread start code to actually...
2012-04-21 Miguel de IcazaAdd inline api docs for mono_dll_insert
2012-04-19 Rodrigo KumperaAdd two tunning knobs to the split nursery.
2012-04-19 Rodrigo KumperaAdjust split nursery defaults to be more aggressive...
2012-04-19 Rodrigo KumperaSpeedup minor collections a small bit.
2012-04-19 Rodrigo KumperaImplement aging for the parallel nursery.
2012-04-19 Rodrigo KumperaImplement aging in the split nursery.
2012-04-18 Rodrigo KumperaFix typo.
next