mono.git
2016-12-20 Ludovic Henry[build] Fix warning (#4177)
2016-12-20 Bernhard Urban[coop] switch to GC unsafe state in SIGINT handler...
2016-12-20 Bernhard Urban[coop] switch to GC unsafe state in SIGFPE handler...
2016-12-20 Rodrigo KumperaMerge pull request #3981 from kumpera/fix_symbolificati...
2016-12-20 Marek Safar[System.Xml] Add support for msxsl format functions...
2016-12-20 Marek Safar[System.Xml] Enable more tests
2016-12-20 Neale FergusonImplement fast tls for s390x (#4161)
2016-12-20 Marek Safar[sn] Improve signing error message
2016-12-20 Marek Safar[System.ValueTuple] Don't emit debug symbols
2016-12-20 Niklas TherningMerge pull request #4178 from ntherning/fix-broken...
2016-12-20 Niklas TherningFix broken Windows build due to missing mini-exceptions...
2016-12-20 Marek Safar[Facades] Removes duplicate signing info
2016-12-19 Bernhard Urban[exception] remove dynamic loading of libunwind/libcork...
2016-12-19 Bernhard Urban[external] remove libunwind headers
2016-12-19 Zoltan Varga[arm] Fix llvm support for HFA arguments.
2016-12-19 Rodrigo Kumpera[mono-symbolificate] Add test for nested type arguments...
2016-12-19 Rodrigo Kumpera[mono-symbolificate] Add support for runtime generated...
2016-12-19 Zoltan Varga[bockbuild] Disable boehm on osx64.
2016-12-19 Rodrigo Kumpera[mini] Implement callback that gives metadata access...
2016-12-19 Rodrigo Kumpera[runtime] Include seqpoints, mvid and aotid on runtime...
2016-12-19 Rodrigo Kumpera[runtime] Extract mono_runtime_get_aotid from the icall...
2016-12-19 Rodrigo Kumpera[runtime] Use commas for array rank instead of a number...
2016-12-19 Marek Safar[Facades] Add missing reference
2016-12-19 Alexander Köplinger[Facades] Use the Open.snk key for the System.ValueTupl...
2016-12-19 Marek Safar[build] Add new profile
2016-12-19 Bernhard Urban[exception] print process map when crashing on Linux
2016-12-19 Bernhard Urban[unwinding] set DUMPABLE, so debuggerd can ptrace us
2016-12-19 Marek Safar[System.Core] SLE from CoreFX including interpreter
2016-12-19 Vlad BrezaeMerge pull request #4155 from BrzVlad/fix-tls-lmf-addr
2016-12-19 monojenkins[msvc] Update csproj files (#4163)
2016-12-18 Neale Ferguson.NET allows each finalizer thread up to 2 seconds to...
2016-12-18 Sergei Trofimovichconfigure.ac: import makedev() and friends from <sys...
2016-12-17 Ludovic Henry[test-runner] Try to dump threads on timeout with lldb...
2016-12-17 Ludovic Henry[mini] Inline only use of mono_runtime_syscall_fork
2016-12-17 Ludovic Henry[mini] Factor duplicates mono_gdb_render_native_backtraces
2016-12-17 Ludovic Henry[threadpool] Remove assertion on RequestWorkerThread...
2016-12-17 Ludovic Henry[threadpool] Use threadpool->threads instead of threadp...
2016-12-17 Zoltan Varga[jit] Enable tests for the Vector<T> intrinsics. (...
2016-12-17 Zoltan Varga[llvm] Fix the mapping of simd types to llvm types...
2016-12-17 Zoltan Varga[llvm] Add back support for OP_TLS_GET.
2016-12-16 Jon Purdy[runtime] Fix Mach ARM assert.
2016-12-16 Zoltan Varga[simd] Fix the exception thrown by Vector<T>.CopyTo...
2016-12-16 Vlad Brezae[runtime] Fix MONO_ARCH_ENABLE_MONO_LMF_VAR
2016-12-16 Zoltan Varga[aot] Bump AOT file format version due to changes to...
2016-12-16 Ludovic Henry[threads] Ensure thread is still alive when detaching it
2016-12-16 Vlad Brezae[runtime] Remove old unused defines/prototypes
2016-12-16 Marek Safar[build] Remove PEAPI from library profiles
2016-12-16 Marek Safar[build] Update list of aoted images in mcs mode
2016-12-16 Marek Safar[System.Numerics.Vectors] Update to the latest CoreFX...
2016-12-16 Marek Safar[System.Numerics.Vectors] Enable Vector on desktop...
2016-12-16 Marek SafarBump corefx
2016-12-16 Alexander Köplinger[corlib] Override virtual DSA.HashData() methods in...
2016-12-16 Zoltan VargaFix a warning.
2016-12-15 Alexander KöplingerRevert "[build] Update list of aoted images in mcs...
2016-12-15 monojenkins[msvc] Update csproj files (#4151)
2016-12-15 Marek Safar[build] Update list of aoted images in mcs mode
2016-12-15 Marek Safar[System.Core] Add CryptoServiceProviders to mobile
2016-12-15 Marek Safar[Facades] Move IncrementalHash to System.Security.Crypt...
2016-12-15 Marek Safar[corlib] Fixes warning
2016-12-15 Ludovic Henry[process] Fix process-unref-race.exe (#4144)
2016-12-15 Vlad Brezae[s390x] Fix build
2016-12-15 Bernhard Urban[aot] fix linker invocation for llvm mode on linux
2016-12-15 Marek Safar[tools] Add resx2sr internal tool
2016-12-15 Vlad BrezaeMerge pull request #4014 from BrzVlad/feature-tls-refactor
2016-12-15 Zoltan Varga[arm64] Mark MONO_CONTEXT_GET_CURRENT () as clobbering...
2016-12-14 Alexander KöplingerFix build break due to Cecil API change
2016-12-14 Ankit Jain[xbuild] Bump buildtools to get support for netstandard 1.6
2016-12-14 Sebastien Pouliot[system] Remove port number from TLS Server Name Identi...
2016-12-14 Alexander KöplingerBump cecil to get portable pdb fix
2016-12-14 Vlad Brezae[arm] Resurrect inlined fast tls
2016-12-14 Vlad Brezae[arm64] Resurrect inlined fast tls
2016-12-14 Vlad Brezae[x86] Resurrect inlined fast tls
2016-12-14 Vlad Brezae[runtime] Global debug option for using fallback tls
2016-12-14 Vlad Brezae[amd64] Resurrect inlined fast tls
2016-12-14 Vlad Brezae[runtime] Refactor and unify tls access
2016-12-14 Bernhard Urban[exception] do not wrap SIGILL into a managed exception
2016-12-14 Bernhard Urban[exception] rename mono_handle_native_sigsegv -> mono_h...
2016-12-14 Bernhard Urban[exception] pass signal as string already to mono_handl...
2016-12-14 Marek SafarMerge pull request #4139 from lambdageek/bug-49686
2016-12-14 Vlad BrezaeMerge pull request #4110 from BrzVlad/fix-sgen-win32
2016-12-14 Zoltan Varga[jit] Add a workaround to avoid a crash in mini_above_a...
2016-12-14 Ludovic Henry[process] Remove useless FIXME
2016-12-13 Zoltan Varga[arm64] Save the fp regs in MONO_CONTEXT_GET_CURRENT...
2016-12-13 Ludovic Henry[threadpool] Assert that we do not overflow ThreadPoolC...
2016-12-13 Ludovic Henry[threadpool] Fix `MonoTests.runtime.unload-appdomain...
2016-12-13 Aleksey Kliger[sre] Implement DynamicMethod.GetCustomAttributes(...
2016-12-13 Aleksey Kliger[test] Test for System.Linq.Expressions.MethodCallExpre...
2016-12-13 Vlad BrezaeRevert "[ci] Move mcs switch for Win32 builds into...
2016-12-13 Vlad Brezae[sgen] Don't suspend thread in wow64 transition
2016-12-13 Aleksey Kliger[test] Test for System.Reflection.Emit.DynamicMethod...
2016-12-13 Vlad Brezae[sgen] binary protocol on windows
2016-12-13 Vlad Brezae[runtime] Fix prototype of functions
2016-12-13 Zoltan VargaFix a warning.
2016-12-13 Zoltan Varga[amd64] Return from the altstack before handling native...
2016-12-13 Zoltan Varga[jit] Pass '-nx' to gdb when printing native backtraces...
2016-12-13 Alexander KöplingerRemove the debian-snapshot submodule
2016-12-13 monojenkins[msvc] Update csproj files (#4136)
2016-12-13 Bernhard UrbanRevert "Fix a warning."
2016-12-13 Zoltan VargaFix a warning.
2016-12-12 Ludovic Henry[threads] Destroy thread->suspended before removing...
next