mono.git
2015-09-01 Rodrigo Kumpera[coop] Fix the state transition for a pending suspend...
2015-09-01 Rodrigo Kumpera[coop] Improve logging and add a pair of suspend relate...
2015-09-01 Rodrigo Kumpera[coop] Fix debug logging.
2015-09-01 Zoltan Varga[runtime] Remove the usage of the GC aware hash table...
2015-09-01 Mark Probst[sgen] Properly synchronize `allocated_blocks`.
2015-09-01 Neale FergusonFix IL_SEQPOINT processing; Add names to trampolines
2015-09-01 Alex Rønne... Merge pull request #2015 from alexrp/profiler-roots-v2
2015-09-01 Zoltan Varga[runtime] Throw an exception instead of asserting when...
2015-09-01 Zoltan Varga[bcl] Disable some tests which rely on fp behavior...
2015-09-01 Miguel de Icaza[Facades] Fix parallel builds for non-general profiles
2015-09-01 Zoltan Varga[ppdb] Fix support for Assembly.LoadFrom(). Fixes ...
2015-09-01 Jonathan PryorMerge pull request #2012 from joelmartinez/mdoc-memberr...
2015-09-01 Joel Martinez[mdoc] Fixes an issue with member and type deletion.
2015-09-01 Alex Rønne... Merge pull request #2019 from directhex/powerpc-fixes
2015-09-01 Miguel de Icaza[Facades] Use Zoltan's parallel build infrastructure
2015-09-01 Alex Rønne... [runtime] Add root type and human-readable description...
2015-09-01 Marcos HenrichReverted too long to run test.
2015-09-01 Ludovic Henry[threadpool-io] Reduce the value of poll_fds_size on...
2015-09-01 Lennart SorensenAdd move_f_to_i4 and move_i4_to_f to PowerPC
2015-09-01 Marek Safar[mcs] Remove not implemented from ambiguous static...
2015-09-01 Marek SafarMerge pull request #2016 from tpokorra/patch-1
2015-09-01 Timotheus Pokorrafixing typo appropiate in WebHeaderCollection.cs
2015-08-31 Zoltan VargaRevert "[llvm] Disable support for nested clauses again...
2015-08-31 Zoltan Varga[llvm] Disable support for nested clauses again, it...
2015-08-31 Ludovic Henry[threadpool-io] Remove sparse-array for poll backend
2015-08-31 Marek SafarRemove incorrect warnings
2015-08-31 Marek Safar[mcs] Don't report error for warnings which are not...
2015-08-31 Marek Safar[system] WebUtility from reference sources
2015-08-31 Marcos Henrich[runtime] Removed duplicated code
2015-08-30 Alex Rønne... [mcs] 'future' option is now 'experimental' - clarify...
2015-08-29 Marek SafarRevert "Merge pull request #2008 from dlech/CustomAttri...
2015-08-29 Marcos HenrichMerge pull request #1936 from esdrubal/DotNetRelativeOr...
2015-08-29 Marcos HenrichMerge pull request #2008 from dlech/CustomAttributeData
2015-08-29 Marcos HenrichUpdated list of available MONO_DEBUG options.
2015-08-29 David LechnerMake CustomAttributeData.AttributeType virtual
2015-08-29 Vlad BrezaeMerge pull request #2005 from BrzVlad/feature-concurren...
2015-08-29 Vlad Brezae[sgen] Add missing write barriers for the concurrent...
2015-08-29 Vlad Brezae[sgen] Major allocation should not happen while we...
2015-08-29 Vlad Brezae[sgen] Enable cementing for concurrent collector
2015-08-29 Vlad Brezae[sgen] Remove the finishing nursery collection within...
2015-08-29 Vlad Brezae[sgen] Clear nursery at gc if we are doing concurrent...
2015-08-29 Vlad Brezae[sgen] Fix scanning of invalid entries within arrays
2015-08-28 Zoltan VargaMerge pull request #2007 from madewokherd/imagelock
2015-08-28 Vincent PovirkFix an unlock without a corresponding lock.
2015-08-28 Zoltan Varga[runtime] Remove some dead code.
2015-08-28 Vlad Brezae[sgen] Flush after writing the protocol entry
2015-08-28 Marcos HenrichMerge pull request #2004 from esdrubal/singlestacktrace
2015-08-28 Marcos Henrich[corlib] Changes StackTrace.ToString to use Exception...
2015-08-28 Marcos HenrichTest mono-symbolicate with StackTrace.ToString.
2015-08-28 Martin BauligMerge pull request #2000 from BogdanovKirill/master
2015-08-28 Marek HabersackRemove stray ifdef
2015-08-28 Marcos HenrichMerge pull request #2003 from esdrubal/seq_test_fix2
2015-08-28 Marcos HenrichTarget test-local in mono-symbolicate Makefile.
2015-08-28 Marcos Henrich[runtime] Fix test_op_il_seq_point in amd64.
2015-08-28 Marcos Henrich[runtime] Added MONO_DEBUG=single-imm-size.
2015-08-28 Marek Safar[mcs] Bump ikvm to support up to 4GB output files
2015-08-27 Zoltan Varga[gsharedvt] Disable the box+brtrue optimization for...
2015-08-27 Jonathan Pryor[MonoPosixHelper] Fix compilation for Android.
2015-08-27 Zoltan VargaFix the build.
2015-08-27 Zoltan Varga[x86] Fix fullaot support.
2015-08-27 Rodrigo Kumpera[coop] Fix the public coop api.
2015-08-27 Rodrigo Kumpera[coop] Blacklist two more wrappers when generating...
2015-08-27 Rodrigo Kumpera[JIT] Prefer gdb over lldb on OSX as the later still...
2015-08-27 Jonathan PryorMerge pull request #1993 from steffen-kiess/posix-sockets-1
2015-08-27 Marcos HenrichMerge pull request #2002 from mono/revert-1991-seq_test_fix
2015-08-27 Marcos HenrichRevert "[runtime] Fix test_op_il_seq_point in amd64."
2015-08-27 Marcos HenrichMerge pull request #2001 from esdrubal/get_module_filename
2015-08-27 Marcos HenrichFixes get_module_filename.
2015-08-27 Marcos HenrichMerge pull request #1991 from esdrubal/seq_test_fix
2015-08-26 Rodrigo Kumpera[coop] Initial drop of the supporting public API.
2015-08-26 Rodrigo Kumpera[corlib] Fix the mobile test suite.
2015-08-26 triton[threadpool-io] Fixed the Windows backend to call the...
2015-08-26 Mark Probst[sgen] Don't access LOS object size directly because...
2015-08-26 Zoltan Varga[sdb] Disallow nested invokes.
2015-08-26 Alex Rønne... Merge pull request #1999 from rodrmoya/master
2015-08-26 Rodrigo MoyaFix format description for TYPE_CONTEXT
2015-08-26 Zoltan Varga[llvm] Implement support for GC_SAFE_POINT.
2015-08-26 Marcos Henrich[corlib] Fixes test not compiling with older NUnit.
2015-08-26 BogdanovKirill[WebConnectionStream] Fix connection loss for >2GB...
2015-08-25 Rodrigo KumperaMerge pull request #1998 from BillSeurer/master
2015-08-25 Bill SeurerFix coding error with ! operator in two places.
2015-08-25 Martin BauligMerge pull request #1992 from BogdanovKirill/ChunkedReading
2015-08-24 Zoltan VargaMerge pull request #1996 from BillSeurer/master
2015-08-24 Bill Seurer[ppc] Add MonoContext and asynch callback support
2015-08-24 Zoltan Varga[runtime] Remove the is_mb_open field from MonoMethod...
2015-08-24 Zoltan Varga[sdb] Remove the code which stopped single stepping...
2015-08-24 Ludovic Henry[threadpool-io] Remove unecessary operation change
2015-08-24 Ludovic Henry[threadpool-io] Add log tracing
2015-08-24 Ludovic Henry[threadpool-io] Rework backend API
2015-08-24 Ludovic Henry[threadpool-io] Move the states table to the selector...
2015-08-24 Ludovic Henry[threadpool-io] Disable AIO by default
2015-08-24 Rodrigo Kumpera[coop] Add some TODOs to the stress test suite.
2015-08-24 Steffen KießAdd socket-related functions and data structures to...
2015-08-24 Rodrigo KumperaMerge pull request #1989 from esdrubal/local_tz_from_link
2015-08-24 Marcos Henrich[runtime] Fix test_op_il_seq_point in amd64.
2015-08-24 Marcos Henrich[runtime] Added MONO_DEBUG=single-imm-size.
2015-08-22 Zoltan Varga[runtime] Fix native backtraces with lldb by closing...
2015-08-21 Zoltan VargaFix the build.
2015-08-21 Zoltan Varga[runtime] Implement support for dynamic methods in...
2015-08-21 Marek Safar[runtime] Remove eager exception stack construction...
next