[socket] ret might not have been initialized (#4495)
[mono.git] / mono /
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
2017-02-16 Jonathan PryorMerge pull request #4396 from radical/xbuild-deprec-fix
2017-02-16 Bernhard Urban[interpreter] move interpreter specific trampoline...
2017-02-16 Bernhard Urban[interpreter] clean up exported symbols and header...
2017-02-16 Bernhard Urban[interpreter] remove temporary generic-interp.cs, and...
2017-02-16 Bernhard Urban[interpreter] respect Category Attribute for --regressi...
2017-02-16 Bernhard Urban[interpreter] hacky implementation for create_method_po...
2017-02-16 Bernhard Urban[interpreter] force vtable setup before method lookup
2017-02-16 Bernhard Urban[interpreter] skip boxing if it's already a non-valuetype
2017-02-16 Bernhard Urban[interpreter] fix misc type resolving issues
2017-02-16 Bernhard Urban[interpreter] pop from value type stack when loading...
2017-02-16 Bernhard Urban[interpreter] fix off-by-one errors around loading...
2017-02-16 Bernhard Urban[interpreter] implement constrained.callvirt insn
2017-02-16 Bernhard Urban[interpreter] special casing for string objects
2017-02-16 Bernhard Urban[interpreter] implement {st,ld}elem for value types
2017-02-16 Bernhard Urban[interpreter] use runtime helper to unbox `this'
2017-02-16 Bernhard Urban[interpreter] make mint_{ldind_i,box} so that it can...
2017-02-16 Bernhard Urban[interpreter] allow value types to be passed in interp...
2017-02-16 Bernhard Urban[interpreter] simplify {ld,st}sfld insns and use runtim...
2017-02-16 Bernhard Urban[interpreter] be more verbose for debugging
2017-02-16 Bernhard Urban[interpreter] respect GENERICINST in stackval_from_data
2017-02-16 Bernhard Urban[interpreter] use `mono_value_copy` instead of doing...
2017-02-16 Bernhard Urban[interpreter] add more regression tests to generics...
2017-02-16 Bernhard Urban[driver] allow --interpreter for regular execution
2017-02-16 Ludovic Henry[threadpool] Extract ThreadPoolDomain creation from...
2017-02-16 Ludovic Henry[threadpool] Make sure we check if the runtime is shutt...
2017-02-16 Ludovic Henry[threadpool] Make ThreadPoolWorker staticaly allocated
2017-02-16 Ludovic Henry[threadpool] Make ThreadPool global variable staticaly...
2017-02-16 Aleksey Kliger[w2file] Fix shutdown assert in checked mode
2017-02-16 Aleksey Kliger[w32file] Transition to GC safe mode when file handles...
2017-02-16 Aleksey Kliger[checked] Include file and line number in thread state...
2017-02-16 Ludovic Henry[process] Allocate a handle even for non-child processe...
2017-02-16 Rodrigo KumperaMerge pull request #4385 from mono/work-btls-02152017
2017-02-16 Ludovic Henry[socket] Add EPROTOTYPE error case (#4391)
2017-02-16 Rodrigo KumperaMerge pull request #4376 from kumpera/test-hardneing
2017-02-16 Ludovic Henry[socket] Fix bad parameter passed to select (#4390)
2017-02-15 Marek SafarMerge pull request #4371 from marek-safar/cecil-update
2017-02-14 Aleksey Kliger[w32file] transition to GC unsafe in file handle close...
2017-02-14 Aleksey Kliger ... [w32file] Push coop transitions into functions, closer...
2017-02-14 mathieubourgeoisFix when() clause cutting stack traces when filtering...
2017-02-13 Vincent Povirk[tests] Fix out of tree build. (#4372)
2017-02-13 Zoltan Varga[jit] Disable llvm for overly complex methods, to avoid...
2017-02-13 Zoltan Varga[ssa] Fix an assertion if the buffer used to keep renam...
next