mono.git
2014-11-30 Zoltan VargaMerge remote-tracking branch 'mfoliveira/ppc64el-v2'
2014-11-30 Zoltan Varga[runtime] Remove some unused metadata includes from...
2014-11-28 Marek SafarFixes build
2014-11-28 Marek Safar[mcs] new test
2014-11-28 Marek Safar[mcs] Less cascading errors
2014-11-28 Marek Safar[mcs] Extend tie-breaking rules in overload resolution...
2014-11-28 João Matos[build] Added support for ARM64 Android cross-compilation.
2014-11-28 Alex Rønne... Merge pull request #1401 from fquiroz01/patch-1
2014-11-28 Zoltan Varga[runtime] Fix a copyright date.
2014-11-28 Marek Safar[mcs] Check delegate return type conversion during...
2014-11-28 Marek Safar[mcs] Tweak naming of nested types. Fixes #24172
2014-11-28 Zoltan Varga[runtime] Add a remoting.h file and move the remoting...
2014-11-28 Zoltan Varga[runtime] Fix the build.
2014-11-28 Zoltan Varga[runtime] Fix the DISABLE_REMOTING build.
2014-11-28 Zoltan Varga[runtime] Extract the remoting code from marshal.c...
2014-11-28 Zoltan Varga[runtime] Remove more unused debug code.
2014-11-28 Zoltan Varga[runtime] Simplify mono-debug.c since we no longer...
2014-11-28 Zoltan Varga[runtime] Remove an obsolete comment.
2014-11-28 Zoltan Varga[runtime] Change the default runtime version to 4.5.
2014-11-27 Alex Rønne... Merge pull request #1431 from esdrubal/enummap
2014-11-27 Zoltan VargaMake the various '2' (al2/resgen2 etc.) scripts target...
2014-11-27 Zoltan VargaFix the build.
2014-11-27 Marcos HenrichFixed how EnumMap serializes flag values. Fixes #21072.
2014-11-27 Marcos HenrichTest DataContractSerializer with flags enum. Covers...
2014-11-27 Zoltan VargaMake gmcs/dmcs the same as mcs.
2014-11-27 Marek Safar[mcs] Update import of private struct fields for flow...
2014-11-27 Marek SafarMerge pull request #1432 from akoeplinger/parallel-fix
2014-11-27 Alexander Köplinger[corlib] Fix Parallel.ForEach overload that hardcoded...
2014-11-27 Jo ShieldsFix EXTRA_DIST of file in deleted regex folder
2014-11-27 Alexander Köplinger[MWF] Fix bug in DataGridViewRowCollection Clear()...
2014-11-27 Marek Safar[system.net.http] Update range checks for invalid chara...
2014-11-27 Jo ShieldsFix "make dist" error caused by renamed sgen-marksweep...
2014-11-27 Alexander KöplingerFix build (SHARED_EXT was renamed to MONO_SOLIB_EXT...
2014-11-27 Marek Safar[system.net.http] Escape more RFC5987 characters. Fixes...
2014-11-27 Miguel de IcazaMerge pull request #1430 from akoeplinger/readme
2014-11-27 Alex Rønne... Merge pull request #1319 from directhex/systemwide...
2014-11-27 Alexander KöplingerImprove README.md and focus on relevant content
2014-11-26 Alex Rønne... Merge pull request #1407 from chrisvire/bug-24587
2014-11-26 Alex Rønne... Merge pull request #1424 from akoeplinger/remove-enable...
2014-11-26 Marek Safar[mcs] Remove declaration expression named argument...
2014-11-26 Mark Probst[sgen] Fix concurrent M&S.
2014-11-26 Sebastien PouliotBump referencesource to fix mobile profile compilation...
2014-11-26 Sebastien PouliotFix mobile build wrt System.Core changes
2014-11-26 Miguel de Icaza[System] Make it build with the MonoTouch profile
2014-11-26 Miguel de IcazaDrop dead notes/code
2014-11-26 Marek SafarFixes build
2014-11-26 Mark Probst[sgen] Use all 3 lower vtable bits on 32 bits.
2014-11-26 Mark Probst[sgen] Align vtable pointers to 8 bytes on 32 bits...
2014-11-26 Mark Probst[sgen] Mempool allocations should be 8 byte aligned...
2014-11-26 Mark Probst[sgen] Remove unused defines.
2014-11-26 Mark Probst[sgen] Document descriptor types in comment.
2014-11-26 Mark Probst[sgen] Symbolic constants for pointer-free descriptor...
2014-11-26 Mark Probst[sgen] Separate descriptor type enums.
2014-11-26 Mark Probst[sgen] Use a symbolic constant for the descriptor type...
2014-11-26 Mark Probst[sgen] Rename `LARGE_BITMAP` to `BITMAP`.
2014-11-26 Mark Probst[sgen] Use `guint64` for most counters, not `long long`.
2014-11-26 Mark Probst[sgen] Fix cementing tag bit on 32 bits.
2014-11-26 Mark Probst[sgen] Remove DESCRIPTOR_FAST_PATH option - don't use it.
2014-11-26 Mark Probst[sgen] Remove MARK_ON_ENQUEUE option - always use it...
2014-11-26 Mark Probst[sgen] Remove GRAY_QUEUE_HAVE_DESCRIPTORS option -...
2014-11-26 Mark Probst[sgen] Remove USE_PREFETCH_QUEUE option - don't use it.
2014-11-26 Mark Probst[sgen] Remove BLOCK_INFO_IN_HEADER option - always...
2014-11-26 Mark Probst[sgen] Use a smaller slot size scaling factor.
2014-11-26 Mark Probst[sgen] Make block size fastenable.
2014-11-26 Mark Probst[sgen] Fix card scanning with larger block sizes.
2014-11-26 Mark Probst[sgen] Experimental pre-fetch scan fast-path.
2014-11-26 Mark Probst[sgen] Fix build for mark-on-dequeue.
2014-11-26 Mark Probst[sgen] Nicer visualization of concurrent collector...
2014-11-26 Mark Probst[sgen] Separate binary protocol entries for concurrent...
2014-11-26 Mark Probst[sgen] Flush binary protocol buffers after unloading...
2014-11-26 Mark Probst[sgen] Fix build on C99.
2014-11-26 Mark Probst[sgen] Fix build with heavy statistics.
2014-11-26 Mark Probst[sgen] Rename sgen-major-scan-object.h to sgen-markswee...
2014-11-26 Mark Probst[sgen] Remove some dead code in sgen-major-scan-object.h.
2014-11-26 Mark Probst[sgen] Unify scanning code a bit.
2014-11-26 Mark Probst[sgen] Add/fix some assertions.
2014-11-26 Mark Probst[sgen] Add some missing binary protocol invocations.
2014-11-26 Mark Probst[sgen] New protocol entry for processing of individual...
2014-11-26 Mark Probst[sgen] In binary protocol grep, gray en-/dequeue must...
2014-11-26 Mark Probst[sgen] Remove binary protocol entry for null dequeue.
2014-11-26 Mark Probst[sgen] Fix build on highest debug level.
2014-11-26 Mark Probst[sgen] Handle copy object failure.
2014-11-26 Mark Probst[sgen] Increase debug level of assertions in inner...
2014-11-26 Mark Probst[sgen] Remove dead code.
2014-11-26 Mark Probst[sgen] Fix build with prefetch queue enabled.
2014-11-26 Mark Probst[sgen] Make new M&S parameters fastenable.
2014-11-26 Mark Probst[sgen] Support evacuation in the optimized mark/scan...
2014-11-26 Mark Probst[sgen] Move drain_gray_stack() to copy/mark header...
2014-11-26 Mark Probst[sgen] Remove old copy/mark function.
2014-11-26 Mark Probst[sgen] Move copy/mark function into separate header...
2014-11-26 Mark Probst[sgen] Support evacuation again.
2014-11-26 Mark Probst[sgen] Support split nursery again.
2014-11-26 Mark Probst[sgen] Unify the two small object mark cases again.
2014-11-26 Mark Probst[sgen] Use MS_MARK_OBJECT_AND_ENQUEUE where we expanded...
2014-11-26 Mark Probst[sgen] Always inline the optimized copy function.
2014-11-26 Mark Probst[sgen] Never fall back to the old copy function.
2014-11-26 Mark Probst[sgen] Use scanning macro in optimized loop.
2014-11-26 Mark Probst[sgen] New SMALL_PTRFREE descriptor type for faster...
2014-11-26 Mark Probst[sgen] Only enqueue objects with references.
2014-11-26 Mark Probst[sgen] Look at descriptor, not block, to see whether...
next