Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.
[mono.git] / mono / metadata /
2015-11-19 Zoltan Varga[aot] Fix support for synchronized wrappers of gsharedv...
2015-11-18 Alexander Köplinger[metadata] Remove unused empty struct from marshal.h
2015-11-18 Zoltan Varga[runtime] Fix multiple inclusion of object-offsets.h
2015-11-18 Zoltan Varga[runtime] Add a DECL_SIZE2 macro usable from offsets...
2015-11-18 Zoltan Varga[runtime] Fix the lookup of nested types in type forwar...
2015-11-18 Ludovic HenryRevert "[sgen] Remove sgen specific suspend code"
2015-11-17 Alexander KöplingerMerge pull request #2236 from akoeplinger/add-dataflow
2015-11-17 Zoltan Varga[runtime] Add MONO_ABI_SIZEOF macros similar to the...
2015-11-17 Alexis ChristoforidesMerge pull request #2240 from UCIS/patch-6
2015-11-17 Ludovic Henry[sgen] Remove sgen specific suspend code
2015-11-17 Rolf Bjarne KvingeMerge pull request #2201 from rolfbjarne/linker-better...
2015-11-17 Zoltan Varga[jit] Remove the nursery_bits from the wrapper info...
2015-11-16 Alexander KöplingerMerge pull request #2239 from xmcclure/interbals2
2015-11-16 Andi McClureMinor: Style cleanup on internal headers (continued)
2015-11-16 Andi McClureMerge pull request #2238 from xmcclure/interbals
2015-11-16 Andi McClureMinor: Style cleanup on internal headers
2015-11-16 Alexander KöplingerMerge pull request #2228 from lambdageek/dev/sgen-timeouts
2015-11-15 Zoltan Varga[runtime] Fix Thread.CurrentThread in non-root appdomai...
2015-11-13 Rodrigo KumperaMerge pull request #2227 from esdrubal/tzparse
2015-11-13 Ludovic Henry[IO] Dump handle when we run out of them
2015-11-12 Zoltan Varga[runtime] Remove a bogus assertion.
2015-11-12 Rodrigo KumperaMerge pull request #2213 from kumpera/widen-unsafe-mov
2015-11-11 Zoltan Varga[runtime] Use 'this_obj' instead of 'this' in a few...
2015-11-11 Rodrigo KumperaMerge pull request #2207 from lambdageek/dev/bug-35375
2015-11-11 Mark ProbstMerge pull request #2198 from BrzVlad/feature-concurren...
2015-11-11 Aleksey Kliger[runtime] mono_class_init() - don't look for metadata...
2015-11-10 Alexander KöplingerMerge pull request #2216 from akoeplinger/fix-array...
2015-11-10 Rodrigo KumperaMerge pull request #2215 from kumpera/crash_in_mono_cla...
2015-11-10 Zoltan Varga[runtime] Fix a few more class->klass cases.
2015-11-10 Zoltan Varga[runtime] Use 'klass' instead of 'class' to make the...
2015-11-10 mhutchMerge pull request #2124 from mhutch/mono-api-info...
2015-11-10 Rodrigo Kumpera[runtime] Fix bad assert in mono_class_get_method_from_...
2015-11-10 Marcos HenrichMerge pull request #2209 from esdrubal/facades_subdirs
2015-11-10 Rodrigo KumperaMerge pull request #2214 from kumpera/fix_enum_get_get_...
2015-11-10 Marek SafarMerge pull request #2210 from ystr/FromHtml-xxx
2015-11-10 Rodrigo Kumpera[runtime] Fix Enum.GetHashCode when basetype is short...
2015-11-09 Vlad Brezae[aot] Don't hardcode the nursery size in aot write...
2015-11-09 Andi McClureMerge pull request #2200 from xmcclure/image-audit...
2015-11-09 Andi McClureFix to checked-build reference auditing
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-06 Zoltan Varga[runtime] Make mono_marshal_get_wrapper_info ()/set_wra...
2015-11-05 Zoltan Varga[runtime] Add WrapperInfos for a few wrappers which...
2015-11-05 Zoltan Varga[runtime] Merge the 'AllocatorWrapperInfo' structure...
2015-11-05 Zoltan Varga[runtime] Save the nursery bits used to create wbarrier...
2015-11-05 Mark ProbstMerge pull request #2197 from mono/feature-disable...
2015-11-05 Marek SafarMerge pull request #2199 from mhutch/pcl46
2015-11-04 Zoltan Varga[runtime] Implement native-to-managed marshalling of...
2015-11-04 Mark Probst[sgen] Allow disabling finalization of specific classes.
2015-11-04 Ludovic HenryMerge pull request #2196 from alexischr/coop-gc_stackda...
2015-11-04 Rodrigo KumperaMerge pull request #2193 from kumpera/loader-error...
2015-11-03 Zoltan VargaMerge pull request #2194 from alexrp/ppdb-status-crash
2015-11-03 Ludovic HenryMerge pull request #2195 from alexrp/tp-ms-io-trace...
2015-11-03 Alex Rønne Petersen[threadpool-ms-io] Fix some crashy mono_trace () calls.
2015-11-03 Alex Rønne Petersen[ppdb] Fix a crash caused by mono_ppdb_load_file ().
2015-11-03 Marek SafarMerge pull request #2190 from Numpsy/AddADNotFoundException
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ty...
2015-11-03 Rodrigo Kumpera[mono-error] Add MonoError to do_mono_metadata_parse_ge...
2015-11-03 Rodrigo Kumpera[mono-error] Change mono_metadata_parse_generic_inst...
2015-11-03 Rodrigo Kumpera[mono-error] Introduce MonoError into mono_metadata_par...
2015-11-02 Vlad BrezaeMerge pull request #2081 from BrzVlad/feature-concurren...
2015-11-02 Ludovic Henry[threads] Remove assertion on `info` for socket syscall...
2015-10-30 Rodrigo Kumpera[mono-error] Introduce MonoError into mono_metadata_par...
2015-10-30 Jonathan PryorMerge pull request #2152 from joelmartinez/mdoc-preserver
2015-10-29 Rodrigo KumperaMerge pull request #2180 from kumpera/loader-error...
2015-10-29 Rodrigo Kumpera[mono-error] Introduce mono_metadata_parse_type_checked...
2015-10-29 Rodrigo Kumpera[mono-error] Introduce MonoError in compare_type_literals.
2015-10-29 Rodrigo Kumpera[metadata] Remove dead MonoParseTypeMode argument from...
2015-10-29 Rodrigo Kumpera[loader-error] mono_metadata_parse_method_signature...
2015-10-28 Ludovic Henry[threads] Use runtime flag to enable cooperative suspend
2015-10-27 Andi McClureMerge pull request #2163 from xmcclure/image-audit
2015-10-27 "Andi McClure ext... This introduces three macros, to be used in place of...
2015-10-27 Andi McClureMerge pull request #2175 from xmcclure/pre-image-audit
2015-10-27 "Andi McClure ext... Simplify function interface for rework of image.c hashe...
2015-10-26 Vlad Brezae[sgen] Add optimized drain stack functions for the...
2015-10-26 "Andi McClure ext... Rework “image hashes” in image.c to segregate by-path...
2015-10-27 "Andi McClure ext... Continued cleanup in preparation for mempool reference...
2015-10-24 Zoltan VargaMerge pull request #2166 from ermshiperete/FontHeight
2015-10-23 Aleksey Kliger ... Merge pull request #2171 from lambdageek/dev/fix-marshal
2015-10-23 Zoltan VargaAdd a new Moono_GetStackTraces method to Thread which...
2015-10-23 Aleksey Kliger[coop] One more pair of coop gc marshal fixes.
2015-10-23 Mark Probst[sgen] Add some bridge documentation.
2015-10-23 João MatosMerge pull request #2168 from BillSeurer/llvm
2015-10-23 Rodrigo KumperaMerge pull request #2165 from lambdageek/dev/marshal-fix
2015-10-23 Ludovic Henry[socket] Use syscall abort mechanism properly
2015-10-22 Aleksey Kliger[coop] update native call marshalling to pass thread...
2015-10-22 Zoltan Varga[runtime] Add a check for PE images to mono_method_body...
2015-10-22 Zoltan VargaExport mono_image_load_cli_header/load_metadata from...
2015-10-22 "Andi McClure ext... Cleanup in preparation for mempool reference auditing...
2015-10-22 João MatosMerge pull request #2158 from akoeplinger/fix-winforms...
2015-10-22 João MatosMerge pull request #2154 from BrennanConroy/bug_30018
2015-10-22 Jo ShieldsMerge pull request #2149 from directhex/absolute-path...
2015-10-21 Rodrigo KumperaMerge pull request #2122 from lambdageek/dev/bug-26384
2015-10-21 Marek SafarMerge pull request #2155 from akoeplinger/bug-34334-pr
2015-10-21 Aleksey Kliger[corlib] ves_icall_Type_GetNestedTypes unescape special...
2015-10-21 Aleksey Kliger[corlib] handle special characters in Type.FullName...
2015-10-20 Zoltan Varga[runtime] Factor out the PE image loading code into...
2015-10-20 Zoltan Varga[runtime] Fix a possible buffer overflow in get_process...
2015-10-19 Alexander KöplingerMerge pull request #2148 from akoeplinger/remove-old...
2015-10-19 Alexander Köplinger[runtime] Remove explicit support for v4.0.30128 and...
2015-10-19 Marcos HenrichMerge pull request #2136 from esdrubal/uridotsegment
next