Add mcs solution file
[mono.git] / mcs /
2011-01-05 Marek SafarAdd mcs solution file
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 SafarUnify naming convention for all 2.0 files
2011-01-05 Marek SafarFix invalid test constraint
2011-01-05 Marek SafarAdd missing Accessibility reference
2011-01-05 Marek SafarBuild mcs before docs
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 Marek SafarSet build-in types modifiers
2011-01-05 Marek SafarNew test
2011-01-05 Atsushi EnoAssemblyPath support, patch by Michel Faucault.
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 Marek SafarType correctly implicit as expression
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 SafarCleanup isinst expression resolver
2011-01-04 Marek SafarUse reduced expression for transparent is check
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 Marek SafarUse one routine for type argument scan for type parameter
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 Jonathan PobstDo previous SKEL_DIRECTORY change for Release profile...
2010-12-29 Jonathan PobstEscape SKEL_DIRECTORY define.
2010-12-29 Miguel de Icaza[monodoc] Use points instead of relative-sizing, so...
2010-12-29 Marek SafarAnother missing System.Windows.Forms reference
2010-12-29 Marek SafarUpdate issues error list
2010-12-29 Marek SafarImplements checking of referenced members with missing...
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 SafarBuild culevel in basic as well
2010-12-29 Marek Safar[661642] Fixed v4 resgen compilation
2010-12-29 Marek SafarRemove no longer used BOOTSTRAP conditionals
2010-12-29 Marek SafarRemove no longer used bootstrap profiles
2010-12-29 Marek SafarNew tests
2010-12-29 Miguel de IcazaRevert accidental patch
2010-12-29 Miguel de Icaza[monodoc] Update the stylesheets to use Jonathan Pobst...
2010-12-29 Miguel de Icaza[monodoc] Header no longer needed, we now keep it on...
2010-12-29 Miguel de Icaza[monodoc] Fix the root display once and for all: web...
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 SafarAdd new tests
2010-12-23 Marek SafarUpdate mono-api-info to work with latest cecil. Updated...
2010-12-23 Marek SafarReport obsolete warning for generic methods which base...
2010-12-23 Marek SafarFixed corlib tests to run on en-gb
2010-12-22 Alan McGovern[mono-api-info] Do not ignore finalizers
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-22 Marek Safar[660553] Fixed delegate name hiding.
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 SafarEnable fixed ikvm exception mode
2010-12-20 Marek SafarEmit constant data type using compiler type containers
2010-12-20 Marek SafarImport ikvm fixes
2010-12-20 Ankit Jain[xbuild] Fix bug #660508 .
2010-12-20 Marek SafarAdd a workaround for ikvm unfixed baked method tokens
2010-12-20 Marek SafarDisable ikvm exception optimization until it's fixed
2010-12-20 Marek SafarKeep looking for references assembly after first lib...
2010-12-20 Marek SafarReplace initial eval Reset with PartialReset
2010-12-20 Marek SafarAdd missing files to Mono.CSharp.csproj
2010-12-20 Marek Safar[660260] A static method is inaccessible from a nested...
2010-12-20 Marek Safar[660255] Keep inflated non-inflated method info indepen...
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 Marek SafarAdd more files to mcs dist
2010-12-17 Jonathan PobstReverse #elif check since 4.0 profile defines NET_2_0...
next