Maintain only single version of ordinal string comparers
[mono.git] / mcs /
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-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 Marek SafarClean up test encoding
2013-03-01 Marek SafarThrow exception instead of creating invalid object...
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 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 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 #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 TalAloniUpdate Path.cs
2013-03-01 Martin PotterUTF8Decoder.GetChars(Byte[], Int32, Int32, Char[],...
2013-02-28 Martin BauligAdd System.Collections.ObjectModel.ReadOnlyDictionary.
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 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 Marek SafarAdd missing file
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 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 Alan McGovernGetDisplayName should either be internal or public
2013-02-27 Alan McGovernReally make GetDisplayName public in MOBILE only
2013-02-26 Duncan MakMake GetDisplayName public in MOBILE only.
2013-02-26 Duncan MakRemove trailing whitespace.
2013-02-26 Marek SafarFix failing tests
2013-02-26 Marek SafarUpdate ikvm
2013-02-26 Marek SafarBuild all resource test types
2013-02-26 Marek SafarFix ambiguous type in test
2013-02-26 Marek SafarFix make dist
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...
2013-02-26 Marek SafarTest clean up
2013-02-26 Marek SafarFixes build
2013-02-26 Marek SafarFix mobile test
2013-02-26 Marek SafarFix more compiler warnings
2013-02-26 Marek SafarFix failing mobile tests
2013-02-25 Marek SafarFixes failing tests
2013-02-25 Marek SafarRemove another duplicate type
2013-02-25 Marek SafarFixes build
2013-02-25 Marek SafarBetter error message
2013-02-25 Marek SafarFix few warnings
2013-02-25 Marek SafarRemove duplicated files from system.dll (saves about...
2013-02-25 Marek SafarRemove unused variable
2013-02-25 Mark ProbstMake Mono.Runtime public on mobile. Make GetDisplayNam...
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-25 Marek SafarOptimize parameters handling to do much less allocation
2013-02-25 Marek SafarAdd static to static like type
2013-02-25 Marek SafarClean up params binder
2013-02-25 Marek SafarExpand params arguments only when not binding directly...
2013-02-25 Marek SafarFix loading of documentation XML fragments to use sourc...
2013-02-25 Marek SafarNew test
2013-02-25 Marek SafarAdd magic token for path replacement
2013-02-25 Marek SafarFix error message to match others
2013-02-24 Jérémie Laval[System] Add System.Net.WebSockets to the build
2013-02-24 Jérémie Laval[System] Add stub for System.Net.WebSockets
2013-02-24 Miguel de IcazaMerge pull request #573 from mrieker/master
2013-02-23 Stephen McConnelFix Xamarin bug 7594.
2013-02-23 Rodrigo KumperaErasure the type of some fields in AppDomain so the...
2013-02-23 Rodrigo KumperaThe runtime doesn't raise AccessViolationException.
2013-02-23 Mark ProbstMerge branch 'feature-concurrent-evacuation'
2013-02-23 Mark Probst[gc] Mono.Runtime method for enabling/disabling synchro...
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
next