Revert "Fix a test to work on mobile after the async release."
[mono.git] / mono /
2013-08-13 Zoltan VargaFix 5d37fac7c8765253a2ae406329ebf360c8429387 yet again.
2013-08-13 Zoltan Varga[msvc] Implement MONO_CONTEXT_GET_CURRENT () on the...
2013-08-13 Zoltan VargaFix warnings.
2013-08-12 Zoltan Varga[sgen] Disable freeing of OS memory on win32, it causes...
2013-08-12 Zoltan Varga[aot] Align the static linking symbol.
2013-08-12 Zoltan VargaMerge pull request #708 from spicypixel/hotfix/mono...
2013-08-12 Jonathan LimaFixed SGen build for MSVC
2013-08-12 Jonathan LimaFixed incorrect pointer arithmetic on SGen for MSVC.
2013-08-12 Jonathan LimaFixed MSVC build, ported to Visual Studio 2012.
2013-08-12 Jonathan LimaImproved exception handling with vectored exception...
2013-08-11 Zoltan VargaAvoid infinite logfiles if the test-process-exit test...
2013-08-11 Zoltan VargaFix skipping of disabled runtime tests on windows.
2013-08-11 Zoltan VargaClean up the win32 lmf code by using a separate variabl...
2013-08-11 Zoltan VargaEnable MONO_ARCH_HAS_MONO_CONTEXT on mingw.
2013-08-09 Mark ProbstFix #13604 - STW handshake/thread shutdown race condition.
2013-08-09 Zoltan VargaFix 5d37fac7c8765253a2ae406329ebf360c8429387 again.
2013-08-08 Zoltan VargaFix mingw compilation problems.
2013-08-08 Zoltan VargaFix monodis compilation on mingw which is missing some...
2013-08-08 Zoltan VargaMake the gc descriptor tests fail consistently if pytho...
2013-08-07 Zoltan Varga[aot] Avoid passing partially shared instances to the...
2013-08-07 Zoltan VargaFix 5d37fac7c8765253a2ae406329ebf360c8429387.
2013-08-07 Zoltan Varga[aot] Error out if -O=gsharedvt is used on a platform...
2013-08-07 Marek SafarMerge pull request #727 from alesliehughes/master
2013-08-06 Alex Rønne PetersenFix an unlikely case in cmd_to_string () where cmds...
2013-08-06 Alex Rønne PetersenFix another strtod warning with #if 0.
2013-08-06 Alex Rønne PetersenAdd two unnecessary zero initializations to shut GCC up.
2013-08-06 Alex Rønne PetersenKill another mixed-decls-and-code warning.
2013-08-06 Alex Rønne PetersenFix some warnings in strtod by #if 0'ing some unused...
2013-08-06 Alex Rønne PetersenFix a warning in dlmalloc by #if 0'ing an unused function.
2013-08-06 Alex Rønne PetersenFix a mixed-decls-and-code warning.
2013-08-06 Zoltan Varga[llvm] Disable LLVM for async methods to work around...
2013-08-06 Zoltan Varga[llvm] Avoid adding methods which failed llvm compilati...
2013-08-06 Zoltan Varga[sdb] Improve logging a bit.
2013-08-05 Rodrigo Kumpera[sgen]GC fight club rules. NEVER poke the managed heap...
2013-08-05 Rodrigo Kumpera[sgen]Add some comments on the usage of all STW related...
2013-08-05 Rodrigo KumperaFix log messge.
2013-08-05 Marek SafarMerge pull request #723 from alesliehughes/master
2013-08-05 Micael DiasFix cross compilation to windows. "Windows.h" should...
2013-08-04 Zoltan VargaAdd support for constrained gsharedvt calls to ICompara...
2013-08-04 Zoltan VargaPut runtime-invoke wrappers of valuetype methods into...
2013-08-02 Alex Rønne PetersenFix the non-MSVC build.
2013-08-02 Neale FergusonVariable has_ld was renamed
2013-08-02 Rodrigo KumperaMerge pull request #681 from tritao/dll-api
2013-08-01 Zoltan Varga[sdb] Improve some sdb logging messages.
2013-08-01 Zoltan VargaFix enum->int unbox casts in gsharedvt code. Fixes...
2013-07-31 Mark Probst[sgen] Honor `--disable-major`.
2013-07-31 Zoltan VargaFix some cases of --debug=casts, add tests.
2013-07-31 Zoltan VargaAvoid tail calls which breaks the test in finalizer...
2013-07-31 Zoltan VargaFix a warning.
2013-07-30 Zoltan VargaQuote path arguments to opt/llc. Fixes #13603.
2013-07-30 Alex Rønne PetersenFall back to /proc/cpuinfo when sys/auxv.h is not avail...
2013-07-30 Paolo MolaroMerge pull request #703 from ysw/master
2013-07-30 Marek SafarMerge pull request #665 from andreas-auerswald/master
2013-07-30 Marek SafarAdd more system assemblies remapping. Fixes #11294
2013-07-29 Rodrigo KumperaUse a relative symlink.
2013-07-29 Zoltan VargaRevert the 'Emit push/pop LMF code as IR' changes,...
2013-07-29 Zoltan VargaFix overflow checking in newarray with 64 bit array...
2013-07-28 Marek SafarMerge pull request #716 from alesliehughes/master
2013-07-28 Zoltan Varga[sdb] Fix round tripping of vtypes with boxed fields...
2013-07-28 Zoltan VargaAdd error handling to calls of mono_reflection_create_c...
2013-07-27 Zoltan VargaRemove #ifdefs from MonoTrampolineType, to prevent...
2013-07-27 Zoltan VargaFix an assert in constrained_gsharedvt_call_setup ...
2013-07-26 Marek SafarMerge pull request #714 from IDisposable/patch-2
2013-07-26 Zoltan VargaAdd more extensive logging to sdb.
2013-07-26 Alex Rønne PetersenAdd a mono_binary_search () function.
2013-07-26 Alex Rønne PetersenFix a C# compiler error in the runtime test suite.
2013-07-26 Alex Rønne PetersenFix a warning in appdomain.c introduced by 76e8c8ba0f5d...
2013-07-26 Alex Rønne PetersenMark inline assembly in mono-hwcap-s390x.c volatile.
2013-07-26 Alex Rønne PetersenFix up memory barriers on Windows.
2013-07-26 Zoltan VargaAdd full-aot support for runtime invokes to array Get...
2013-07-25 Zoltan VargaAvoid an assert on android where seq points are not...
2013-07-25 Marek SafarMerge pull request #713 from alesliehughes/master
2013-07-25 Zoltan VargaMerge pull request #711 from spicypixel/hotfix/appdomai...
2013-07-25 Zoltan VargaMerge pull request #712 from spicypixel/hotfix/trampoli...
2013-07-24 Aaron OnealFix additional string leaks when creating tramp_info.
2013-07-24 Aaron OnealFix additional string leaks when creating tramp_info.
2013-07-24 Aaron OnealFix generic trampoline string leak.
2013-07-24 Aaron OnealFix string leak when loading assemblies.
2013-07-24 Zoltan VargaContinue single stepping if the same line reached in...
2013-07-24 Aaron OnealAdd support for value types to mono_object_to_string
2013-07-24 Marek SafarMerge pull request #709 from alesliehughes/master
2013-07-24 Zoltan VargaUnify the different gsharedvt constrained call jit...
2013-07-23 Zoltan VargaAvoid calling valuetype methods with a signature which...
2013-07-23 Zoltan VargaRevert "Generate the push/pop LMF code as IR on x86."
2013-07-23 Alex Rønne PetersenMerge pull request #697 from linquize/atom-bug
2013-07-23 Alex Rønne PetersenFix the mono-hwcap module to work in the MONO_CROSS_COM...
2013-07-23 Zoltan VargaAvoid linking the LLVM runtime codegen libs into a...
2013-07-22 Zoltan VargaGenerate the push/pop LMF code as IR on x86.
2013-07-22 Zoltan VargaFix a problem in emit_pop_lmf (), it no longer needs...
2013-07-22 Zoltan VargaGet rid of the MONO_ARCH_ENABLE_LMF_IR define added...
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-21 Cameron Taggartfixes ctaggart/mono#2 cpuid() now compiles in VS 2012
2013-07-21 Alex Rønne PetersenFix a "mixed decls and code" warning.
2013-07-21 i59mono-mutex.c: Don't include sys/time.h on Windows;
2013-07-21 Alex Rønne PetersenMerge pull request #707 from LHCGreg/12752-windows_nul_...
2013-07-20 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-07-20 Zoltan VargaGenerate the push/pop LMF code as IR on architectures...
2013-07-20 Zoltan VargaAnother attempt at fixing mono_atomic_load_acquire...
2013-07-20 Alex Rønne PetersenEnable GCC atomics on mips.
2013-07-20 Alex Rønne PetersenEnable GCC atomics on arm.
next