Add System.Diagnostics.Switch/etc. to the MOBILE profile.
[mono.git] / mono /
2013-04-29 Rodrigo Kumpera[verifier] Add regression test for the case where the...
2013-04-29 Rodrigo Kumpera[verifier]Handle variance correcty when checking delega...
2013-04-27 Rodrigo Kumpera[verifier] Add regression test for stack merge of boxed...
2013-04-27 Rodrigo Kumpera[verifier] Properly merge stacks when both ends have...
2013-04-27 Rodrigo Kumpera[verifier]Add test case for #11263.
2013-04-27 Rodrigo Kumpera[verifier]A type constraint must be visible to the...
2013-04-27 Rodrigo Kumpera[verifier]Fill in the assembly name so checks for Inter...
2013-04-27 Rodrigo KumperaAdd mono_class_can_access_class so the verifier can...
2013-04-27 Zoltan VargaIgnore requests to set breakpoints at il offsets belong...
2013-04-27 Zoltan VargaFix a warning.
2013-04-26 Rodrigo KumperaRevert "The build bots run on Snow Leopard that doesn...
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-25 Zoltan VargaAvoid creating any new threadpool threads while the...
2013-04-25 Rodrigo KumperaWhen attaching a foreigh thread, make sure we initializ...
2013-04-25 Mark Probst[profiler] Fix sampling timestamp output.
2013-04-25 Neale FergusonCorrect call parameter processing for GENERICINST types
2013-04-25 Neale FergusonAdd lazy rgctx support to s390x
2013-04-25 Rodrigo KumperaDocument the new function and fix a typo on other.
2013-04-25 Rodrigo KumperaAdd MonoThreadInfo::runtime_thread so we can know if...
2013-04-25 Rodrigo KumperaOn windows, Register/unregister runtime-managed threads...
2013-04-25 Rodrigo KumperaUnregister runtime-managed threads before OS cleanup...
2013-04-25 Rodrigo KumperaDon't emit thread event twice when explicitly detaching...
2013-04-24 Zoltan VargaFix gsharedvt support for gsharedvt methods on shared...
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-23 Rodrigo KumperaAnother try in fixing the windows build.
2013-04-23 Rodrigo Kumpera[sgen] Fix bridge interop missing some xrefs due to...
2013-04-23 Zoltan VargaClean the domain tls var on all code paths in thread_cl...
2013-04-23 Rodrigo KumperaFix windows build.
2013-04-22 Rodrigo KumperaThe build bots run on Snow Leopard that doesn't have...
2013-04-22 Rodrigo KumperaIntroduce a new kind of mutex, the suspension safe...
2013-04-22 Rodrigo KumperaRemove some dead defines from mono-mutex.h
2013-04-22 Rodrigo KumperaRemove static initializers as they are not portable...
2013-04-22 Rodrigo KumperaRemove the now unused mono_mutexattr family of functions.
2013-04-22 Rodrigo KumperaCleanup the interface of mono_mutex_init.
2013-04-22 Rodrigo KumperaRemove support for for pthread implementations that...
2013-04-22 Rodrigo KumperaMove mono-mutex.c from io-layer to utils. Killing the...
2013-04-22 Zoltan VargaRevert "Fix the win64 build."
2013-04-22 Alex Rønne PetersenSupport a MONO_ARCH_HAVE_TLS_INIT variable.
2013-04-22 Zoltan VargaRemove obsolete 32 bit s390 backend.
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-21 Zoltan VargaAdd a freelist around the code chunk allocator to avoid...
2013-04-19 Zoltan VargaFix the map of bool and char in runtime invoke signatur...
2013-04-19 Zoltan VargaFix previous commit.
2013-04-19 Zoltan VargaFix a warning.
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 Zoltan VargaAvoid sharing signed/unsigned types in runtime invoke...
2013-04-18 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-18 Alex Rønne PetersenMerge pull request #614 from directhex/master
2013-04-18 Jo ShieldsRemove duplicated definition of mini_gc_enable_gc_maps_...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-15 Zoltan VargaFix the win64 build.
2013-04-13 Zoltan VargaClear the domain on thread exit after the profile threa...
2013-04-09 Zoltan VargaMove some boehm specific code in gc.c to boehm-gc.c.
2013-04-09 Zoltan VargaDon't abort the process using g_abort () when a breakpo...
2013-04-09 Zoltan VargaClear the domain TLS variable earlier in start_wrapper_...
2013-04-09 Zoltan VargaDon't leave the thread suspended in mono_threads_core_s...
2013-04-09 Zoltan VargaFix alignment of unbox trampolines when using LLVM...
2013-04-09 Alex Rønne PetersenSupport disabling of the security subsystem (CAS/CoreCLR).
2013-04-09 Zoltan VargaHopefully fix the windows build.
2013-04-08 Rodrigo KumperaFix llvm loading when calling through a symlink.
2013-04-08 Rodrigo KumperaGuard against another possible crash that has been...
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-08 Andres G. Aragoneses[io-layer] add URLs for some ximian bug numbers in...
2013-04-07 Elijah TaylorNaCl ARM work, first pass
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-06 Zoltan VargaImplement the calculation of stack bounds on windows...
2013-04-06 Zoltan VargaFix the windows build.
2013-04-03 Mark ProbstMerge remote-tracking branch 'origin/fix-los-cardtable...
2013-04-03 Mark Probst[sgen] Use unified cardtable-update code in M&S, too.
2013-04-03 Mark Probst[sgen] Fix 64-bit bug occurring when LOS object crosses...
2013-04-02 Alex Rønne PetersenFix another cast warning in sgen-debug.c.
2013-04-02 Alex Rønne Petersen`#ifndef` some variables out to silence warnings in...
2013-04-02 Alex Rønne PetersenRemove an unneeded inner `#ifndef DISABLE_COM`.
2013-04-02 Alex Rønne PetersenOnly define get_local_interface_id () on Apple platforms.
2013-04-02 Alex Rønne PetersenExplicitly ignore some return values with a G_GNUC_UNUS...
2013-04-02 Alex Rønne PetersenFix the tramp_names table when remoting is disabled.
2013-04-02 Alex Rønne PetersenSilence a couple of unused variable warnings with G_GNU...
2013-04-02 Alex Rønne PetersenFix some warnings caused by casts.
2013-04-02 Alex Rønne PetersenUnbreak the build when Boehm is enabled and remoting...
2013-04-02 Mark ProbstMerge remote-tracking branch 'origin/fix-concurrent...
2013-04-02 Mark Probst[sgen] Fix binary protocol concurrent crashes.
2013-04-02 Mark Probst[sgen] Mark major->major references in unmanaged wbarri...
2013-04-02 Mark Probst[sgen] Update mod-union with regular, not shadow cardtable.
2013-04-02 Mark Probst[sgen] Mod-union consistency check MONO_GC_DEBUG option.
2013-04-02 Mark Probst[sgen] Binary protocol entry for user-forced GCs.
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-31 Zoltan VargaDon't disable sharing for open generic async methods...
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-28 Zoltan VargaRemove some debug printfs.
2013-03-28 Zoltan VargaFix the build.
2013-03-28 Zoltan VargaFix the build.
2013-03-28 Zoltan VargaMove atomic.h/atomic.h to utils/.
2013-03-28 Zoltan VargaAdd implementations of atomic functions using gcc atomi...
2013-03-27 KISHIMOTO, Makotomodify for VPATH builds
2013-03-27 Zoltan VargaFix sdb asserts when seq-points are not found for a...
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Zoltan VargaExport a few more symbols for LLVM.
next