[xbuild] ImportCollections.TryGetImport and other fixes
[mono.git] / mcs / errors /
2011-03-03 Marek SafarImplement accessibility check for protected members...
2011-03-02 Marek SafarWhen checking protected access via qualifier ignore...
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
2010-10-25 Marek SafarRecover from invalid implicit lambda block
2010-10-21 Marek SafarUpdate issues list
2010-10-20 Marek SafarClean up test files
2010-10-20 Marek SafarCheck for name conflicts between parent members and...
2010-10-20 Marek SafarMore work on ambiguous named arguments
2010-10-19 Marek SafarRestore altered arguments when overload resolution...
2010-10-18 Marek Safar[512754] Overload resolution with named or optional...
2010-10-15 Marek SafarExtension method argument cannot exercise numeric conve...
2010-10-15 Marek SafarAdd more dynamic conversion restrictions
2010-10-15 Marek SafarMore tweaks to dynamic overload resolution
2010-10-15 Marek SafarA conditional expression with either dynamic side is...
2010-10-14 Marek SafarMore conversion tweaks for dynamic in using statement
2010-10-13 Marek SafarNew test
2010-10-12 Marek SafarMore fixes for implicit conversions of nullable types...
2010-10-12 Marek SafarKeep parsing after invalid contstructor declaration
2010-10-12 Marek SafarReport correct error message for compound lifted binary...
2010-10-08 Marek SafarAllow imported members cache to be setup in 2 phases...
2010-10-07 Marek SafarFix compound event assigments with dynamic side effect
2010-10-06 Marek SafarFix CRLF
2010-10-06 Marek SafarVerify type parameter constraints type parameters
2010-10-05 Marek SafarCompare all type arguments for nested generic types.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-01 Marek Safarvoid is never of type object
2010-09-30 Marek SafarMore awkward nullable binary expressions which are...
next