Add Assembly version attributes to hopefully fix bug #10002.
[mono.git] / mcs /
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-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 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 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 Torello QuerciClient Socket close added
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 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 #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 SmitsFix serialization of DateTime struct for MS compatibility
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
next