MonoType::GetGenericArguments don't need to mono_class_init.
[mono.git] / mono / metadata /
2010-10-22 Rodrigo KumperaMonoType::GetGenericArguments don't need to mono_class_...
2010-10-22 Rodrigo KumperaCorrectly encode fields with GTD types.
2010-10-22 Gonzalo Paniagua... Remove arbitrary 1024 limit in GetProcesses
2010-10-21 Zoltan VargaFix the assembly/class caching problems in the threadpo...
2010-10-21 Zoltan VargaAdd an assert to mono_class_from_name_cached () to...
2010-10-21 Zoltan VargaAvoid caching stuff in socket-io.c in static variables...
2010-10-20 Tak[Fix] Ensure correct stack pointer initialization on...
2010-10-20 Rodrigo KumperaImplement better explicit override checks.
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 Rodrigo KumperaDon't assign vtable slots to static iface methods.
2010-10-19 Zoltan VargaAvoid crashes in the assembly name->string code if...
2010-10-19 Tak[Fix] Ensure that exceptions are propagated when embedding
2010-10-18 Rodrigo KumperaHandle cyclic interface definitions.
2010-10-18 Rodrigo KumperaConstructors signatures must be hasthis.
2010-10-18 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-18 Rodrigo KumperaWhen creating the vtable of generic instances, check...
2010-10-18 Zoltan VargaFix some warnings.
2010-10-18 Marek Habersack[runtime] Fix for bug 646075. Added support for short...
2010-10-15 Zoltan VargaFix a regression introduced by the assembly name parsin...
2010-10-15 Zoltan VargaAdd support for assembly names with embedded and starti...
2010-10-14 Gonzalo Paniagua... [ThreadPool] Clear the thread state
2010-10-14 Geoff NortonFix windows build
2010-10-14 Geoff Norton[android] pthread_kill cannot be used safely on android
2010-10-14 Rodrigo KumperaMake GTD an open type too.
2010-10-14 Rodrigo KumperaFix memory corruption in the cache cast wrappers.
2010-10-13 Rodrigo KumperaOpen instantiation can have a GTD as parameter.
2010-10-13 Rodrigo KumperaGeneric instances can end up extending a GTD.
2010-10-13 Rolf Bjarne KvingeThe System.Net.Sockets.Socket type lives in both System...
2010-10-12 Paolo MolaroFixed the console sigint deadlock, by queuing execution...
2010-10-12 Paolo MolaroSearch for dllimported shared libs in the base director...
2010-10-12 Zoltan VargaLoad vtable->max_interface_id using LDIND_U2.
2010-10-12 Rodrigo KumperaFail the class if its method overloads are broken.
2010-10-11 Rodrigo KumperaCheck if parent is a valid type.
2010-10-11 Rodrigo KumperaDon't allow a GTD to be used as a generic argument.
2010-10-11 Rodrigo KumperaCheck if generic constraint are valid generic instantia...
2010-10-11 Zoltan VargaSet the wrapper info for the virtual stelemref wrappers...
2010-10-09 Rodrigo KumperaAdd fast stelem.ref for interfaces too.
2010-10-09 Rodrigo KumperaImplement fast stelemref.
2010-10-08 Gonzalo Paniagua... Fix Marshal.SizeOf() for structs with explicit layout
2010-10-08 Jb EvainAdd support generic arguments in ModuleBuilder.Resolve...
2010-10-07 Rodrigo KumperaImplement managed versions of the caching icalls.
2010-10-07 Rodrigo KumperaAdd gsharing support for cached casts.
2010-10-07 Rodrigo KumperaDo the right check for arrays.
2010-10-07 Jb EvainFix resolution of memberref tokens in the dynamic case.
2010-10-07 Jb Evain[Fix] Properly compute the tokens for FieldBuilders.
2010-10-07 Zoltan VargaClear the domain before unloading assemblies in mono_do...
2010-10-07 Zoltan VargaFix more wrappers of dynamic methods.
2010-10-07 Zoltan VargaAvoid clearing nursery fragments before pinning, instea...
2010-10-06 Gonzalo Paniagua... Avoid a warning
2010-10-05 Geoff NortonFix the build on windows
2010-10-05 Rodrigo KumperaThe nested in type should not be inflated.
2010-10-05 Geoff NortonIts possible that we're calling Process_free_internal...
2010-10-05 Rodrigo KumperaMake cards_in_range more accurate
2010-10-05 Rodrigo KumperaFix a bunch of issues with cardtable code.
2010-10-05 Rodrigo KumperaKill some dead code and fix a function name
2010-10-05 Rodrigo KumperaProperly check the ImplMap table.
2010-10-04 Gonzalo Paniagua... Map SO_EXCLUSIVEADDRUSE to !SO_REUSEADDR
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 Gonzalo Paniagua... Check no longer needed.
2010-10-03 Gonzalo Paniagua... Check class names in a better way
2010-10-02 Gonzalo Paniagua... Schedule the user callback from unmanaged code
2010-09-30 Gonzalo Paniagua... Avoid a few warnings
2010-09-30 Zoltan VargaDisable the freeing of monitors again, it still crashes...
2010-09-30 Rodrigo KumperaFix AOT support for delegates
2010-09-29 Rodrigo Kumperandle static methods with bound first arg.
2010-09-29 Jonathan PryorAllow mono_install_assembly_preload_hook() to provide...
2010-09-29 Zoltan VargaFix 'thread may have been prematurely finalized' warnin...
2010-09-27 Rodrigo KumperaIgnore all non static fields.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Zoltan VargaUpdate the comment explaining why the small_id_table...
2010-09-26 Gonzalo Paniagua... Bypass BeginInvoke for asynch. operations
2010-09-25 Gonzalo Paniagua... Added support for ArraySegment
2010-09-25 Zoltan VargaEnable support for wrapping non Exception subclasses...
2010-09-24 Zoltan VargaFix the setting of pointer type fields using reflection...
2010-09-24 Zoltan VargaAvoid making the small_id table precisely GC tracked...
2010-09-24 Zoltan VargaDisable make_root_descr_all_refs () for now since it...
2010-09-23 Zoltan VargaUse g_malloc0 in mono_gc_make_root-descr_all_refs ().
2010-09-23 Zoltan VargaRemove a debug printf.
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-23 Rodrigo KumperaHandle verification of types in non canonical forms.
2010-09-23 Rodrigo KumperaRemove unwanted debug spew.
2010-09-23 Zoltan VargaWrap thrown objects which do not derive from Exception...
2010-09-23 Sebastien PouliotAdd missing SocketOptionName_HopLimit definition for...
2010-09-22 Zoltan VargaConvert ERROR_PATH_NOT_FOUND to ENOENT too.
2010-09-22 Zoltan VargaSet errno correctly when loading an image fails on...
2010-09-22 Zoltan VargaCall the thread cleanup at the end as it was done befor...
2010-09-21 Rodrigo KumperaEnable cardtable for parallel mark-sweep.
2010-09-20 Rodrigo KumperaUse new verifier function to lazily check.
2010-09-20 Rodrigo KumperaAdd function to validate an individual row in the typer...
2010-09-20 Paolo MolaroFirst pass at profiler hooks in sgen.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-19 Rodrigo KumperaAvoid a superfluous copy.
2010-09-19 Rodrigo KumperaCleanup definitions and clearly states what are the...
2010-09-19 Rodrigo KumperaFix los scanning with overlapping cards.
2010-09-19 Rodrigo KumperaUse card pointer as induction variable.
2010-09-19 Rodrigo KumperaFix overlapping support for copy/clear functions.
next