[linker] Mark declaring types of nested types resolved from xml descriptors. Fixes...
[mono.git] / mono /
2016-08-23 Alexander KöplingerMerge pull request #3430 from akoeplinger/simplify...
2016-08-23 Alexander KöplingerMerge pull request #3431 from mhutch/fix-targetframewor...
2016-08-23 Niklas TherningMerge pull request #3435 from ntherning/fix-DirectoryIn...
2016-08-23 Alexander Köplinger[mini] Replace emitnunit.pl with simpler Makefile-based...
2016-08-23 Zoltan Varga[jit] Avoid strengh reducing divisions when using llvm...
2016-08-23 Niklas TherningMerge pull request #3426 from ntherning/fix-handle...
2016-08-23 Niklas TherningMerge pull request #3433 from ntherning/fix-DoubleTest...
2016-08-23 Niklas TherningFixes a handle leak in DirectoryInfo.EnumerateFileSyste...
2016-08-23 Marek SafarMerge pull request #3103 from marek-safar/rs-Threading
2016-08-23 Alexander KöplingerMerge pull request #3429 from akoeplinger/fix-signature...
2016-08-22 Alexander KöplingerMerge pull request #3381 from krytarowski/netbsd-support-20
2016-08-22 Marek Safar[corlib] EventWaitHandle from referencesource
2016-08-22 Vlad Brezae[arm64] Bump instruction sizes for atomic ops to match...
2016-08-22 Aleksey Kliger[s390x] Fix compilation of sre-save.c
2016-08-22 Aleksey Kliger ... [sre] Fix s390x build (#3427)
2016-08-22 Alexander KöplingerMerge pull request #3428 from ntherning/fix-missing...
2016-08-22 Kamil RytarowskiFix NetBSD build in proclib.c (#3378)
2016-08-20 Zoltan Varga[runtime] Use a coop semaphore instead of an io layer...
2016-08-20 Johan LorenssonVisual Studio project updates and enhancements to suppo...
2016-08-19 Aleksey Kliger ... Merge pull request #3413 from lambdageek/reflection...
2016-08-19 Aleksey Kliger[sre] Separate SRE MonoDynamicImage encoding and SRE...
2016-08-19 Jonathan ChambersAllocate handle stack for Boehm GC (#3421)
2016-08-19 Niklas TherningMerge pull request #3419 from ntherning/fix-MonoTests...
2016-08-19 Ludovic HenryMerge pull request #3416 from ludovic-henry/iolayer...
2016-08-19 Vlad BrezaeMerge pull request #3418 from BrzVlad/fix-arm64-finaliz...
2016-08-19 Vlad Brezae[arm64] Add sequential memory constraint to swap, cas...
2016-08-18 Aleksey Kliger[sre] Split out MonoDynamicImage and MonoDynamicStream...
2016-08-18 Ludovic Henry[io-layer] Remove unused WaitForInputIdle
2016-08-18 Ludovic Henry[io-layer] Remove unused WaitForMultipleObjects
2016-08-18 Ludovic Henry[io-layer] Replace use of WaitForSingleObject by WaitFo...
2016-08-18 Ludovic Henry[io-layer] Extract WaitForSingleObjectEx, WaitForMultip...
2016-08-18 Ludovic HenryMerge pull request #3415 from ludovic-henry/net_2_1...
2016-08-18 Vlad Brezae[arm64] Add full memory sequencing to atomic loads...
2016-08-18 Vlad Brezae[arm64] Add full memory sequencing to atomic stores...
2016-08-18 Niklas TherningMerge pull request #3412 from ntherning/fix-stack-align...
2016-08-18 Aleksey Kliger[reflection] Rename files; adjust comments.
2016-08-18 Niklas TherningFixes stack alignment issue in handler_block_trampoline...
2016-08-18 Vlad BrezaeMerge pull request #3401 from BrzVlad/fix-managed-alloc2
2016-08-18 Niklas TherningMerge pull request #3410 from lateralusX/jlorenss/vs201...
2016-08-17 Aleksey Kliger[reflection] Divide reflection.c into multiple files...
2016-08-17 Vlad Brezae[aot] Fallback to slowpath managed alloc if we fail...
2016-08-17 Vlad Brezae[sgen] Unify tls access across with/without HAVE_KW_THR...
2016-08-17 Vlad Brezae[aot] Don't aot methods that use tls on HAVE_KW_THREAD...
2016-08-17 Aleksey Kliger ... [runtime] Fix unhandled exception fatal error message...
2016-08-17 Alexander Köplinger[tests] Move constant-division.cs to the BASE_TEST_MOBI...
2016-08-17 Craig McQueenmono_os_cond_timedwait: fix function name in g_error...
2016-08-16 Zoltan VargaFix the full-aot build.
2016-08-16 Niklas TherningMerge pull request #3403 from ntherning/fix-handler...
2016-08-16 Niklas TherningFixes illegal CALL emitted in handler_block_trampoline...
2016-08-15 Zoltan Varga[runtime] Cleanup naming of SRE icalls. NFC. (#3402)
2016-08-15 Aleksey Kliger ... [reflection] Don't crash when building dynamic custom...
2016-08-15 Zoltan Varga[runtime] Fix warnings.
2016-08-15 Niklas TherningMerge pull request #3396 from ntherning/fix-async-exc...
2016-08-15 Henric MüllerFix empty hostname in GetHostByName on windows (#3397)
2016-08-12 Marek SafarMerge pull request #3398 from henricm/fix-for-test...
2016-08-12 Vlad Brezae[jit] Add missing special case for div with mul optimiz...
2016-08-12 Niklas TherningFix the failure of the async-exc-compilation.exe test...
2016-08-12 Marek SafarMerge pull request #3394 from mono/netstandard
2016-08-11 Vlad BrezaeMerge pull request #2332 from BrzVlad/feature-div-with-mul
2016-08-11 Vlad Brezae[jit] Enable division by constant optimization on 32 bit
2016-08-11 Vlad Brezae[arm] Implement OP_BIGMUL
2016-08-11 Vlad Brezae[tests] Add random immediate division test
2016-08-11 Vlad Brezae[jit] Register counter for number of optimized divisions
2016-08-11 Vlad Brezae[jit] Optimize signed division by constant
2016-08-11 Vlad Brezae[jit] Optimize unsigned division by constant
2016-08-11 Aleksey Kliger ... Merge pull request #3389 from lambdageek/bug-43099
2016-08-11 Niklas TherningMerge pull request #3388 from ntherning/fix-thread...
2016-08-10 Alexander KyteMerge pull request #3390 from alexanderkyte/fix_nunitli...
2016-08-10 Aleksey Kliger[coop] Fix MONO_HANDLE_PAYLOAD_OFFSET() for cross-compi...
2016-08-10 Alexander KyteMerge pull request #2780 from alexanderkyte/seq_point_o...
2016-08-10 Aleksey Kliger[marshal] Ensure uses_handles is initialized.
2016-08-10 Aleksey Kliger[coop] Temporarily restore MonoThreadInfo when TLS...
2016-08-10 Niklas TherningMerge pull request #3213 from henricm/fix-for-win-secur...
2016-08-10 Niklas TherningFix getting/setting thread priority on Windows
2016-08-09 monojenkinsMerge pull request #3387 from xmcclure/test-suite-bump
2016-08-09 Alexander Köplinger[mono] Use -size 0 instead of -empty as find argument
2016-08-09 Alexander Köplinger[mini] Fix mktemp argument in test_op_il_seq_point.sh
2016-08-09 Zoltan Varga[runtime] Use a coop semaphore instead of the io-layer...
2016-08-09 Marek SafarMerge pull request #3373 from marek-safar/net-4.6.2
2016-08-09 Henric MüllerMoving BSTR conv to native code in SecureStringToBSTR.
2016-08-09 Marcos HenrichMerge pull request #3353 from esdrubal/st-format
2016-08-08 Kamil RytarowskiFix the definition of legacy_closer(), detected on...
2016-08-08 Kamil RytarowskiResurrect NetBSD support in mono-perfcounters.c
2016-08-08 Kamil RytarowskiIntroduce mono-threads-netbsd.c (#3374)
2016-08-08 Aleksey Kliger ... Merge pull request #3349 from lambdageek/handle-icalls...
2016-08-08 Aleksey Kliger[marshal] Assert if adding handles to an out or inout...
2016-08-08 Aleksey Kliger[marshal] Load payload from return handle
2016-08-08 Aleksey Kliger[marshal] If an icall is getting handles and MonoError...
2016-08-08 Aleksey Kliger[marshal] Wrap icall managed obj input arguments with...
2016-08-08 Aleksey Kliger[runtime] Modify Zoltan's prototype to query icall...
2016-08-08 Aleksey Kliger[runtime] Add HANDLES() macro to icall-def.h
2016-08-08 Zoltan VargaPass a MonoError argument to icalls.
2016-08-08 João MatosMerge pull request #3372 from ntherning/fix-g_win32_get...
2016-08-08 Alexander KöplingerMerge pull request #2903 from krytarowski/netbsd-support-4
2016-08-07 Zoltan VargaFix the loaded llvm build.
2016-08-07 Ludovic HenryMerge pull request #3370 from ludovic-henry/fix-finaliz...
2016-08-07 Ludovic Henry[gc] Fix crash when doing WaitForPendingFinalizers
2016-08-07 Vincent Povirk[x86] Only pinvoke methods are stdcall. (#3354)
2016-08-06 Zoltan Varga[runtime] Fix the loaded llvm build.
2016-08-06 Marek SafarMerge pull request #3356 from marek-safar/cecil-update
next