[sgen] Always use the GC descriptor instead of MonoClass.has_references.
[mono.git] / mcs / class /
2011-01-05 Jérémie LavalEnsure task wait chain isn't executed out of order...
2011-01-05 Zoltan VargaAdd missing files to dist.
2011-01-05 Marek SafarFixed WinFormsTest System.Drawing namespace reference
2011-01-04 Rodrigo KumperaFix operator != handling of LHS null
2011-01-04 Rodrigo KumperaFix test suite as boehm doesn't support ephemerons
2011-01-05 Marek Habersack[asp.net] Disabled a racy test
2011-01-05 Marek SafarFix invalid test constraint
2011-01-05 Marek SafarAdd missing Accessibility reference
2011-01-05 Marek Habersack[asp.net] Rewrote CacheItemPriorityQueue tests generato...
2011-01-05 Atsushi EnoFix ToDateTime() with serialization mode to not mess...
2011-01-05 Ankit Jain[xbuild] Fix failing test in msbuild.tasks .
2011-01-05 Ankit Jain[xbuild] Fix bug #662355.
2011-01-04 Sebastien Pouliot[moon] String.Join needs 'params' on MOONLIGHT profile too
2011-01-04 Jérémie LavalUse correct exception when a key is not found in Concur...
2011-01-04 Jérémie LavalUse proper pattern for executing synchronous Task
2011-01-04 Zoltan VargaAdd AssemblyLoadEventRequest () type to the sdb api...
2011-01-04 Marek Habersack[system] Unbreak a 4.0 System.ServiceModel test.
2011-01-04 Marek Habersack[wcf] UriTemplate must trim the first leading slash...
2011-01-04 Marek Habersack[asp.net] The test must always run with the en-US locale
2011-01-04 Jérémie LavalUpdate ThreadLocal to use default(T) for initialization...
2011-01-04 Marek Habersack[system.runtime.caching] Do not test the invalid behavior
2011-01-04 Marek Habersack[asp.net] Failing tests fixes.
2011-01-04 Marek Habersack[asp.net] Added code to handle local resources copying...
2011-01-04 Marek Habersack[asp.net] Don't attempt to use System.Web resources...
2011-01-04 Luke HalliwellFix for bug 349053 - unable to serialize SortedDictionary
2011-01-04 Gonzalo Paniagua... Socket is not connected after error
2011-01-03 Gonzalo Paniagua... Add a case-insensitive hashtable
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Special-case MacOS X.
2011-01-03 Miguel de Icaza[mscorlib] New Path.Combine methods are exposed interna...
2011-01-03 Miguel de Icaza[mscorlib/getfolderpath] Remove MonoTODO
2011-01-03 Miguel de Icaza[GetFolderPath] Handful of .NET 4 changes
2011-01-03 Miguel de Icaza[mscorlib] inside mscorlib Platform's value will be...
2011-01-03 Marek Habersack[corlib] Fix for bug #659061. Adjust size of the last...
2011-01-01 Thomas GoldsteinAdd unit tests for bug 661753.
2011-01-01 Thomas GoldsteinAdd missing properties that should be copied when cloni...
2010-12-30 Jb Evain[LINQ] Fix non generic AsQueryable issue #661462
2010-12-30 Jb EvainAdd test for bug #661462
2010-12-29 Marek SafarAnother missing System.Windows.Forms reference
2010-12-29 Marek SafarAdd few more missing references
2010-12-29 Marek SafarRemoved 1.1 version of Mono.Data.Sqlite
2010-12-29 Marek SafarFixed Mono.Data.Sqlite dependencies
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-12-29 Marek SafarRemove no longer used bootstrap profiles
2010-12-28 Atsushi EnoActually we have almost what we need on mobile profiles.
2010-12-26 Zoltan VargaUpdate sdb API documentation.
2010-12-23 Marek SafarFixed wrong AttributeUsageAttribute
2010-12-23 Marek SafarImplement missing v4 attribute types
2010-12-23 Marek SafarFixed corlib tests to run on en-gb
2010-12-22 Thomas GoldsteinRemove null check in ComboBox.SelectedText setter ...
2010-12-22 Thomas GoldsteinIf SelectedText is given a null value, set it to String...
2010-12-22 Marek SafarFixed NumberFormatInfo.InvariantInfo currency symbol
2010-12-21 Thomas GoldsteinAdd unit test for bug 660294.
2010-12-21 Thomas GoldsteinWhen ComboBox.SelectedText is given a null value, set...
2010-12-21 Atsushi EnoFix incorrect internal node cleanup in MoveToRoot(...
2010-12-21 Atsushi EnoAdd tests from XPathNavigatorEvaluateTests.
2010-12-21 Atsushi EnoAdd another bunch of tests from XPathNavigatorTests.
2010-12-21 Atsushi EnoSeveral fixes in XNodeNavigator to pass XPath tests...
2010-12-21 Jb EvainFix cecil update script
2010-12-21 Jb Evainupdate cecil from upstream
2010-12-20 Marek SafarImport ikvm fixes
2010-12-20 Marek SafarAdd missing files to Mono.CSharp.csproj
2010-12-20 Atsushi EnoUse DateTime ToBinary() and FromBinary() for DateTime...
2010-12-20 Atsushi EnoImplemented support for attached properties in xamlread...
2010-12-19 Zoltan VargaAdd support for accessing ThreadStatic fields in sdb...
2010-12-18 Marek SafarAdd aot-compiler to dist list
2010-12-17 Jonathan PobstReverse #elif check since 4.0 profile defines NET_2_0...
2010-12-17 Jérémie LavalRemove a leftover debugging scwl
2010-12-17 Marek SafarAdd an error to obsolete attribute to get consistent...
2010-12-17 Jonathan PobstFix some broken tests that check for assembly version...
2010-12-17 Zoltan VargaConvert the new NO_SEQ_POINT_AT_IL_OFFSET sdb error...
2010-12-16 Sebastien PouliotFix access policy when more than one scheme is present...
2010-12-16 Jonathan PobstMove line inside if () to fix 2 tests.
2010-12-16 Martin BauligImprove support for exception filters.
2010-12-16 Jonathan Pryor[monodroid] Add support for the Android TimeZone file...
2010-12-16 Miguel de Icaza[winforms] undo accidental removal of a line
2010-12-16 Miguel de Icaza[winforms] revert patch, it regresses the test suite...
2010-12-16 Atsushi EnoAdd attachable event support in XamlType (not yet in...
2010-12-16 Jérémie LavalClean and finish TaskFactory
2010-12-16 Jérémie LavalAdd support for storing elements with the same hashcode...
2010-12-16 Marek SafarDon't build aot symbols on make dist
2010-12-16 Marek SafarMonolite mcs compiler
2010-12-16 Marek SafarAdd dist only Makefile
2010-12-16 Marek SafarSwitch to single mcs compiler for all managed code...
2010-12-16 Marek Safardist IKVM.Reflection
2010-12-16 Marek SafarAdd IKVM.Reflection
2010-12-16 Marek SafarSome 4.0 API tweaks
2010-12-16 Atsushi EnoImplement XamlType.GetAllAttachableProperties() and...
2010-12-16 Atsushi EnoFor IXmlSerializable/XData, Instance property returns...
2010-12-15 Jérémie LavalSys.Core parameters fixup
2010-12-15 Jb EvainMake sure AppdDomain.PermissionSet doesn't return null
2010-12-15 Jérémie LavalAdd missing members in AggregateException
2010-12-15 Jérémie LavalAdd prototype for Parallel.For long overloads
2010-12-15 Jérémie LavalYet more parameter manual fixup
2010-12-15 Jérémie LavalMore parameter renaming
2010-12-15 Sebastien Pouliot[moon] Return true for IsolatedStorageFile.IsEnabled
2010-12-15 Sebastien PouliotTest case for security issue
2010-12-15 Jérémie LavalUpdate Task parameter names
2010-12-15 Marek SafarAdd existing class to System.Net build
2010-12-15 Marek SafarKeep only single Dispose implementation in ResourceReader
2010-12-15 Marek SafarSome .net 4.0 api compatibility fixes
next