[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono.git] / mono /
2015-11-24 Zoltan Varga[aot] Handle gsharedvt versions of delegate invoke...
2015-11-24 Jonathan PryorMerge pull request #2264 from xmcclure/fix-testwaitany...
2015-11-24 Alexander KöplingerMerge pull request #2208 from martinbooth/dataannotatio...
2015-11-24 Alexander KöplingerMerge pull request #2248 from barsgroup/bugfix/35980
2015-11-24 Zoltan Varga[llvm] Fix the mapping of byref types.
2015-11-22 Zoltan Varga[runtime] Fix non-byref LPArray marshalling. Fixes...
2015-11-22 Alexander KöplingerMerge pull request #2255 from directhex/override-mono...
2015-11-21 Zoltan Varga[ji] Add a mini-llvm.h header file for the functions...
2015-11-21 Zoltan Varga[runtime] Implement FIXMEs in the portable ppdb code.
2015-11-21 Zoltan Varga[runtime] Fix the loading of ppdb files.
2015-11-21 Zoltan Varga[aot] Fix support for runtime invokes to array accessor...
2015-11-20 Zoltan Varga[runtime] Use the standard __MOBILE__ define instead...
2015-11-20 Rolf Bjarne Kvinge[runtime] Revert breaking changes in MonoGHashGCType.
2015-11-20 Zoltan Varga[aot] Add instances of LongEnumEqualityComparer which...
2015-11-19 Zoltan Varga[x86] Fix OP_IMUL_OVF_UN clobbering edx in some cases...
2015-11-19 Jonathan PryorMerge pull request #2183 from joelmartinez/monodoc...
2015-11-19 Marek Safar[corlib] Update long/short timepatterns. Reference...
2015-11-19 Zoltan Varga[aot] Fix support for synchronized wrappers of gsharedv...
2015-11-19 Zoltan Varga[jit] Fix memory leaks in the generic sharing code...
2015-11-19 Zoltan Varga[jit] Fix the gsharedvtcheck make target.
2015-11-18 Alexander Köplinger[metadata] Remove unused empty struct from marshal.h
2015-11-18 Alexander Köplinger[mini] Add MONO_API to mono_parse_env_options
2015-11-18 Zoltan Varga[runtime] Fix multiple inclusion of object-offsets.h
2015-11-18 Zoltan Varga[aot] Fix another memory leak.
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 Zoltan VargaFix a warning.
2015-11-18 Zoltan Varga[aot] Fix a memory leak in init_amodule_got ().
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 Ludovic Henry[threads] Fix build
2015-11-17 Zoltan Varga[arm] Avoid an assertion check in aot mode.
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 VargaFix the build.
2015-11-17 Zoltan Varga[jit] Remove unused mono_aot_register_globals () function.
2015-11-17 Zoltan Varga[jit] Remove the nursery_bits from the wrapper info...
2015-11-17 Zoltan Varga[jit] Add a header file for aot-compiler.c.
2015-11-17 Zoltan Varga[jit] Fix the check for emulation of div instructions...
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 Alex Rønne Petersen[arm] HACK: Disable fast TLS on ARM for now.
2015-11-16 Alexander KöplingerMerge pull request #2228 from lambdageek/dev/sgen-timeouts
2015-11-16 Zoltan Varga[arm] Simplify the seq point code used for soft breakpo...
2015-11-15 Zoltan Varga[runtime] Fix Thread.CurrentThread in non-root appdomai...
2015-11-15 Zoltan VargaFix a warning.
2015-11-15 Zoltan Varga[amd64] Make amd64_patch non-inline, it seems to be...
2015-11-14 Zoltan Varga[amd64] Enable div checks when running on tvos.
2015-11-14 Zoltan Varga[jit] Emit div checks if MONO_ARCH_NEED_DIV_CHECK is...
2015-11-13 João MatosMerge pull request #2233 from madewokherd/ucontextgregs
2015-11-13 Zoltan VargaRevert "[jit] Emit div checks if MONO_ARCH_NEED_DIV_CHE...
2015-11-13 Aleksey Kliger[test] Give the sgen tests more time.
2015-11-13 Aleksey Kliger[test] Make sgen tests behave nicer on slower machines.
2015-11-13 Vincent PovirkDo not define UCONTEXT_GREGS on win64.
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-13 Zoltan Varga[jit] Emit div checks if MONO_ARCH_NEED_DIV_CHECK is...
2015-11-12 Zoltan Varga[arm] Fix register assignments during hfa parameter...
2015-11-12 Zoltan Varga[runtime] Rename iltests.il.in back to iltests.il,...
2015-11-12 Zoltan Varga[runtime] Remove a bogus assertion.
2015-11-12 Zoltan Varga[jit] Use emit_runtime_constant () in a few more places...
2015-11-12 Rodrigo KumperaMerge pull request #2213 from kumpera/widen-unsafe-mov
2015-11-11 Rodrigo Kumpera[jit] Allow reference types with Array.UnsafeMov. Docum...
2015-11-11 Zoltan Varga[runtime] Use 'this_obj' instead of 'this' in a few...
2015-11-11 Rodrigo Kumpera[jit] Add support for widening of Array.UnsafeMov intri...
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 João Matos[runtime] Fixed typo.
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-10 Vlad Brezae[sgen] We only use workers when starting the concurrent...
2015-11-10 Vlad Brezae[sgen] Optimize the finishing of the concurrent collection
2015-11-09 Vlad Brezae[jit] Refactor loading of runtime constants from IL
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-07 Zoltan Varga[runtime] Add a MonoAotMode entry for llvmonly.
2015-11-07 Zoltan Varga[runtime] Add a dummy definition for mono_debug_persona...
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-06 Zoltan VargaAvoid setting mono_llvm_only when mono_aot_only is...
2015-11-06 Zoltan Varga[llvm] Use LLVMArgNormal for scalars passed by value...
2015-11-06 Zoltan Varga[llvm] Add a 'type' field to LLVMArgInfo, use it to...
2015-11-06 Zoltan Varga[aot] Reduce the code duplication in the wrapper encodi...
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...
next