Simplify the profiler line in the spec file
[mono.git] / mcs / errors /
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...
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Marek SafarSkip inaccessible nested types for member access expres...
2010-09-29 Marek SafarInflate custom site container delegates correctly.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-25 Marek SafarImplemented more combinations of nullable boolean logic...
2010-09-25 Marek SafarBetter error message for syntax error in namespace...
2010-09-21 Marek SafarNew tests.
2010-09-21 Marek SafarImplement postfix operations involving an implicit...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-20 Marek SafarDon't check inferred dynamic type arguments against...
2010-09-17 Marek SafarImplement predefined binary enum operators involving...
2010-09-17 Marek SafarRecover wrong invalid character constants.
2010-09-15 Raja R HarinathFix a few CRLF issues
2010-09-15 Marek SafarRecover wrong embedded statement syntax
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Marek SafarRecover wrong invalid initializer syntax.
2010-09-13 Marek SafarBetter error reporting for missing identifiers.
2010-09-10 Marek SafarTweak few error reports
2010-09-10 Marek SafarConverting the switch statement into normal statement...
2010-09-10 Marek SafarReject varianly implemented interface members.
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Marek SafarRecover from broken single parameter
2010-09-09 Marek SafarReport precise error about local variable hiding
2010-09-09 Marek SafarDo all possible mistaken empty statement checks in...
2010-09-09 Marek SafarTry to recover after each wrong statement.
2010-09-09 Marek Safar__arglist can be used as an expression.
2010-09-09 Marek SafarThe first push to make flow-analysis work for complex...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-07 Jonathan PobstNormalize line endings.
2010-09-01 Marek SafarAdd ctor block to field initializers to avoid member...
2010-08-31 Marek SafarAdd support for indirect pointer type constants.
2010-08-27 Marek SafarConsider parameter constraints when choosing applicable...
2010-08-25 Marek SafarShow better message when assigning to the type
2010-08-25 Marek SafarImport all delegates as sealed
2010-08-25 Marek SafarProbing dynamic compatibility is identical to object
2010-08-23 Marek SafarFixed moving of named params arguments
2010-08-19 Marek Safar[520151] Fail on invalid directive inside pre-processed...
2010-08-19 Marek SafarRefactor preprocessor parsing to use less string operat...
2010-08-18 Marek SafarUpdated error message
2010-08-18 Marek SafarWhen merging sessions error messages don't get confused...
2010-08-18 Marek SafarCannot skip on the first type match for multiple inheri...
2010-08-16 Marek Safar[570422] Cannot return from iterators
2010-08-16 Marek Safar[472007] Add warning about obsolete security attributes
2010-08-16 Marek Safar[408516] No implicit user conversion from or to interfaces
2010-08-13 Marek SafarNew test
2010-08-13 Marek SafarNot all nested generic types are allowed for typeof...
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-13 Marek SafarImplicit conversions between dynamic and object is...
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Marek SafarOptimize little bit cloning operations.
next