Merge pull request #347 from JamesB7/master
[mono.git] / mono / metadata / class.c
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
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 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-14 Zoltan VargaFix mono_nullable_box () in full-aot mode. Fixes #5045.
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-25 Marek SafarMerge pull request #278 from JamesB7/patch-1
2012-04-24 Rodrigo KumperaUse MonoClass::element_class for non array types when...
2012-04-23 Rodrigo KumperaMerge pull request #277 from konrad-kruczynski/master
2012-04-23 Zoltan VargaAvoid keeping the dummy values computed by setup_interf...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Jonathan ChambersRaise TypeLoadException for invalid StructLayout Pack...
2012-03-28 Zoltan VargaMerge pull request #259 from joncham/bug-profiler-threa...
2012-03-28 Zoltan VargaMerge pull request #261 from joncham/bug-null-interface...
2012-03-28 TakNULL global interface bitset on deletion.
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-19 Miguel de IcazaUpdate some copyrights
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-29 Rodrigo KumperaLast round of fullaot fixes for lazy init'ng supertypes.
2012-01-25 Rodrigo KumperaFix consumers of supertypes information to account...
2012-01-24 Rodrigo KumperaBe lazy'er when setting up supertype information. Fixes...
2012-01-24 Rodrigo KumperaLazily nit mono_class_setup_supertypes correctly.
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-13 Rodrigo KumperaSwitch to precise scanning of corlib.
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-09 Marek HabersackMerge pull request #110 from skolima/master
2011-06-07 Zoltan VargaFix a warning.
2011-06-01 Rodrigo KumperaHandle a vtable layout corner case.
2011-06-01 Rodrigo KumperaImprove vtable layout tracing.
2011-05-23 Rodrigo KumperaBetter handle broken types when loading default value.
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-13 Rodrigo KumperaFix variant iface verification.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-05 Rodrigo KumperaMake sure that implicit variant type conversion implies...
2011-05-02 Zoltan VargaFix support for parameters with generic constraints...
2011-04-20 Rodrigo KumperaHaving a type constraint to a valuetype satisfies ...
2011-04-14 Rodrigo KumperaTake constraints into account when checking for VAR...
2011-03-28 Zoltan VargaFix a case where class->instance_size was not set for...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-02 Rodrigo KumperaReset iid of unloaded generic interfaces correctly.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-28 Rodrigo KumperaCheck for override visibility in another place.
2011-02-28 Rodrigo KumperaAdd hack for wcf around the fix for #609813
2011-02-21 Rodrigo KumperaCheck if the override declaration is visible to the...
2011-02-21 Rodrigo KumperaSkip visibility checks from corlib internal assemblies.
2011-02-20 Zoltan VargaMake the var/mvar caches per-image, since the generic...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-10 Zoltan VargaFix a warning.
2011-02-09 Rodrigo KumperaHandle assignment check of variant type and its gtd.
2011-02-02 Rodrigo KumperaAvoid the loader lock in the common path.
2011-01-27 Zoltan VargaFix AOT support for types in the EXPORTEDTYPE table.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-21 Zoltan VargaTransition non perf-critical users of klass->has_finali...
2011-01-21 Zoltan VargaInitialize klass->has_finalizer lazily. This allows...
2011-01-10 Rodrigo KumperaCouple with missing methods in MonoClass::methods.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Rodrigo KumperaHandle the case when the parent fails to inflate.
2011-01-03 Zoltan VargaFix a warning.
2011-01-02 Rodrigo KumperaIgnore non-realizable reflection types.
2010-12-24 Zoltan VargaRemove an obsolete comment.
2010-12-07 Rodrigo KumperaSet a default element class for failed enums.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Zoltan VargaRemove some #ifdef HAVE_SGEN_GC deps, centralize others...
2010-11-30 Rodrigo KumperaFix a crash when signature decoding fails.
2010-11-29 Rodrigo KumperaRemove some junk I left by accident
2010-11-29 Rodrigo KumperaWIP
2010-11-29 Rodrigo KumperaFix a crash on MassTransit.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Zoltan VargaFix crashes inside find_method_in_metadata (). Fixes...
2010-11-24 Rodrigo KumperaFix broken free call.
2010-11-23 Rodrigo KumperaCheck generic instantions for constraint violations.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Zoltan VargaAllocate memory for generic instances from the mempool...
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-16 Rodrigo KumperaHandle broken types in assignment test.
2010-10-31 Zoltan VargaCall mono_field_get_type () in one place to fix an...
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Rodrigo KumperaFix vtable check that broke banshee compilation.
2010-10-28 Rodrigo KumperaBetter handle failure when loading types.
2010-10-28 Rodrigo KumperaKill some loader leaks.
2010-10-20 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-20 Rodrigo KumperaProper recursive vtable checking.
2010-10-19 Rodrigo KumperaTemporarily disable iface check o generic instances
2010-10-19 Zoltan VargaRemove the duplicate assembly name->string code from...
2010-10-19 Zoltan VargaAvoid crashes in the assembly name->string code if...
2010-10-18 Rodrigo KumperaHandle cyclic interface definitions.
2010-10-18 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
next