Rework gc descriptor to include size information in more cases.
[mono.git] / mcs / errors /
2011-04-05 Marek SafarDon't eat escaped U characters
2011-04-05 Marek SafarWarn about name collision between namespace and type
2011-04-01 Marek SafarCheck name collision between namespaces and types
2011-03-31 Marek SafarAdd more checks for invalid attribute arguments
2011-03-31 Marek Safar[566531] Fix error message for missing parameter name
2011-03-31 Marek Safar[572365] Make ambiguous predefined types detection...
2011-03-30 Marek SafarNew test
2011-03-30 Marek Safar[377519] Avoid creating forwarding proxies to base...
2011-03-30 Marek Safar[347188] Check referenced assemblies for localized...
2011-03-30 Marek SafarCheck XML documentation parameters on all parameters...
2011-03-29 Marek SafarAllow braces to be used instead of brackets for XML...
2011-03-29 Marek SafarMajor update of XML documentation support
2011-03-24 Marek SafarBetter error message for common xml documentation error
2011-03-23 Marek Safar[457081] Mixed documentation comment format was not...
2011-03-23 Marek SafarFixes another long standing issue where explicit type...
2011-03-22 Marek Safar[343470] Turn an error into warning
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Marek Safar[677173] Use independent clone context for probing...
2011-03-18 Marek SafarFixes variance check for interface properties with...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-08 Marek SafarEnhance the check for internal protected members used...
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-03 Marek SafarImplement accessibility check for protected members...
2011-03-02 Marek SafarWhen checking protected access via qualifier ignore...
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-24 Marek Safar[674548] Fixes recursive crash in LookupExtensionMethod
2011-02-16 Marek SafarLess static is good for my health
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-03 Marek SafarFix error message text
2011-02-02 Marek SafarUpdate error tests
2011-02-02 Marek SafarNew test
2011-02-01 Marek SafarMake mcs.exe .net4 application
2011-01-27 Marek SafarTests update
2011-01-26 Marek SafarNew test
2011-01-25 Marek SafarEvaluate preprocessor conditions also in unreachable...
2011-01-25 Marek SafarImplicitly typed array cannot have multiple dimensions
2011-01-25 Marek SafarTurn 2 errors into warnings, mcs can now compile method...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Marek SafarReduced conditional expression requires both sides...
2011-01-24 Marek SafarReport better error message for literal conversion...
2011-01-24 Marek Safar[666476] Use correct parameter count when checking...
2011-01-24 Marek SafarReport better error message when conversion between...
2011-01-21 Marek Safar[321020] Implemented compilation of forwarded type...
2011-01-20 Marek SafarFix errors dist
2011-01-20 Marek SafarRemove unused ?mcs files
2011-01-19 Marek SafarFix CS0108 for interfaces with multiple methods of...
2011-01-19 Marek SafarUpdate mcs error to test against mcs compiler
2011-01-18 Marek SafarUpdate to the latest IKVM which now has support for...
2011-01-13 Marek SafarTests update
2011-01-13 Marek SafarRecover from invalid constraint syntax
2011-01-13 Marek SafarImplement assembly name unification for imported references
2011-01-13 Marek SafarAdd more checks for ambiguous assembly references
2011-01-12 Marek SafarTest update
2011-01-12 Marek SafarDeal with missing nested type as well
2011-01-12 Marek Safar[375182] Check AssemblyFileVersion version value
2011-01-11 Marek SafarUse base type parameters to extract params modifier...
2011-01-10 Marek SafarReport correct base modifier for inaccessible protected...
2011-01-08 Marek Safar[663059] Add check for protected modifier in InternalsV...
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Marek SafarBetter anonymous methods require same parameter types
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Marek SafarUnify naming convention for all 2.0 files
2011-01-05 Marek SafarSet build-in types modifiers
2010-12-29 Marek SafarUpdate issues error list
2010-12-29 Marek SafarImplements checking of referenced members with missing...
2010-12-29 Marek SafarNew tests
2010-12-23 Marek SafarAdd new tests
2010-12-23 Marek SafarReport obsolete warning for generic methods which base...
2010-12-22 Marek Safar[660553] Fixed delegate name hiding.
2010-12-14 Marek SafarReject automatic version number at major and minor...
2010-12-14 Marek Safar[655284] Implemented automatic assembly version numbers
2010-12-14 Marek Safar[655770] Emit unused members warning for nested types...
2010-12-14 Marek SafarAdd more restrictions to custom attribute encoding
2010-12-10 Marek SafarResolve entire base initializer block in correct context
2010-12-07 Marek SafarNew test
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Marek SafarRefactor assemblies loading into a base class
2010-12-02 Marek SafarDon't try to parse invalid namespace declarations,...
2010-12-02 Marek SafarMove all predefined types to module to work with any...
2010-12-02 Marek SafarMove references loading into a new class
2010-11-24 Marek SafarRecover from broken for statement
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Marek SafarUpdated mcs tests failures
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-11 Marek SafarUnwraped equality operators cannot use a user operator...
2010-11-10 Marek SafarNew test.
2010-11-10 Marek SafarDon't crash on liften null left/right shift
2010-11-08 Marek SafarNew test
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Marek SafarBetter 843 error message
2010-11-04 Marek SafarAllow liften null as a given number of bit positions...
2010-11-04 Marek SafarAdd boxing for dynamic nullable conversion of coalescin...
2010-11-03 Marek SafarIssue a warning about re-assigned locked local variable
2010-11-03 Marek Safartypeof expression does not need unsafe context for...
2010-10-28 Marek SafarAdd more type parameter checks for inherited constraints.
2010-10-28 Marek SafarUse correct location for unexpected type parameter
2010-10-27 Marek SafarCheck nested declaring types when testing member overrides
next