Merge pull request #655 from zgramana/master
[mono.git] / mono /
2013-06-06 Marek HabersackMerge pull request #655 from zgramana/master
2013-06-06 Zoltan VargaFix a regression introduced by 6285a057a248e65301def835...
2013-06-05 Rodrigo KumperaRework the shutdown sequence so two initiations don...
2013-06-05 Rodrigo KumperaMove mono_runtime_set_shutting_down and mono_runtime_is...
2013-06-05 Rodrigo KumperaDon't set shutting_down here as it is now done much...
2013-06-05 Rodrigo KumperaKill unused func mono_threads_is_shutting_down.
2013-06-05 Rodrigo KumperaDetach the current thread as soon as possible when...
2013-06-04 Rodrigo KumperaFix a loader leak in mono_class_create_from_typedef.
2013-06-04 Zoltan VargaImplement MethodMirror.MakeGenericMethod ().
2013-06-03 Zoltan VargaDisable partial sharing for now, it breaks some tests...
2013-06-03 Alex Rønne PetersenUse /proc/self/auxv for ARM feature detection when...
2013-06-03 Zoltan VargaUse MonoBoolean instead of gboolean as an icall return...
2013-06-02 Alex Rønne PetersenIgnore all cpu-*.h files in mono/mini.
2013-06-02 Marek SafarMerge pull request #651 from JoostK/patch-1
2013-06-02 Zoltan VargaFix constrained gsharedvt calls on enums.
2013-06-02 Zoltan Varga[sdb] Clear ss_invoke_addr when stopping single steppin...
2013-06-01 Zoltan Varga[sdb] Keep the exception object alive during debugger...
2013-05-30 Rolf Bjarne KvingeMake all symbols visible for MonoTouch.
2013-05-30 Zoltan VargaRemove the #ifdef HAVE_SGEN_GC dependency from main...
2013-05-30 Zoltan VargaFix a warning.
2013-05-30 Zoltan VargaUse gsharedvt for some generic instances in full-aot...
2013-05-30 Zoltan VargaMove the adding of unbox trampolines to mini_add_method...
2013-05-29 Zoltan VargaUse a different function for emitting write barriers...
2013-05-29 Zoltan VargaAvoid calling alloc wrappers directly, sgen does some...
2013-05-29 Zoltan VargaRevert "Use gsharedvt for some generic instances in...
2013-05-29 Zoltan VargaUse gsharedvt for some generic instances in full-aot...
2013-05-29 Zoltan VargaAdd support for constrained calls to Object.Equals...
2013-05-28 Rodrigo KumperaOlder versions of iOS don't have pthread_mutexattr_setp...
2013-05-28 Zoltan VargaFix support for dynamic methods in collect_method_image...
2013-05-28 Zoltan VargaFix a reading of invalid memory error introduced by...
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-25 Marek SafarMerge pull request #648 from DavidKarlas/defaultDependc...
2013-05-24 Zoltan VargaMerge some Nacl/ARM changes from https://github.com...
2013-05-22 Zoltan VargaAvoid the class name check in is_async_state_machine_cl...
2013-05-22 Alex Rønne PetersenFix the check in bf9c7dcc5ec5fddb673d97079d5443b919785b33.
2013-05-22 Miguel de IcazaMerge pull request #629 from pruiz/syswebrouting-fixes2
2013-05-22 Miguel de IcazaMerge pull request #644 from knocte/connstrings
2013-05-21 Zoltan VargaEnable partial sharing only in full-aot mode, it slows...
2013-05-21 Martin BauligLook for facade assemblies in $(mono_libdir)/4.5/Facades/
2013-05-21 Marek SafarMerge pull request #645 from knocte/nitpicks
2013-05-20 Alex Rønne PetersenAdd a sanity check to catch things like `-DARM_FPU_NONE...
2013-05-17 Rodrigo KumperaAdd a function to convert from a MonoError to a loader...
2013-05-17 Rodrigo KumperaMove mono_class_create_from_typedef to use MonoError.
2013-05-17 Rodrigo KumperaAdd mono_class_set_failure_from_loader_error and use...
2013-05-17 Zoltan VargaClear entries referencing the domain in reference_queue...
2013-05-17 Rodrigo KumperaAdd regression test for #11362.
2013-05-17 Rodrigo KumperaFail with an exception when loading the value of field...
2013-05-16 Alex Rønne PetersenRemap printf to g_print in the Mini code on Android.
2013-05-16 Alex Rønne PetersenRevert "Replace (f)printf with g_print(err) in method...
2013-05-16 Alex Rønne PetersenReplace (f)printf with g_print(err) in method-to-ir...
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-16 Rodrigo KumperaIf the TP monitor thread is signaled, bound the number...
2013-05-15 Rodrigo KumperaMake sure we release memory for the runtime generated...
2013-05-15 Rodrigo KumperaMake sure we can properly suspend the main thread on...
2013-05-15 Zoltan VargaEnable partial generic sharing by default.
2013-05-15 Zoltan VargaDisable the gsharedvt optimizatiom in AOT if it is...
2013-05-15 Zoltan VargaShorten some gshared function names.
2013-05-15 Zoltan VargaAdd partial sharing support to AOT.
2013-05-15 Tom PhilpotHandle ENETDOWN error if defined.
2013-05-15 Zoltan VargaClean up the partial generic sharing code a bit.
2013-05-14 Rodrigo KumperaUse the native unwinder when Exception::ToString throws.
2013-05-14 Zoltan VargaImprove the size of the arm SEQ_POINT implementation...
2013-05-14 Zoltan VargaEnable hw division/remainder on mt in non-thumb mode...
2013-05-14 Alex Rønne PetersenAdd a missing IS_VFP check for OP_FCLT in the ARM back...
2013-05-14 Alex Rønne PetersenRemove an unused variable in verify.c.
2013-05-14 Alex Rønne PetersenKill support for the ancient FPA format on ARM.
2013-05-14 Zoltan VargaEnable hw division on armv7s in ARM mode too.
2013-05-13 Zoltan VargaFix the build.
2013-05-13 Zoltan VargaFix thumb support in 36b9052157da87809210eb3cb00b9c5a8a...
2013-05-13 Zoltan VargaRework the way AOT method addresses are obtained on...
2013-05-13 Rodrigo KumperaAdd regression test for bug #10392.
2013-05-13 Rodrigo KumperaDon't try to merge interfaces between to non-interface...
2013-05-13 Zoltan VargaMake the checks done to detect unhandled exceptions...
2013-05-13 Zoltan VargaUpdate .gitignore.
2013-05-11 Zoltan VargaBump the AOT file format version because of ad141a8b7bd...
2013-05-09 Zoltan VargaAdd stubs for a remoting icall instead of removing it.
2013-05-09 Zoltan VargaAvoid using a different layout for the MonoAotFileInfo...
2013-05-09 Neale Fergusongcconfig.h - Add weak attribute to avoid __data_start...
2013-05-08 Zoltan VargaFix support for ldtoken in AOTed non-shared generic...
2013-05-08 Zoltan VargaFix support for ldfld/stfld wrappers in gshared code...
2013-05-07 Neale FergusonRemove unneeded call - lazy support
2013-05-06 Zoltan VargaAdd a missing wbarrier to the gsharedvt code.
2013-05-06 Zoltan VargaAdd support for separating the class and method names...
2013-05-03 Zoltan VargaImplement division/remainder in hardware when using...
2013-04-30 Alex Rønne PetersenMerge pull request #624 from jbevain-forks/mimemapping
2013-04-30 Zoltan VargaFix support for reference types in unbox.any in gshared...
2013-04-30 Alex Rønne PetersenMerge pull request #623 from madewokherd/byrefvariants
2013-04-30 Vincent PovirkImplement reading byref variants.
2013-04-29 Rodrigo Kumpera[verifier] Add regression test for the case where the...
2013-04-29 Rodrigo Kumpera[verifier]Handle variance correcty when checking delega...
2013-04-27 Rodrigo Kumpera[verifier] Add regression test for stack merge of boxed...
2013-04-27 Rodrigo Kumpera[verifier] Properly merge stacks when both ends have...
2013-04-27 Rodrigo Kumpera[verifier]Add test case for #11263.
2013-04-27 Rodrigo Kumpera[verifier]A type constraint must be visible to the...
2013-04-27 Rodrigo Kumpera[verifier]Fill in the assembly name so checks for Inter...
2013-04-27 Rodrigo KumperaAdd mono_class_can_access_class so the verifier can...
2013-04-27 Zoltan VargaIgnore requests to set breakpoints at il offsets belong...
2013-04-27 Zoltan VargaFix a warning.
2013-04-26 Rodrigo KumperaRevert "The build bots run on Snow Leopard that doesn...
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
next