[xbuild] Replace string.ToLower() comparison with OrdinalIgnoreCase comparison
[mono.git] / mono /
2013-03-07 Zoltan VargaImplement Volatile.Read/Write<T> and Interlocked.Memory...
2013-03-07 Zoltan VargaClean up the code which handles prepending _ to global...
2013-03-06 Mark Probst[sgen] Just warn, don't abort, on invalid MONO_GC_PARAM...
2013-03-06 Mark Probst[sgen] Allow empty parameters in MONO_GC_PARAMS and...
2013-03-06 Zoltan VargaFix some ARM assembly in MONO_CONTEXT_GET_CURRENT ().
2013-03-06 Zoltan VargaMake the JIT icall wrappers for opcode emulation jit...
2013-03-06 Zoltan VargaModify the way calls to icalls are made from the icall...
2013-03-06 Zoltan VargaFix AOT on osx+amd64.
2013-03-06 Mark ProbstMerge pull request #593 from Cynede/master
2013-03-06 Heatheruse floor division // instead of / because in python...
2013-03-06 Heatherpython 3 compatibility in gen-descriptor-tests.py
2013-03-05 Mark Probst[sgen] Unify non-concurrent and concurrent M&S.
2013-03-05 Mark Probst[tests] Init Random with defined value in GC descriptor...
2013-03-05 Zoltan VargaChange the linkage of the type_info symbols generated...
2013-03-05 Marek SafarFixes build
2013-03-05 Marek SafarFix wrong usage of ConstructoInfo::Invoke
2013-03-05 Martin BauligAdd to EXTRA_DIST.
2013-03-04 Duncan MakAdd gc-descriptors to SUBDIRS.
2013-03-04 Rodrigo KumperaFix cominterop.
2013-03-04 Rodrigo KumperaFix marshal.c DISABLE_JIT on device.
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Martin BauligRuntime assembly mapping for PCL.
2013-03-04 Zoltan VargaDist the Makefile.am.in files. Fixes #10874.
2013-03-04 Mark Probst[sgen] Disable parallel M&S in combination with split...
2013-03-04 Mark ProbstMerge branch 'feature-descriptor-tests'
2013-03-04 Mark Probst[tests] Test valuetype GC descriptors, too.
2013-03-04 Mark Probst[tests] Optional big-switch version of GC descriptor...
2013-03-04 Mark Probst[tests] Test for GC descriptors - first draft.
2013-03-04 Mark ProbstMerge pull request #586 from awinters-fvs/awinters...
2013-03-04 Rodrigo KumperaMerge pull request #589 from qhalid/master
2013-03-04 Chris BallPrevent path fallback for mono-sgen and pedump
2013-03-04 Miguel de IcazaMerge pull request #585 from mk8/master
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-04 Marek SafarRemove unused icall
2013-03-02 Alex Rønne Petersenmetadata/gc.c: Fix a warning when casting MonoInternalT...
2013-03-02 awinters-fvsSubtract sizeof LOSObject instead of LOSObject*
2013-03-02 Zoltan VargaFix the generation of stelemref wrappers in full-aot...
2013-03-01 Zoltan VargaAdd an IsInitialized property to TypeMirror which retur...
2013-03-01 Zoltan VargaFix the lookup of some ctors in exception.c. Fixes...
2013-03-01 Zoltan VargaRemove the unmaintained and incomplete alpha backend.
2013-03-01 Rodrigo KumperaFix cross compilation under DISABLE_REMOTING
2013-03-01 Rodrigo KumperaBring back ActivationServices::AllocateUninitializedCla...
2013-03-01 Rodrigo KumperaFix again object::GetType ()
2013-03-01 Rodrigo KumperaRevert "Fix object::GetType when remoting is enabled."
2013-03-01 Rodrigo KumperaFix object::GetType when remoting is enabled.
2013-03-01 Marek SafarMerge pull request #581 from TalAloni/master
2013-03-01 Marek SafarMerge pull request #579 from LogosBible/bug10788
2013-03-01 Zoltan VargaImplement a fast version of mono_get_lmf_addr () on...
2013-03-01 Zoltan VargaAdd some support for calling JIT icalls directly in...
2013-02-28 Zoltan VargaFix the handling of unresolved pinvoke methods in full...
2013-02-28 Zoltan VargaAvoid the str pc,[r0]! instruction in MONO_CONTEXT_GET_...
2013-02-28 Martin BauligReally fix the build :-)
2013-02-28 Zoltan VargaFix the build.
2013-02-28 Zoltan VargaFix MONO_CONTEXT_GET_CURRENT () clobbering a register...
2013-02-28 Duncan MakTry to fix the build.
2013-02-28 Zoltan VargaEmit an explicit null check for some calls made out...
2013-02-28 Rodrigo KumperaMerge branch 'mono-disable-remoting'
2013-02-28 Zoltan VargaRemove an unused argument from mini_add_method_trampoli...
2013-02-28 Rodrigo KumperaThe runtime no longer need the remoting types under...
2013-02-28 Rodrigo KumperaRework castclass and isinst OPs to ignore transparent...
2013-02-28 Rodrigo KumperaDisable most remoting code under DISABLE_REMOTING.
2013-02-28 Rodrigo KumperaHide marshalbyref and contextbound properties under...
2013-02-28 Zoltan VargaFix gsharedvt delegate invokes from gsharedvt code.
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-28 Zoltan VargaAdd static rgctx trampolines in calls from gshared...
2013-02-27 Mark Probst[sgen] Remove SCAN_OBJECT_ACTION - dead code.
2013-02-27 Mark ProbstMerge branch 'feature-remove-ssb'
2013-02-27 Mark Probst[sgen] Remove unnecessary entries from remembered set...
2013-02-27 Mark Probst[sgen] Remove SSB write barrier.
2013-02-27 Mark Probst[tests] Make finalizer-wait.cs less prone to pinning.
2013-02-27 Mark Probst[sgen] Cementing bugfix for concurrent M&S.
2013-02-27 Mark Probst[sgen] Fix names of descriptor types in describe_ptr().
2013-02-27 Mark Probst[sgen] Binary protocol entries for scanning objects...
2013-02-26 Rodrigo KumperaFix the hppa removal.
2013-02-26 Zoltan VargaAllow 'ios' as the os part of the target triple on...
2013-02-26 Zoltan VargaRemove the unmaintained and incomplete hppa backend.
2013-02-26 Zoltan VargaRevert "Add beginnings of support for calling JIT icall...
2013-02-26 Mark Probst[sgen] Fix small bitmap descriptor bug with large objects.
2013-02-25 Zoltan VargaFix the DISABLE_JIT build.
2013-02-25 Zoltan VargaFix the DISABLE_JIT build.
2013-02-25 Zoltan VargaAdd beginnings of support for calling JIT icalls direct...
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-25 Nikolay IgottiMoved all jumptables code to mini/ directory.
2013-02-24 Miguel de IcazaMerge pull request #573 from mrieker/master
2013-02-23 Zoltan VargaStore the domain where an exception event happened...
2013-02-23 mrieker@nii.nettasklets.c: update used stack size
2013-02-23 Zoltan VargaFix a regression introduced by the gsharedvt changes...
2013-02-23 Mark ProbstMerge branch 'feature-concurrent-evacuation'
2013-02-23 Mark Probst[gc] Mono.Runtime method for enabling/disabling synchro...
2013-02-23 Mark Probst[sgen] Do non-concurrent GC to evacuate when the need...
2013-02-23 Mark Probst[sgen] Evacuation for concurrent mark (during forced...
2013-02-23 Mark Probst[sgen] Make synchronous collections with marksweep...
2013-02-23 Mark Probst[sgen] Remove concurrent_cementing argument to sgen_add...
2013-02-23 Mark Probst[sgen] Remove redundant argument to sgen_cement_lookup_...
2013-02-23 Mark Probst[sgen] Fix a misplaced #ifdef.
2013-02-23 Mark Probst[sgen] Remove obsolete argument to clear_unreachable_ep...
2013-02-22 Rodrigo KumperaDisable the native method-builder under DISABLE_JIT.
2013-02-22 Rodrigo KumperaRemove 3 types from mono_defaults that were no longer...
2013-02-22 Sebastien PouliotOn OSX and iOS use CommonCrypto/Digest for the runtime...
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
next