[BigInteger] Fix some tests typos.
[mono.git] / mono /
2014-03-25 Zoltan Varga[sdb] Implement a SetIP () method in ThreadMirror which...
2014-03-24 Zoltan Varga[llvm] Fix the build.
2014-03-22 Zoltan Varga[jit] Fix rethrowing of exceptions in thumb mode. Fixes...
2014-03-22 Zoltan Varga[jit] Add a few more constraints to the UnsafeMov intri...
2014-03-21 Zoltan Varga[runtime] Fix a regression caused by a7d26d482273950d84...
2014-03-21 Zoltan Varga[runtime] Fix a warning.
2014-03-21 Zoltan Varga[jit] Disallow mixing structs/non-structs in the Unsafe...
2014-03-21 Zoltan Varga[aot] Reorganize emit_and_reloc_code () a bit.
2014-03-21 Zoltan Varga[runtime] Add a 'debug-domain-unload' MONO_DEBUG option...
2014-03-20 Zoltan Varga[jit] Add a 'check-pinvoke-callconv' MONO_DEBUG option...
2014-03-19 Zoltan Varga[sdb] Implement support for fields in MethodBodyMirror.
2014-03-19 Rodrigo Kumpera[jit] New Array.UnsafeMov intrinsic for overcomming...
2014-03-18 Zoltan VargaFix the cross-compiler build.
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-17 Marek SafarMerge pull request #956 from ermshiperete/bug-xamarin...
2014-03-14 Mark Probst[sgen] Restore hazard pointers in suspend signal handle...
2014-03-14 Zoltan Varga[runtime] Fix make install when boehm is disabled.
2014-03-14 Marek SafarMerge pull request #953 from rcook/p-rcook-correct...
2014-03-13 Rodrigo Kumpera[thread] Only register a dead letter if the current...
2014-03-13 Rodrigo Kumpera[sgen] Fix the merging code.
2014-03-13 Zoltan Varga[jit] Add a MONO_IS_CROSS_COMPILE define.
2014-03-13 Alex Rønne PetersenAdd some pointless zero initializations to shut GCC...
2014-03-12 Alex Rønne PetersenConvert asserts in sgen-hash-table.c to SGEN_ASSERT ().
2014-03-12 Alex Rønne PetersenAdd an assert to sgen-hash-table.c!rehash_if_necessary...
2014-03-12 Alex Rønne PetersenSilence a gcc warning.
2014-03-12 Alex Rønne PetersenAdd/update some .gitignore files so that a clean build...
2014-03-12 Alex Rønne PetersenRemove now-unused dyn_array_ptr_set () function.
2014-03-12 Rodrigo Kumpera[sgen] Wrap DynArray into strongly types variants makin...
2014-03-12 Rodrigo Kumpera[sgen] Cleanup argument list of dfs1, src is a constant.
2014-03-12 Rodrigo Kumpera[sgen] Remove the elem_size field from DynArray - expli...
2014-03-12 Rodrigo Kumpera[sgen] Add an optimized variant of qsort using macros...
2014-03-11 Zoltan Varga[jit] Fix the passing of vtypes on arm in vararg calls...
2014-03-11 Rodrigo KumperaMerge pull request #938 from exony-craigminihan/bugzill...
2014-03-11 Zoltan VargaFix a warning.
2014-03-11 Zoltan Varga[runtime] Fix the build with newer clang versions.
2014-03-10 Mark Probst[runtime] Simplify unit-tests Makefile.
2014-03-10 Mark Probst[runtime] Move unit tests to separate directory.
2014-03-10 Mark Probst[runtime] Unit test for lock-free linked list set.
2014-03-10 Zoltan Varga[llvm] Update the LLVM backend to llvm 714a9d742af9ce91...
2014-03-10 Zoltan Varga[jit] Add support for --debug=casts to one cast codepat...
2014-03-10 Zoltan Varga[jit] Add an optimization to use the optimized delegate...
2014-03-10 Zoltan Varga[jit] Change the sgen vector allocator il code so it...
2014-03-10 Marek Safar[corlib] Update en-au pm/am designators
2014-03-08 Marek Safar[corlib] Add .net compatible separators for es culture
2014-03-08 Marek SafarMerge pull request #940 from alistair/ilist_xml_seriali...
2014-03-07 Rodrigo Kumpera[io-layer] Bionic doesn't have clock_nanosleep.
2014-03-07 Zoltan Varga[runtime] Make different kinds of delegate invokes...
2014-03-07 Marek SafarUpdate CLDR to version 2.4. Fixes #17615
2014-03-07 Rodrigo Kumpera[sgen] Change the bridge interface to include richer...
2014-03-06 Michael HutchinsonMerge pull request #915 from knocte/master
2014-03-06 Rodrigo KumperaMerge pull request #936 from adahn/master
2014-03-06 Marek SafarMerge pull request #866 from linquize/content-type...
2014-03-06 Adam Rzepka[runtime] Fixed flags for VirtualAlloc in mono_valloc...
2014-03-06 Rodrigo KumperaMerge pull request #934 from exony-craigminihan/bugzill...
2014-03-06 Zoltan VargaDisable the test-messages test on win32, its not needed.
2014-03-06 Zoltan Varga[runtime] Fix loaded llvm support.
2014-03-06 Zoltan Varga[jit] Implement the push/pop LMF code in IR on windows...
2014-03-05 Zoltan Varga[runtime] Move some counters to the mono-counters infra...
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Zoltan Varga[runtime] Fix a memory leak.
2014-03-05 Zoltan Varga[runtime] Implement wapi_process_get_path () on non...
2014-03-05 Zoltan Varga[sdb] Add some debug output to help track down #18100.
2014-03-05 Marek SafarMerge pull request #930 from theraot/master
2014-03-05 Alex Rønne PetersenAdd a MONO_CONSERVATIVE_HWCAP environment variable.
2014-03-05 Alex Rønne PetersenAdd a MONO_DEBUG=suspend-on-exception option.
2014-03-05 Zoltan Varga[runtime] Launch managed exe's using the current runtim...
2014-03-04 Zoltan Varga[runtime] Fix the cross-compiler build.
2014-03-04 Zoltan Varga[runtime] Fix a memory leak.
2014-03-04 Zoltan Varga[llvm] Create separate MonoLLVMModule and an LLVM execu...
2014-03-03 Zoltan VargaFix the build.
2014-03-03 Zoltan Varga[llvm] Remove some debug spew.
2014-03-03 Zoltan Varga[llvm] Make the 'llvm_types' hashtable per-domain to...
2014-03-03 Zoltan Varga[jit] Add support for the new DUMMY_ opcodes to the...
2014-03-03 Zoltan Varga[llvm] Fix more memory leaks.
2014-03-03 Zoltan Varga[llvm] Fix a memory leak.
2014-03-03 Zoltan Varga[llvm] Fix a memory leak.
2014-03-02 Zoltan Varga[jit] Add LLVM support for the new OP_DUMMY_ opcodes.
2014-03-02 Zoltan Varga[jit] Avoid forcing initlocals to TRUE when the 'unsafe...
2014-03-02 Jeffrey StedfastMerge pull request #929 from edbprx/master
2014-03-01 Zoltan Varga[jit] Allow inlining of calls to method with the Aggres...
2014-03-01 Zoltan Varga[jit] Fix an uninitialized memory problem in the soft...
2014-03-01 Zoltan Varga[jit] Implement proper tail call support on arm. Fixes...
2014-02-28 Alex Rønne PetersenFix a warning introduced by the boehm toggleref code.
2014-02-28 Alex Rønne PetersenMerge pull request #927 from ermshiperete/novell-bug...
2014-02-28 Alex Rønne PetersenProperly fix the iowait_ticks / strtoull () warning...
2014-02-28 Zoltan Varga[llvm] Fix --enable-loadedllvm on osx/amd64.
2014-02-28 Zoltan Varga[runtime] Fix memory leaks and usage of freed memory...
2014-02-27 Mark Probst[sgen] Fix cardtable for huge (>4gb) objects on 64bit.
2014-02-27 Zoltan Varga[runtime] Fix an assertion which is hit if thread_clean...
2014-02-27 Zoltan VargaRevert "[runtime] Add support for jagged array ctors...
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Rodrigo Kumpera[boehm] Integrate toggleref support into the runtime.
2014-02-26 Zoltan Varga[runtime] Add support for jagged array ctors which...
2014-02-26 Zoltan Varga[jit] Move a debug message to a larger verbosity level.
2014-02-26 Zoltan Varga[runtime] Fix the --enable-loadedllvm build on linux.
2014-02-26 Zoltan Varga[bcl] Allow Marshal.SizeOf () to work on pointer types...
2014-02-26 Zoltan Varga[runtime] Add a FIXME.
2014-02-26 Mark Probst[runtime] Fix a thread join race condition. Fixes...
2014-02-26 Zoltan Varga[runtime] Fix an assert if a thread cannot be created...
next