Merge pull request #2180 from kumpera/loader-error-cleanup
[mono.git] / mono /
2015-10-29 Rodrigo KumperaMerge pull request #2180 from kumpera/loader-error...
2015-10-29 Zoltan Varga[llvm] Cleanup the code in process_call () a bit.
2015-10-29 João MatosMerge pull request #2182 from lewurm/fix-arm-build
2015-10-29 Bernhard Urbanmini-llvm: fix wrong usage
2015-10-29 Zoltan Varga[llvm] Split sig_to_llvm_sig () into two versions,...
2015-10-29 Ludovic Henry[threads] Fix warning on Linux
2015-10-29 Neale Fergusons390x-codegen.h - Initial SIMD support
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-29 Zoltan Varga[llvm] Clean up the naming convention in the backend...
2015-10-29 Zoltan Varga[llvm] Merge LLVMCallInfo and LLVMSigInfo.
2015-10-28 Zoltan VargaFix the build, the stub for mono_llvm_cpp_throw_excepti...
2015-10-28 Zoltan Varga[runtime] Handle the conditional compilation of llvm...
2015-10-28 Zoltan Varga[runtime] Add a configure check for unwind.h
2015-10-28 Zoltan Varga[profiler] Avoid a crash at shutdown by installing...
2015-10-28 Ludovic Henry[threads] Use runtime flag to enable cooperative suspend
2015-10-28 Ludovic HenryMerge pull request #2179 from BogdanovKirill/enummodulesfix
2015-10-28 Zoltan VargaFix the build.
2015-10-28 Ludovic Henry[test-runner] Improve output
2015-10-28 João Matos[runtime] Fixed the non-LLVM build.
2015-10-28 Zoltan VargaFix the windows build.
2015-10-28 Ludovic Henry[threads] Fix race between async suspend and compensation
2015-10-28 Alexander Köplinger[test-runner] Add a new --input-file option for reading...
2015-10-28 Alexander Köplinger[test-runner] Fix bug in commandline option parsing
2015-10-28 Ludovic Henry[tests] Add coreclr GC stress tests
2015-10-28 Ludovic Henry[tests] Try to fix finalizer-wait
2015-10-28 BogdanovKirill[Processes] Memory leak fix in EnumProcessModules function
2015-10-28 Alex Rønne Petersen[profiler] Disable 'time went backwards' debug message.
2015-10-28 Zoltan Varga[runtime] Use Unwind_Backtrace only on platforms which...
2015-10-28 Zoltan Varga[llvmonly] Add support for direct calls to icalls.
2015-10-27 Alexander Köplinger[test-runner] Filter out invalid XML chars before writi...
2015-10-27 Vlad Brezae[sgen] Fix marking of cards on 64bit
2015-10-27 Mark Probst[sgen] Fix call to `InterlockedCompareExchange()`.
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 João Matos[runtime] Normalize include style.
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-27 João Matos[runtime] Fixed cross-compile LLVM build.
2015-10-27 Ludovic Henry[test-runner] Make sure to close resources hold by...
2015-10-27 Alexander Köplinger[test-runner] Make the --testsuite-name option required
2015-10-27 Zoltan Varga[llvmonly] Fix EH when llvm is disabled.
2015-10-26 Zoltan Varga[llvmonly] Fix an assertion for methods with many argum...
2015-10-26 Zoltan Varga[llvmonly] Fix the computation of the generic context...
2015-10-26 Mark Probst[sgen] Fix binary protocol limit default.
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-26 Zoltan Varga[llvm] Fix aot support in non-llvmonly mode.
2015-10-26 Zoltan Varga[llvmonly] Avoid disabling llvm for methods with pinvok...
2015-10-26 Zoltan Varga[llvm] Register the llvmonly icalls even if llvm is...
2015-10-26 Zoltan VargaFix the non-llvm build.
2015-10-26 Ludovic Henry[tests] Add timeout before failing
2015-10-26 Ludovic Henry[tests] Add --testsuite-name to avoid overwritting...
2015-10-26 Ludovic Henry[tests] Use test-runner to run unhandled-exception...
2015-10-26 Zoltan VargaAdd another missing file.
2015-10-26 Zoltan VargaAdd a missing file.
2015-10-26 Zoltan Varga[llvm] Move the EH support code into mini-exceptions...
2015-10-26 Zoltan Varga[llvm] Fix support for asmonly+llvmonly by emitting...
2015-10-24 Zoltan VargaMerge pull request #2166 from ermshiperete/FontHeight
2015-10-24 Zoltan Varga[profiler] Create a static version of libmono-profiler...
2015-10-24 Zoltan Varga[arm] Add a comment for a hack.
2015-10-23 Zoltan Varga[arm64] Implement mono_threads_core_begin_async_resume...
2015-10-23 Aleksey Kliger ... Merge pull request #2171 from lambdageek/dev/fix-marshal
2015-10-23 Mark Probst[sgen] Documentation about future-proofing the binary...
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 Zoltan VargaMerge pull request #2170 from alexanderkyte/mini_llvm_a...
2015-10-23 Alexander Kyte[runtime] Fix support for amd64 in mini-llvm-cpp.cpp
2015-10-23 Alexander Köplinger[test-runner] Fix a few more hardcoded test suite names
2015-10-23 Ludovic Henry[test-runner] Wait synchronously for process exit
2015-10-23 João MatosMerge pull request #2168 from BillSeurer/llvm
2015-10-23 Bill Seurer[ppc] Activate llvm for power
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 VargaFix the build.
2015-10-22 Zoltan Varga[runtime] Move the MONO_ENV_OPTIONS parsing code to...
2015-10-22 Zoltan VargaExport mono_image_load_cli_header/load_metadata from...
2015-10-22 Alex Rønne PetersenMerge pull request #2162 from alexrp/master
2015-10-22 "Andi McClure ext... Cleanup in preparation for mempool reference auditing...
2015-10-22 Alex Rønne Petersen[profiler] Disable the hack to attempt to get code...
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 Ludovic Henry[threads] Print more information in case of error in...
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-20 Zoltan Varga[amd64] Remove some dead code.
2015-10-20 Zoltan VargaRevert "[amd64] Allow returning of structs in register...
2015-10-20 Zoltan Varga[gsharedvt] Inflate methods properly in one case. Fixes...
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...
next