mono.git
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 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...
2013-02-28 Rodrigo KumperaDisable most remoting code under DISABLE_REMOTING.
2013-02-28 Rodrigo KumperaHide marshalbyref and contextbound properties under...
2013-02-28 Rodrigo KumperaAdd configure option to disable remoting.
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 Atsushi Eno[mkbundle] add explicit --style option to specify outpu...
2013-02-28 Marek SafarRemove ArrayList dependency
2013-02-28 Marek SafarUse generic comparer
2013-02-28 Marek SafarUse faster versions of string comparers
2013-02-28 Marek SafarRemove culture info from simple string concatenation...
2013-02-28 Marek SafarRemove static constructor from HashSet
2013-02-28 Zoltan VargaAdd static rgctx trampolines in calls from gshared...
2013-02-28 Rodrigo KumperaIgnore activationAttributes and never try to create...
2013-02-28 Marek SafarDon't build windows code paths on mobile profiles
2013-02-28 Marek SafarFix compiler warnings
2013-02-28 Marek SafarDon't add Array::BinarySearch dependency for unreachabl...
2013-02-28 Marek SafarUse faster running on windows check
2013-02-28 Marek SafarMerge pull request #576 from UCIS/patch-1
2013-02-28 Ivo SmitsUpdate mcs/class/corlib/System/OperatingSystem.cs
2013-02-28 Sebastien PouliotRefactor to make it possible for the linker to remove...
2013-02-28 Sebastien PouliotFix typo in test name (confusing)
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 Marek SafarAdd missing file
2013-02-27 Rolf Bjarne... Change g_log (and friends) to print to stderr. Fixes...
2013-02-27 Marek SafarReplace some hashtables with dictionaries
2013-02-27 Marek SafarFix Type and Module name filters to match
2013-02-27 Marek SafarShare more common code
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] Fix build of sgen-grep-binprot.
2013-02-27 Mark Probst[sgen] Binary protocol entries for scanning objects...
2013-02-27 Zoltan VargaFix the build.
2013-02-27 Zoltan VargaFix the calculation of TARGET_IOS/OSX in configure...
2013-02-27 Marek SafarFix space in makefile
2013-02-27 Atsushi Enofix collation/normalization resource builder up to...
2013-02-27 Marek SafarFixes make dist
2013-02-27 Marek SafarUpdate for mobile profile
2013-02-27 Atsushi EnoFix monodroid build.
2013-02-27 Atsushi EnoFix possible NRE caused by null XmlResolver settings.
2013-02-27 Marek SafarRevert wrong ikvm update from 10ebeb32e1f7506557c370904...
2013-02-27 Alan McGovernGetDisplayName should either be internal or public
2013-02-27 Alan McGovernReally make GetDisplayName public in MOBILE only
2013-02-26 Duncan MakRevert "Bump version to 3.0.7."
2013-02-26 Duncan MakBump version to 3.0.7.
2013-02-26 Duncan MakMake GetDisplayName public in MOBILE only.
2013-02-26 Duncan MakRemove trailing whitespace.
2013-02-26 Rodrigo KumperaFix the hppa removal.
2013-02-26 Marek SafarFix failing tests
2013-02-26 Marek SafarUpdate ikvm
2013-02-26 Zoltan VargaAllow 'ios' as the os part of the target triple on...
2013-02-26 Marek SafarBuild all resource test types
2013-02-26 Zoltan VargaRemove the unmaintained and incomplete hppa backend.
2013-02-26 Marek SafarFix ambiguous type in test
2013-02-26 Marek SafarFix make dist
2013-02-26 Zoltan VargaRevert "Add beginnings of support for calling JIT icall...
2013-02-26 Duncan MakBump version to 3.0.6
2013-02-26 Marek SafarMobile tests update
2013-02-26 Marek SafarMerge tests from mobile branch
2013-02-26 Marek SafarDon't add compiler generated assembly attributes to...
next