Use 2 phase dynamic load only for compound operations
[mono.git] / mono /
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 Zoltan VargaMove the helper signatures along with their init functi...
2010-10-12 Rodrigo KumperaFail the class if its method overloads are broken.
2010-10-11 Rodrigo KumperaAdd regression test for #562150
2010-10-11 Rodrigo KumperaCheck if parent is a valid type.
2010-10-11 Rodrigo KumperaMove IL verifier test to the right folder.
2010-10-11 Rodrigo KumperaAdd regression test for #562771
2010-10-11 Rodrigo KumperaDon't allow a GTD to be used as a generic argument.
2010-10-11 Rodrigo KumperaHandle dynamic methods as managed.
2010-10-11 Rodrigo KumperaAdd regression test for #644935
2010-10-11 Rodrigo KumperaCheck if generic constraint are valid generic instantia...
2010-10-11 Gonzalo Paniagua... Remove warnings
2010-10-11 Zoltan VargaSet the wrapper info for the virtual stelemref wrappers...
2010-10-11 Zoltan VargaFix full-aot support for the 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-08 Zoltan VargaFix the sparc build.
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 KumperaAdd single entry cache to casts of types with variant...
2010-10-07 Rodrigo KumperaFast cast for some cases of generic variant types.
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 Zoltan VargaAdd --debug=casts support for ArrayTypeMismatchException's.
2010-10-07 Zoltan VargaCentralize the setting of cfg->exception_type and the...
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 VargaRe-enable the tests.
2010-10-07 Zoltan VargaAvoid clearing nursery fragments before pinning, instea...
2010-10-07 Zoltan VargaRemove the MonoGenericContext/MonoMethod arguments...
2010-10-06 Gonzalo Paniagua... Disabled test until ?mcs is fixed.
2010-10-06 Gonzalo Paniagua... Avoid a warning
2010-10-05 Zoltan VargaFix 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 Michael Hutchinson[io-layer] Cope with pids > 16 bits
2010-10-05 Geoff NortonIts possible that we're calling Process_free_internal...
2010-10-05 Rodrigo KumperaImplement asm monitor/enter exit for amd64-sgen.
2010-10-05 Rodrigo KumperaImplement x86 support for monitor enter/exit fastpaths...
2010-10-05 Rodrigo KumperaEnable delegate .ctor optimization under sgen.
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-04 Zoltan VargaExecute some specialized tests using the normal test...
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-10-01 Zoltan VargaCheck the debugger_thread_exited condition in a loop...
2010-10-01 Geoff NortonFix a crash when using the embedding api
2010-10-01 Zoltan VargaFix code buffer reallocation check for OP_SWITCH on...
2010-10-01 Zoltan VargaFix a deadlock introduced by 5c2e3bf7 by using a separa...
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 KumperaFix arm and ppc builds
2010-09-29 Gonzalo Paniagua... Handle error creating xdb.il
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 KumperaAdd runtime test for delegates with null target.
2010-09-27 Rodrigo KumperaAdd comment on the reason of a non obvious check.
2010-09-27 Rodrigo KumperaRaise ArgumentException for delegate on closed methods.
2010-09-27 Zoltan VargaMov the jit map generation code from tramp-x86.c to...
2010-09-27 Rodrigo KumperaIgnore all non static fields.
2010-09-27 Rodrigo KumperaRecord all trampolines to the jitmap.
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 AOT support for OP_GC_CARD_TABLE on amd64.
2010-09-24 Zoltan VargaFix the setting of pointer type fields using reflection...
2010-09-24 Rodrigo KumperaImplement amd64 support for OP_CARDTABLE.
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 Zoltan VargaDisable the wrapped exception code for now, it break...
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-21 Rodrigo KumperaAdd support for break on unverifiable for verifier...
next