Add a test for #6755.
[mono.git] / mono / metadata /
2012-08-30 Zoltan VargaFix an off-by-one in the computation of the TLS referen...
2012-08-28 Zoltan VargaAdd a 'serial' attribute to MonoGenericParam to allow...
2012-08-28 Zoltan VargaAdd wrapper info for generic array helper wrappers.
2012-08-17 Miguel de IcazaMerge pull request #428 from paszczi/master
2012-08-16 Zoltan VargaFree the newly added assembly->remapped_tokens hashtable.
2012-08-16 Zoltan VargaFree the newly added assembly->remapped_tokens hashtable.
2012-08-16 Zoltan VargaHandle ConstructorBuilders in fixup_cattrs () correctly...
2012-08-15 Marek SafarMerge pull request #430 from Nican/master
2012-08-15 Miguel de IcazaRevert 4e5e52a29818b5342ec3b9f0b51c74970765c071, which...
2012-08-14 Rodrigo KumperaSome gcc versions ICE when inlining code using computed...
2012-08-14 Rodrigo KumperaSprinkle some inlining annotations magic to bring perfo...
2012-08-14 Rodrigo KumperaGive the minor copy functions different names under...
2012-08-11 Zoltan VargaFix a warning.
2012-08-11 Gonzalo Paniagua... Merge pull request #408 from strawd/master
2012-08-10 Miguel de IcazaMerge pull request #414 from sesef/datagrid
2012-08-10 Miguel de IcazaMerge pull request #422 from ianbattersby/bz6389-Invali...
2012-08-08 Marek SafarRemove unused decimal2string icall
2012-08-08 Marek SafarFix parsing decimal zero values. Fixes #6444
2012-08-06 Atsushi EnoMerge pull request #411 from Alkarex/patch-2
2012-08-01 Zoltan VargaImplement support for DebuggerHiddenAttribute.
2012-08-01 Zoltan VargaPut the cas flags in MonoJitInfo into a separate struct...
2012-07-31 Jonathan PryorEnable IPv6 support under Android.
2012-07-25 Martin BauligMerge pull request #392 from baulig/master
2012-07-24 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-24 Jo ShieldsMerge remote-tracking branch 'github/master'
2012-07-24 Gonzalo Paniagua... Remove compiler warning
2012-07-24 Gonzalo Paniagua... Avoid possible duplicate fds in the list
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-21 Marek SafarMerge pull request #403 from AerisG222/1596644f26b5b4b1...
2012-07-20 Rodrigo KumperaSwitch the unhandled exception spew to use the new...
2012-07-20 Rodrigo KumperaAdd Mono.Runtime::GetNativeStackTrace method to make...
2012-07-20 Rodrigo KumperaAdd new mono_exception_get_native_backtrace function...
2012-07-20 Rodrigo KumperaAdd field to Exception to hold the unmanaged backtrace.
2012-07-19 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-19 Miguel de Icazamono_lookup_pinvoke_call: prevent leak by keeping a...
2012-07-18 Dan ShechterFixed Xamarin Bug 6148
2012-07-18 Rodrigo KumperaFix shutdown when the io-tp was not used.
2012-07-18 Rodrigo KumperaGive each scan function an unique name to help some...
2012-07-18 Zoltan VargaMerge pull request #397 from xen2/llvm_sqrt_abs
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-17 Rodrigo KumperaWhen calculating allowance, don't blindly cast from...
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Miguel de IcazaMerge pull request #388 from strawd/master
2012-07-16 Marek SafarMerge pull request #390 from baulig/master
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-13 Rodrigo KumperaClear more threadpool state prior to domain unload.
2012-07-13 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-11 Rodrigo KumperaMonoGenericClass::initialize runtime icall only needs...
2012-07-09 Rodrigo KumperaMerge pull request #386 from alexrp/master
2012-07-09 alexrpOnly use TLAB_ACCESS_INIT in sgen_card_table_wbarrier_o...
2012-07-09 alexrpUse a critical region in mono_gc_alloc_array.
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-09 Rodrigo KumperaClear some dead code.
2012-07-09 Rodrigo KumperaSanitize sgen's collection trigger internal API.
2012-07-05 Mark Probst[sgen] Fix a race condition.
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
2012-07-04 Marek SafarMerge pull request #376 from atomia/master
2012-07-04 Marek SafarMerge pull request #375 from atomia/master
2012-07-02 Rodrigo KumperaAdd two heap growth knobs: save-target-ratio and defaul...
2012-07-02 Rodrigo KumperaSimply a bit the memgov code. Kill a duplicated header...
2012-07-02 Rodrigo KumperaFix allowance calculation and introduce a constant...
2012-07-02 Rodrigo KumperaExtract the nursery allowance heuristics to a memgov...
2012-07-02 Rodrigo KumperaMove the sgen_*_os_memory APIs to memgov.
2012-07-02 Rodrigo KumperaUse new atomis with allocated_heap.
2012-07-02 Rodrigo KumperaAdd SGEN_ATOMIC_ADD_P for pointer sized integers.
2012-07-02 Rodrigo KumperaAdd some FIXME.
2012-07-02 Rodrigo KumperaMove the heap limits code to the memgov file.
2012-07-02 Rodrigo KumperaAdd new memory governor files.
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2012-07-02 Mark Probst[sgen] Make heavy statistics compile again.
2012-06-29 Rodrigo KumperaFix a pair of bugs in the gchandle code.
2012-06-29 Rodrigo KumperaFix race condition in static's inialization of mono_mes...
2012-06-28 Zoltan VargaFix warnings.
2012-06-28 Martin BauligFix #5504: UdpClient.JoinMulticastGroup().
2012-06-28 Martin Bauligsocket-io: Fix endianess in ipaddress_to_struct_in6_addr.
2012-06-27 Rodrigo KumperaAdd new cancel_blocking_socket_operation icall to Socket.
2012-06-27 Rodrigo KumperaNew field InternalThread::ignore_next_signal. Bump...
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-27 Martin BauligImplement Dns.GetHostEntry(string.Empty) on Mac OS.
2012-06-26 Martin Bauligcreate_object_from_sockaddr(): map ::ffff:0:0 to :...
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-25 Rodrigo KumperaFix another nursery OOM issue.
2012-06-25 Rodrigo KumperaFix a bunch of bugs in the split nursery allocator.
2012-06-25 Rodrigo KumperaAssert on bad arguments to sgen_clear_range.
2012-06-25 Rodrigo KumperaMerge pull request #352 from madewokherd/threadinit
2012-06-25 Rodrigo KumperaProperly balance local and global interrupt flags....
2012-06-25 Marek HabersackMerge pull request #349 from JamesB7/229b363ef861ab9456...
2012-06-24 Zoltan VargaAllow TypeBuilder.DefineMethodOverride () to be called...
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-20 Rodrigo KumperaFirst round of win32-cygwin bugfixes.
2012-06-20 Rodrigo KumperaMake some asserts less opaque.
2012-06-19 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-19 Miguel de IcazaApply patch from Steven Boswell (ulatekh@yahoo.com...
next