[msvc] Update csproj files (#4474)
[mono.git] / mono /
2017-03-04 Vincent Povirk[metadata] Fix a possible crash when looking up a p...
2017-03-03 Aleksey Kliger[mono/tests] run the managed test runner using TOOLS_RU...
2017-03-03 Ludovic Henry[threads] Remove ThreadState_StopRequested (#4462)
2017-03-03 Zoltan Varga[jit] Remove some duplicate declarations.
2017-03-03 Zoltan Varga[jit] Fix MethodAccessExceptions, the caller and callee...
2017-03-02 Ludovic Henry[threads] Remove mono_threads_create_thread (#4411)
2017-03-02 Zoltan Varga[runtime] Fix an infinite loop in the runtime class...
2017-03-02 Ludovic Henry[threads] Remove dead field cached_culture_info (#4410)
2017-03-02 Johan LorenssonFixes to build libmono with disabled JIT. (#4421)
2017-03-02 Rodrigo KumperaMerge pull request #4454 from kumpera/allow_sioc_with_m...
2017-03-02 powerctrlChange clock source to CLOCK_MONOTONIC in 'pthread_cond...
2017-03-02 Ludovic Henry[threads] Remove mono_threads_suspend_needs_abort_sysca...
2017-03-02 Zoltan Varga[runtime] Cleanup the debugger header files. (#4459)
2017-03-01 Rodrigo KumperaMerge pull request #4418 from kumpera/fix_gclass_record...
2017-03-01 Zoltan Varga[runtime] Use mono_debug_method_lookup_location ()...
2017-03-01 Ludovic Henry[threads] Remove unused mono_thread_internal_stop ...
2017-03-01 Rodrigo Kumpera[loader] Revert allowing SIOC 4.3. This is fine for...
2017-03-01 Rodrigo Kumpera[loader] Pass LoadFrom down to image loading so we...
2017-03-01 Rodrigo KumperaPass LoadFrom info down to assembly loading.
2017-03-01 Rodrigo KumperaMerge pull request #4373 from NattyNarwhal/haiku
2017-03-01 Rodrigo Kumpera[runtime] SIOC 4.3.0 has a managed impl that works...
2017-02-28 Bernhard Urban[interpreter] rename interpreter to interp
2017-02-28 Bernhard Urban[generics.cs] enable more testcases for interpreter
2017-02-28 Bernhard Urban[interpreter] use explicit addressing for stack slots
2017-02-28 Bernhard Urban[interpreter] add basic-vectors.cs to richeck target
2017-02-28 Bernhard Urban[interpreter] add {exceptions,devirtualization,basic...
2017-02-28 Bernhard Urban[interpreter] add floating point support to icall tramp...
2017-02-28 Bernhard Urban[interpreter] add arrays.cs to richeck target
2017-02-28 Bernhard Urban[objects.cs] enable last two remaining tests for interp...
2017-02-28 Bernhard Urban[interpreter] fix array built-ins wrt. multiarray access
2017-02-28 Bernhard Urban[interpreter] fix metadata access for ldtoken insn...
2017-02-28 Bernhard Urban[interpreter] implement ref type for ldelem bytecode
2017-02-28 Bernhard Urban[interpreter] install stack walking callback
2017-02-28 Bernhard Urban[interpreter] it can happen that we have the address...
2017-02-28 Bernhard Urban[interpreter] allow generic inst type in icall trampoline
2017-02-28 Bernhard Urban[interpreter] if unboxing is required on virtcall,...
2017-02-28 Bernhard Urban[generics.cs] test calling an interface, that's impleme...
2017-02-28 Bernhard Urban[interpreter] properly inflate method on generic virtua...
2017-02-28 Bernhard Urban[interpreter] inflate method signature for delegate...
2017-02-28 Bernhard Urban[interpreter] inflate signature for calli with proper...
2017-02-28 Bernhard Urban[object/interpreter] add trap for future pitfalls
2017-02-28 Bernhard Urban[interpreter] add init_delegate callback
2017-02-28 Bernhard Urban[interpreter] use jit icall for delegate ctor
2017-02-28 Bernhard Urban[trampolines] make sure no delegate trampoline is creat...
2017-02-28 Bernhard Urban[objects.cs] testcase for delegate with instance method...
2017-02-28 Bernhard Urban[interpreter] pop extra arg in CEE_MONO_CALLI_EXTRA_ARG
2017-02-28 Rodrigo KumperaMerge pull request #4440 from kumpera/fix-assembly...
2017-02-28 Vlad BrezaeMerge pull request #4381 from BrzVlad/feature-generatio...
2017-02-28 Rodrigo Kumpera[runtime] Fix assembly remapping by using a hashtable...
2017-02-27 Andi McClureMerge pull request #4438 from xmcclure/monodis-fix
2017-02-27 Andi McClureFix monodis
2017-02-27 Rodrigo KumperaMerge pull request #4433 from kumpera/android-fixes
2017-02-27 Rodrigo Kumpera[jit] Rewrite some logging to work on embedded systems.
2017-02-27 Rodrigo Kumpera[jit] Fix LMF codegen on android arm64.
2017-02-27 Rodrigo Kumpera[alias-analysis] Ignore addresses taken of volatile...
2017-02-27 Aleksey Kliger ... [runtime] Mark mono_error_init external only. (#4437)
2017-02-27 Vlad BrezaeMerge pull request #4434 from BrzVlad/fix-unload-hang
2017-02-27 Rodrigo KumperaMerge pull request #4431 from vkargov/vk-leaking-points
2017-02-27 CalvinHaiku hrev50954 makes this ifdef unnecessary
2017-02-27 CalvinMore proper detection of reset_priority, make stub...
2017-02-27 CalvinImprove build and configure
2017-02-27 CalvinGet Mono running further on Haiku by fixing proclib...
2017-02-27 CalvinRestore Haiku support
2017-02-25 Vlad Brezae[threads] Don't ignore abort requests in abort protecte...
2017-02-24 Vladimir Kargov[runtime] Fix memory leak in mono_save_seq_point_info().
2017-02-24 Zoltan Varga[runtime] Speed up mono_icall_start()/mono_icall_end...
2017-02-24 Aleksey Kliger ... [runtime] Call error_init instead of mono_error_init...
2017-02-24 Zoltan Varga[runtime] Add fastpaths to the stelem wrappers for...
2017-02-24 Ludovic Henry[threads] Fix async call in coop (#4423)
2017-02-24 Ludovic Henry[hybrid] Fix more tests run
2017-02-23 Zoltan Varga[jit] Remove an #ifdef ENABLE_LLVM from mini-os.h,...
2017-02-23 Rodrigo KumperaMerge pull request #4419 from BrzVlad/fix-oom-nre
2017-02-22 Vlad Brezae[sgen] Throw OOM also from the managed allocator
2017-02-22 Vlad Brezae[sgen] Rename confusing variable
2017-02-22 Vlad BrezaeMerge pull request #4403 from BrzVlad/fix-workers-par...
2017-02-22 Rodrigo Kumpera[loader] When loading the parent of a GTD fails. We...
2017-02-22 Zoltan Varga[arm] Fix the passing of structs with 8 byte alignment...
2017-02-22 Ludovic Henry[threads] Ensure we have balanced appdomain push/pop...
2017-02-22 Zoltan Varga[runtime] Use TARGET_WIN32 instead of HOST_WIN32 when...
2017-02-22 Zoltan Varga[runtime] Fix mono_bitset_count () so it works on win64...
2017-02-21 Rodrigo KumperaMerge pull request #4380 from alexanderkyte/conflicting...
2017-02-21 Zoltan Varga[jit] Remove some dead code.
2017-02-21 Ludovic Henry[threadpool] Do not swallow exception in RegisterWaitFo...
2017-02-21 Alexis ChristoforidesMerge pull request #4169 from evincarofautumn/fix-xmm...
2017-02-21 Edward Bettscorrect spelling mistakes (#4405)
2017-02-20 Marek SafarMerge pull request #4398 from marek-safar/mono.csharp
2017-02-20 Vlad Brezae[sgen] Lock around worker start, not only finishing
2017-02-20 Vlad Brezae[runtime] Use proper hash function for key_gc hashes
2017-02-20 Vlad Brezae[runtime] Counter for max hashtable chain length
2017-02-20 Vlad BrezaeRevert "[Utils] Use g_direct_equal if NULL is passed...
2017-02-20 Vlad Brezae[sgen] Include optimization for arm/arm64 targets
2017-02-20 Vlad Brezae[runtime] Avoid equal calls in MonoGHashTable
2017-02-20 Vlad Brezae[runtime] Use better hashing for refobject_hash
2017-02-20 Vlad Brezae[runtime] Reduce collisions with open addressing hashes
2017-02-20 Vlad Brezae[sgen] Generational mono g hashtable
2017-02-20 Alexander Kyte[runtime] Fail gracefully when method has conflicting...
2017-02-18 Zoltan Varga[jit] Fix support for gsharedvt constrained calls which...
2017-02-17 Ludovic Henry[threadpool] Let the runtime abort and wait for threads...
2017-02-17 Vlad Brezae[sgen] Move some cardtable functions to sgen
2017-02-17 Vlad Brezae[runtime] Open addressing for MonoGHashTable
next