Do full check for missing type when importing class constraints. Fixes #5760
[mono.git] / mono /
2012-11-12 Zoltan VargaAdd a few missing #ifdef HAVE_SGEN_GC blocks to 1fa0a65...
2012-11-12 Zoltan VargaAdd --enable-minimal= configure options to disable...
2012-11-11 Marek SafarAdd System.Runtime.Serialization to runtime remapping...
2012-11-10 Zoltan VargaRemove sgen sources from libmonoruntime_la_SOURCES...
2012-11-10 Zoltan VargaDeclare the memory region passed to conservatively_pin_...
2012-11-10 Zoltan VargaUpdate valgrind headers.
2012-11-10 Marek SafarMerge pull request #499 from bh-whd/master
2012-11-09 Rodrigo KumperaReplace a g_assert with a g_error.
2012-11-09 Rodrigo KumperaThe FullAOT compiler needs the BSTR icalls.
2012-11-09 Rodrigo KumperaAdd compatibility only flag to the aot compiler.
2012-11-09 Rodrigo KumperaDon't use a fixed file name for LLVM compilation.
2012-11-09 Rodrigo KumperaRemove some sgen debug spew.
2012-11-09 Rodrigo KumperaDo DISABLE_COM properly.
2012-11-09 Rodrigo KumperaUse g_assertion_message instead of exit to kill an...
2012-11-09 Rodrigo KumperaAdd new configure option --with-lazy-gc-thread-creation.
2012-11-09 Rodrigo KumperaFix reflection emit disable.
2012-11-09 Rodrigo KumperaImplement the runtime side of disabling performance...
2012-11-07 Miguel de IcazaFix #6349: Do not use KQueue on Darwin, as their kernel...
2012-11-06 Zoltan VargaDisable the profilers when using --disable-libraries.
2012-11-06 Zoltan VargaDon't build monograph when using --disable-libraries.
2012-11-06 Zoltan VargaDon't build monodis when using --disable-libraries.
2012-11-05 Rodrigo KumperaRemove SRE.UnmanagedMarshal dependency from System...
2012-11-05 Rodrigo KumperaExpose MarshalAsAttribute to the runtime.
2012-11-05 Jeffrey StedfastMerge pull request #488 from roji/email_attachment_fixes
2012-11-02 Marek SafarMerge pull request #492 from pruiz/systx-fixes
2012-11-01 Rodrigo KumperaRevert "Merge pull request #464 from gregoryyoung/master"
2012-11-01 Rodrigo KumperaWhen inflating a (M)VAR make sure we're not using a...
2012-11-01 Mark Probst[sgen] MONO_GC_DEBUG option for disabling the managed...
2012-11-01 Marek SafarMerge pull request #490 from knocte/master
2012-11-01 Zoltan VargaDisable LLVM+AOT for methods with clauses on ARM, becau...
2012-11-01 Zoltan VargaProperly inflate arrays of generic parameters in resolv...
2012-11-01 Zoltan VargaMake the AOT statistic output more dense.
2012-10-31 Rodrigo KumperaMake gc maps optional and disabled by default for AOT.
2012-10-29 Rodrigo KumperaPropertly handle the layout of generic valuetypes....
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-27 Zoltan VargaDisable the build of libmini.la when libraries are...
2012-10-26 Rodrigo KumperaHandle external protocols correctly in sdb.
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-26 Marek SafarMerge pull request #486 from fvalette/master
2012-10-26 Zoltan VargaDisable LLVM for methods with clauses on darwin, curren...
2012-10-26 Zoltan VargaAlign the trampoline stack size on MIPS.
2012-10-26 Zoltan VargaClear sb->cached_str in mono_string_utf8_to_builder...
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-24 Zoltan VargaMake sgen-fin-weak-hash.c a proper module.
2012-10-24 Zoltan VargaReorganize libmonoruntime_la_SOURCES to make it clear...
2012-10-24 Zoltan VargaRemove sgen dependencies from marshal.c
2012-10-24 Zoltan VargaRemove the last #ifdef HAVE_SGEN_GC from gc-internal.h
2012-10-24 Zoltan VargaRemove an unused field from DebuggerTlsData.
2012-10-24 Zoltan VargaAdd support for complex descriptors to mono_gc_get_bitm...
2012-10-24 Zoltan VargaFix a problem in the SSA switch elimination code.
2012-10-22 Zoltan VargaMove the sgen stop-the-world code to a separate file.
2012-10-22 Rodrigo KumperaDegraded allocation is used for mature allocations...
2012-10-22 Rodrigo KumperaRename new eglib functions to not use the g_ prefix.
2012-10-22 Zoltan VargaGet rid of the mach_port field from SgenThreadInfo...
2012-10-22 Zoltan VargaStore the thread context in SgenThreadInfo in all cases...
2012-10-21 Zoltan VargaMove the find_pinning_reference () function to sgen...
2012-10-19 Zoltan VargaAdd a Makefile target to patch automake so it produces...
2012-10-19 Zoltan VargaMake comparison of array types in mono_metadata_class_e...
2012-10-17 Zoltan VargaFix a problem with 9adc7023e66a04f162efa041ff2452222a85...
2012-10-17 Zoltan VargaImplement MonoJITMemoryManager:getPointerToNamedFunctio...
2012-10-16 Zoltan VargaTreat the 'this' parameter slot as a managed pointer...
2012-10-16 Mark Probst[sgen] Properly fix bridge internal memory tag.
2012-10-15 Zoltan VargaFix a problem introduced by 63a5e6aa04e2d69b98c335be02e...
2012-10-15 Zoltan VargaFix the handling of param slots holding byref arguments...
2012-10-15 Zoltan VargaFix an assert in the sgen match thread suspend code.
2012-10-15 Zoltan VargaAdd more info for collections/thread suspends to the...
2012-10-14 Zoltan VargaFix compiling with SGEN_BINARY_PROTOCOL.
2012-10-14 Zoltan VargaAdd a debug function to sgen to do consistency checks...
2012-10-14 Zoltan VargaClear the saved register locations when processing...
2012-10-13 Marek SafarMerge pull request #476 from pruiz/xamarin-bug-2527
2012-10-13 Zoltan VargaUpdate the LLVM backend to llvm 65f2d00394b7b9e89b7f519...
2012-10-13 Zoltan VargaRemove some LLVM intrinsics declarations which no longe...
2012-10-13 Zoltan VargaUpgrade LLVM backend to work with the latest code in...
2012-10-12 Martin Bauligmono_lookup_pinvoke_call: Correctly handle full path...
2012-10-11 Jérémie LavalMerge pull request #440 from mono-soc-2012/garyb/resources
2012-10-11 Mark Probst[sgen] Fix bridge code internal memory tag bug.
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-10 Andrew WilsonFix bug 5732, nuls in attribute strings.
2012-10-10 Rodrigo KumperaMake sure that the unsafe array store intrinsics emit...
2012-10-09 Zoltan VargaClean up some cross-compilation issues on osx. Add...
2012-10-08 Zoltan VargaFix MonoInternalThread layout problems introduced by...
2012-10-05 Zoltan VargaRemove an unused define.
2012-10-05 Zoltan VargaUse #ifdef MONO_ARCH_SIMD_INTRINSICS in more places.
2012-10-05 Zoltan VargaRevert "Allow inlining of methods which consist of...
2012-10-05 Zoltan VargaRevert "Fix the previous commit."
2012-10-05 Zoltan VargaClean up the InternalThread structure. Synchronize...
2012-10-05 Zoltan VargaFix a warning.
2012-10-05 Zoltan VargaFix the previous commit.
2012-10-05 Zoltan VargaAllow inlining of methods which consist of only a call.
2012-10-05 Zoltan VargaAllow 64 bit method addresses in the amd64 backend...
2012-10-04 Zoltan VargaSave fp registers in the ARM throw trampoline, ios...
2012-10-03 Mark Probst[sgen] Complete the bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Use a hash table for the bridge weak references...
2012-10-03 Mark Probst[sgen] Incomplete bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Separate header for the hash table.
2012-10-03 Zoltan VargaImplement constrained calls to iface methods correctly...
2012-10-03 Marek SafarMerge pull request #474 from knocte/master
2012-10-03 Zoltan VargaAdd more information about inline failures to the verbo...
2012-10-03 Zoltan VargaFix a warning.
next