[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.
[mono.git] / mono /
2015-04-06 Alexander Kyte[runtime] Overwrite stacktrace for exception on re...
2015-04-06 João MatosMerge pull request #1682 from Garciat/patch-1
2015-04-06 Alex Rønne PetersenMerge pull request #1683 from akoeplinger/fix-make...
2015-04-06 Alexander Köplinger[runtime] Fix "make distcheck"
2015-04-06 Mark Probst[runtime] Fix warnings.
2015-04-03 João MatosMerge pull request #1679 from knguyen0928/master
2015-04-03 Marcos HenrichMerge pull request #1678 from esdrubal/tzindst
2015-04-03 Zoltan Varga[amd64] Add full-aot support for the sdb trampolines.
2015-04-02 Zoltan Varga[amd64] Use soft breakpoints in aot mode.
2015-04-02 Zoltan VargaMerge pull request #1680 from schani/feature-profiler...
2015-04-02 Mark Probst[profiler] Add missing code buffers for exception handling.
2015-04-02 Zoltan Varga[llvm] Emit division by zero/overflow checks for div...
2015-04-02 Zoltan VargaRevert "[runtime] Use mono_set_pending_exception (...
2015-04-02 João MatosMerge pull request #1672 from ninjarobot/patch-2
2015-04-02 Marek Safar[corlib] CompareInfo from reference sources
2015-04-01 Zoltan VargaMerge pull request #1674 from alexanderkyte/gdb_support
2015-04-01 Zoltan Varga[runtime] Use mono_set_pending_exception () in a few...
2015-04-01 Zoltan Varga[jit] Avoid a crash if constrained_gsharedvt_call_setup...
2015-04-01 Miguel de Icaza[doc] Format comment so our tools can process this
2015-04-01 Rodrigo Kumpera[threading] Fix compilation of coop suspend on windows.
2015-04-01 Alexander Kyte[Runtime] Disable xdebug on OSX because it does not...
2015-04-01 Rodrigo KumperaMerge pull request #1671 from kumpera/mobile_static_fix...
2015-04-01 João MatosMerge pull request #1673 from alexanderkyte/minor_cpp_fixes
2015-04-01 Alexander Kyte[runtime] Fixed index comparison typo in class.c
2015-04-01 Ludovic Henry[threadpool] Fix potential infinite loop
2015-04-01 Marek Safar[corlib] Update more decimal separators. Further fixes...
2015-04-01 Zoltan Varga[jit] Use mono_error_set_pending_exception () in jit...
2015-04-01 Zoltan Varga[runtime] Move mono_error_raise_exception () to metadat...
2015-03-31 Zoltan Varga[jit] Increase some trampoline sizes.
2015-03-31 Zoltan Varga[llvm] Reenable support for nested clauses.
2015-03-31 Zoltan Varga[runtime] Add more caches to mono_marshal_get_native_wr...
2015-03-31 Zoltan Varga[llvm] Disable support for nested clauses for now as...
2015-03-31 Zoltan Varga[llvm] Implement support for nested clauses.
2015-03-31 Zoltan Varga[amd64] Enable thunk creation when using LLVM as well.
2015-03-31 Ludovic Henry[threadpool] Fix typo
2015-03-31 Ludovic Henry[threadpool] Add IO support + Needed refactoring of...
2015-03-31 Ludovic Henry[threadpool] Move MonoAsyncResult invocation out of...
2015-03-31 Ludovic Henry[threadpool] Move threadpool-microsoft.{c,h} to threadp...
2015-03-31 Ludovic Henry[threadpool] Remove RegisteredWaitHandle runtime code...
2015-03-31 Marek Safar[corlib] NumberFormatInfo from reference sources
2015-03-31 Rodrigo Kumpera[socket-io] Fix crasher in System test suite.
2015-03-30 Marek Safar[corlib] Update culture currency separators
2015-03-30 João Matos[runtime] Fixed a warning.
2015-03-30 João Matos[mini] Fixed the build.
2015-03-30 João Matos[runtime] Enable the complex math support code on Android.
2015-03-30 Rodrigo Kumpera[runtime] Fix the build.
2015-03-30 Zoltan Varga[llvm] Fix an uninitialized variable error.
2015-03-30 Zoltan Varga[llvm] Generate code at the start of exception clauses...
2015-03-30 Zoltan Varga[runtime] Fix the passing of arguments to the stringbui...
2015-03-29 Rodrigo Kumpera[threading] Wrap socket code with coop suspend.
2015-03-29 Rodrigo Kumpera[threading] Wrap IO icalls.
2015-03-29 Rodrigo Kumpera[threading] type init lock is complex enough that needs...
2015-03-29 Rodrigo Kumpera[threading] Make the loader and domain locks coop suspe...
2015-03-29 Rodrigo Kumpera[runtime] When interning strings, allocate without...
2015-03-29 Rodrigo Kumpera[threading] Wrap monitor code with coop suspend.
2015-03-29 Rodrigo Kumpera[threading] Make thread management coop suspend aware.
2015-03-29 Rodrigo Kumpera[threading] Make the GC lock coop suspend aware.
2015-03-29 Rodrigo Kumpera[threading] Make n2m and m2n wrappers coop suspend...
2015-03-29 Rodrigo Kumpera[threading] Make thread start suspend aware
2015-03-28 Marek SafarMerge pull request #1666 from akoeplinger/fix-mono...
2015-03-27 Zoltan Varga[llvm] Extract some of the eh code into a separate...
2015-03-27 Zoltan VargaAdd a test for the interning of String.Empty.
2015-03-27 Zoltan Varga[runtime] Intern String.Empty.
2015-03-27 Miguel de IcazaRelicense socket-io.c to MIT
2015-03-27 João MatosMerge pull request #1664 from jbraswell/master
2015-03-27 Zoltan Varga[jit] Avoid emitting seq points in inlined methods.
2015-03-27 Zoltan Varga[runtime] Synchronize the overflow checks between mono_...
2015-03-27 Atsushi EnoMerge pull request #1662 from atsushieno/import-system...
2015-03-26 Rodrigo Kumpera[threading] Add a coop backend. This paves the way...
2015-03-26 Rodrigo Kumpera[threading] Improve logging and troubleshooting helpers...
2015-03-26 Zoltan Varga[llvm] Avoid registering an exception table handler...
2015-03-26 Zoltan Varga[runtime] Update some comments.
2015-03-26 Zoltan VargaMerge pull request #1659 from alexanderkyte/stringbuild...
2015-03-26 Zoltan VargaMerge pull request #1658 from esdrubal/spgenerics
2015-03-26 Atsushi EnoMerge branch 'master' into import-system-data-partial
2015-03-26 Marcos Henrich[runtime] .msym now stores method index.
2015-03-26 Marcos Henrich[runtime] Added function mono_aot_find_method_index.
2015-03-26 João MatosMerge pull request #1660 from akoeplinger/fix-zone...
2015-03-26 Zoltan Varga[runtime] Avoid a crash in mini_thread_cleanup () for...
2015-03-26 Zoltan Varga[runtime] Initialize String.Empty from native code...
2015-03-25 Alexander Kyte[corlib] Fixed StringBuilder construction bugs in marsh...
2015-03-25 Rodrigo Kumpera[threading] Reorganize code to work with the coop backend.
2015-03-25 Rodrigo Kumpera[threading] Introduce a pair of states to handle native...
2015-03-25 Rodrigo Kumpera[threading] Move jit_data from MonoThreadInternal to...
2015-03-25 Rodrigo Kumpera[threading] Surface mono_thread_info_current_unchecked.
2015-03-25 Rodrigo Kumpera[threading] Log the thread tid instead of the MonoThrea...
2015-03-25 Zoltan Varga[jit] Trucate the shift amount in the long shift emulat...
2015-03-25 Marek SafarMerge pull request #1644 from ztone/eval_class_attr
2015-03-25 Alexander Kyte[corlib] Fixed wrongly changing capacities in stringbui...
2015-03-25 Marek Safar[corlib] String from reference sources, fixes mostly...
2015-03-25 João Matos[runtime] Fixed the build on Android by relying on...
2015-03-25 João Matos[runtime] Fixed complex.h usage in MS's thread pool...
2015-03-25 João MatosMerge pull request #1657 from alexrp/disable-perf-events
2015-03-25 Zoltan Varga[io-layer] Fix the freeing of MonoProcess structures...
2015-03-25 Alex Rønne Petersen[profiler] Disable `perf` events by default.
2015-03-25 Alex Rønne Petersen[profiler] Avoid a slow path in mono_jit_info_table_fin...
2015-03-25 Alex Rønne Petersen[profiler] Really fix looking up JIT info for AOT'd...
2015-03-25 Zoltan Varga[runtime] Revert eaf200b37bd8ba29d59fc7054f8409e9b76b56...
2015-03-25 Zoltan Varga[runtime] Avoid returning null from Marshal.AllocCoTask...
2015-03-25 Zoltan Varga[runtime] Fix list removal in eaf200b37bd8ba29d59fc7054...
next