mono.git
2013-03-06 Marek SafarUse more specific types
2013-03-06 Marek SafarOptimize Activator path used by new() constraint to...
2013-03-06 Marek SafarFix exception test text
2013-03-06 Marek SafarAdd test from Jb Evain to test biner with user method...
2013-03-06 Marek SafarActivator cannot be used to create default instances...
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 Duncan MakBump version number to 3.0.7.
2013-03-05 Zoltan VargaChange the linkage of the type_info symbols generated...
2013-03-05 Marek SafarDon't mark unused interface methods. Fixes #10866
2013-03-05 Marek SafarRemove redundant culture info from string concatenations
2013-03-05 Atsushi Eno[rx] Add missing AssemblyInfos.
2013-03-05 Atsushi EnoAdd Assembly version attributes to hopefully fix bug...
2013-03-05 Marek SafarUpdate binder primitive conversion to match .net
2013-03-05 Marek SafarTweaks to Enum::FormatName to make it faster/smaller
2013-03-05 Marek SafarType.FilterAttribute accepts int criteria only
2013-03-05 Jeremie Laval[monodoc] Make the help source test pass since the...
2013-03-05 Jeremie Laval[monodoc] Cache intermediary result for legacy Nodes...
2013-03-05 Jeremie Laval[monodoc] Change new API for Nodes to be IList for...
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 Marek SafarMake internal abstract methods virtual to fix MethodBas...
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 Martin BauligMisc PCL-related API fixes.
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 Daniel Lo NigroUse standard RFC1123 ("R") format specifier for Expires...
2013-03-04 Marek SafarAdd missing target checks to ConstructorInfo::Invoke
2013-03-04 Marek SafarUse Activator instead of InvokeMember with incomplete...
2013-03-04 Marek SafarRemove unused icall
2013-03-04 Marek SafarManually remove code which is disabled but compiler...
2013-03-03 Marek SafarUse local invoke method instead of doing double virtual...
2013-03-03 Marek SafarUse faster array cloning
2013-03-02 Marek SafarMaintain only single version of ordinal string comparers
2013-03-02 Marek SafarDon't clone internally used era values
2013-03-02 Marek SafarUse faster/smaller versions for some string comparisons
2013-03-02 Alex Rønne... metadata/gc.c: Fix a warning when casting MonoInternalT...
2013-03-02 Torello QuerciClient Socket close added
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 Rodrigo KumperaErase the type of more fields so we can link away a...
2013-03-01 Rodrigo KumperaMobile should not have the COM types set.
2013-03-01 Zoltan VargaFix the protocol version check in the TypeMirror.IsInit...
2013-03-01 Zoltan VargaAdd an IsInitialized property to TypeMirror which retur...
2013-03-01 Sebastien PouliotReduce XML processing time (GetAttribute was returning...
2013-03-01 Zoltan VargaFix the lookup of some ctors in exception.c. Fixes...
2013-03-01 Marek SafarClean up test encoding
2013-03-01 Marek SafarThrow exception instead of creating invalid object...
2013-03-01 Zoltan VargaRemove the unmaintained and incomplete alpha backend.
2013-03-01 Marek SafarBuild correct version of System.Net for non-mobile...
2013-03-01 Marek SafarDefault to expression contextual keywords for repl
2013-03-01 Rodrigo KumperaFix cross compilation under DISABLE_REMOTING
2013-03-01 Rodrigo KumperaDon't check for TransparentProxies on mobile as they...
2013-03-01 Rodrigo KumperaRemotingServices::IsTransparentProxy doesn't work on...
2013-03-01 Marek SafarDisable failing socket test
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 SafarFix ReadOnlyDictionary public api
2013-03-01 Marek SafarTests update for mobile profile
2013-03-01 Torello QuerciFix for bug 10233 about Socket.BeginSendFile
2013-03-01 Marek SafarMerge pull request #584 from LogosBible/bug10789-resubmit
2013-03-01 Martin PotterSystem.Text.Decoder throws ArgumentOutOfRangeException...
2013-03-01 Marek SafarMerge pull request #583 from TalAloni/master
2013-03-01 TalAloniMake x64 compilation work out of the box
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 TalAloniAdded tests to PathTest.cs
2013-03-01 Miguel de IcazaWhen serializing floats and doubles, use the InvariantC...
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-03-01 TalAloniUpdate Path.cs
2013-03-01 Martin PotterUTF8Decoder.GetChars(Byte[], Int32, Int32, Char[],...
2013-02-28 Zoltan VargaFix the handling of unresolved pinvoke methods in full...
2013-02-28 Martin BauligAdd System.Collections.ObjectModel.ReadOnlyDictionary.
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...
next