Merge branch 'bugfix'
[mono.git] / mcs / mcs /
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Marek Safar[642437] Nested types have to check type arguments...
2010-09-29 Marek SafarSkip inaccessible nested types for member access expres...
2010-09-29 Marek SafarInflate custom site container delegates correctly.
2010-09-29 Marek SafarOptional parameters can be of a user value type
2010-09-29 Marek SafarIgnore imported not visible internal types
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 SafarDon't restore unused flags
2010-09-21 Marek Safar[640722] Consider delegate parameters when checking...
2010-09-21 Marek Safar[640709] Don't reuse method parameters for base proxy...
2010-09-21 Marek Safar[640699] Reduced compound expressions need explicit...
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-20 Marek SafarMore missing conversions between object and dynamic
2010-09-20 Marek Safar[640285] Initialize this in current block instead of...
2010-09-20 Marek SafarParse secondary static like expression as a non-cast
2010-09-17 Marek SafarUser operators are resolved in a batch, pick up the...
2010-09-17 Marek SafarMake the dynamic sites container name really unique
2010-09-17 Marek SafarFixes preference of a user-defined conversion operators...
2010-09-17 Marek SafarFixes cloning of a variable declarator.
2010-09-17 Marek SafarImplement predefined binary enum operators involving...
2010-09-17 Marek SafarRecover wrong invalid character constants.
2010-09-16 Marek Safar[639603] Don't emit statements as expressions when...
2010-09-16 Marek Safar[639407] Clean up more static stuff to fix repl instances.
2010-09-15 Marek SafarRecover wrong embedded statement syntax
2010-09-15 Marek Safar[639403] Fixes the endless recursion with hacked EOF
2010-09-15 Marek SafarEncode correctly all constants into a payload
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Marek SafarRecover wrong invalid initializer syntax.
2010-09-14 Marek SafarFinish predefined attributes instance access to allow...
2010-09-14 Marek SafarInitialize all core types
2010-09-13 Marek SafarRemoved confusing catch error message.
2010-09-13 Marek SafarAdd a test for arrays with dynamic elements.
2010-09-13 Marek SafarImplement foreach over nullable values.
2010-09-13 Marek SafarKeep only 1 using implementation and handle all nullabl...
2010-09-13 Marek SafarBetter error reporting for missing identifiers.
2010-09-10 Marek SafarAlways compare original block for cloned versions.
2010-09-10 Marek SafarTweak few error reports
2010-09-10 Marek SafarAdd comments.
2010-09-10 Marek SafarConverting the switch statement into normal statement...
2010-09-10 Marek SafarWhen doing member access left side lookup the arity...
2010-09-10 Marek SafarReject varianly implemented interface members.
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-10 Marek SafarTry to speep up the GetLocation by a bit.
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 SafarDon't recreate top-level destructor block, it carries...
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 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Rodrigo KumperaFix corlib self referencing bug.
2010-08-31 Marek SafarAdd support for indirect pointer type constants.
2010-08-31 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-31 Marek Safar[635714] Inconsistent accessibility between nested...
2010-08-31 Marek SafarDon't generate tracing for the parser, it slows it...
2010-08-31 Marek SafarAdd more rules for static initializers
2010-08-31 Marek SafarRemoved misused break, format long comment
2010-08-27 Marek SafarImplement dynamic sites for hoisted mvar types
2010-08-27 Marek SafarCheck also modifier for identical ref/out parameters
2010-08-27 Marek SafarFixes build
2010-08-27 Marek SafarDon't convert ByRef parameters
2010-08-27 Marek SafarConsider parameter constraints when choosing applicable...
2010-08-27 Marek SafarAlways build type from compiler type when flagged
2010-08-26 Marek SafarJagged arrays have to be imported not created
2010-08-26 Marek SafarImport private event backing fields in dynamic context
2010-08-26 Marek SafarSpecial case unbox SLE conversion
2010-08-26 Marek SafarMaintain only one place with dynamic explicit conversions
2010-08-26 Marek SafarDefer null check to resolver
2010-08-25 Jonathan PryorFix explicitly-implemented interface member cref genera...
2010-08-25 Marek SafarShow better message when assigning to the type
2010-08-25 Marek SafarImport private members too when using dynamic context
2010-08-25 Marek SafarImport all delegates as sealed
2010-08-25 Marek SafarProbing dynamic compatibility is identical to object
2010-08-24 Jonathan PryorImprove XML documentation support for generic type...
2010-08-24 Marek SafarMore variance best candidate tweaks
2010-08-24 Marek Safar[633674] Consider nested inflated types when mutating...
2010-08-24 Marek Safar[633277] Import type parameters used as type parameter...
2010-08-24 Marek SafarRecreate proxy parameters for imported methods
2010-08-24 Marek SafarFixes bootstrap corlib build
2010-08-24 Marek SafarDynamic shares object members internally
2010-08-24 Marek SafarFixed type inference between upper and lower bounds
2010-08-24 Marek SafarAdd explicit variant delegates conversion
2010-08-23 Marek SafarFixed moving of named params arguments
2010-08-23 Marek SafarCustom attribute itself can be used to specify optional...
2010-08-20 Marek SafarAdd workaound for 2.6 bootstrap
2010-08-20 Marek SafarPrefer dynamic over other types when used with type...
2010-08-20 Marek SafarCreate dynamic sites in the scope where used to overcom...
2010-08-20 Marek Safar[633037] Resolve instance expression of dynamic members
2010-08-20 Marek SafarFixes delegate creation with dynamic parameters
2010-08-20 Marek SafarMore dynamic conversion fixes
2010-08-20 Marek SafarOptimize few common paths
2010-08-19 Marek Safar[520151] Fail on invalid directive inside pre-processed...
next