[tests] ManualResetEventSlim.SpinCount depends on the number of CPU/cores and we...
[mono.git] / mono /
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...
2015-03-24 Zoltan Varga[amd64] Fix OP_SHR_IMM/OP_SHL_IMM.
2015-03-24 Zoltan Varga[runtime] Fix another regression caused by eaf200b37bd8...
2015-03-24 Zoltan Varga[arm] Handle OP_SEQ_POINT opcodes during peephole optim...
2015-03-24 Zoltan Varga[runtime] Fix an uninitialized memory error added by...
2015-03-24 Zoltan Varga[io-layer] Fix the freeing of MonoProcess structures...
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 Ludovic Henry[runtime] Remove unnecessary winbase.h header include...
2015-03-24 João MatosMerge pull request #1652 from debuglevel/bugfix-crossco...
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-24 Alex Rønne PetersenTypo fix...
2015-03-24 Alex Rønne Petersen[arm] Also fix OP_ATOMIC_STORE_R4.
2015-03-23 Mark ProbstMerge pull request #1596 from schani/feature-sgen-impro...
2015-03-23 Mark Probst[sgen] Fix slot size calculation.
2015-03-23 Mark Probst[sgen] Remove stealing.
2015-03-23 Mark Probst[sgen] Save more space in M&S block infos.
2015-03-23 Mark Probst[sgen] Do pinning of M&S blocks in one pass. Saves...
2015-03-23 Mark Probst[sgen] Store worker's job names for debugging.
2015-03-23 Mark Probst[sgen] Some clarifying comments and rearrangements.
2015-03-23 Mark Probst[sgen] Remove dead code.
2015-03-23 Mark Probst[sgen] Binary protocol entry for pin-staging cemented...
2015-03-23 Mark Probst[sgen] Only scan mod-union in LOS on marked objects.
2015-03-23 Mark Probst[sgen] Free lists in blocks must be volatile.
2015-03-23 Mark Probst[sgen] Rename a callback for clarity.
2015-03-23 Mark Probst[sgen] Don't scan until jobs done in worker thread.
next