Don't report ambiguous property error when one of the candidates is not C# compatible
[mono.git] / mcs / mcs / ecore.cs
2011-05-26 Marek SafarDon't report ambiguous property error when one of the...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Marek SafarNew tests.
2011-05-17 Marek Safar[693947] Ignore delegate declaration when looking for...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-21 Marek Safar[688891] Copy type parameters for base proxy method
2011-04-18 Marek SafarMove IsValue/Reference type checks to type
2011-04-15 Marek SafarChange ImplicitReferenceConversion not to relly on...
2011-04-14 Marek SafarEmit readonly. prefix for immutable loads only
2011-04-13 Marek SafarImprove handling of dependant type parameters
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Marek SafarSuppress few cascading errors
2011-04-07 Marek Safar[324961] Move type constraints checks into emit where...
2011-04-06 Marek SafarRemove redundant accessibility checks
2011-04-06 Marek SafarAllocate less temporary type expressions
2011-04-05 Marek SafarSpeed up var expression type resolution
2011-04-05 Marek SafarClearly split namespace and type resolve paths
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 SafarFix few excessive error reports
2011-03-31 Marek Safar[572365] Make ambiguous predefined types detection...
2011-03-29 Marek SafarMajor update of XML documentation support
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Marek SafarBetter error message for identical type names
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Marek HabersackMerge branch 'bugfix'
2011-03-17 Marek SafarFix Buildin typo
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-11 Marek SafarSimple member context is enough when checking member...
2011-03-10 Marek SafarDecorate more initialized static fields with readonly
2011-03-10 Marek SafarMove more module specific caches to ModuleContainer
2011-03-09 Marek SafarRemove more temporary expressions from probing converts
2011-03-09 Marek SafarClean up more static state
2011-03-09 Marek SafarRemove more static stuff
2011-03-08 Marek SafarEnhance the check for internal protected members used...
2011-03-08 Marek SafarSimplify checking for few more special compiler types
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Marek SafarClean up handling of few special runtime types
2011-03-07 Marek SafarClean up null-literal underlying type
2011-03-04 Marek SafarWiring of BuildinType
2011-03-04 Marek SafarUnify predefined type user operators calling
2011-03-04 Marek SafarWiring of BuildinType
2011-03-03 Marek SafarImplement accessibility check for protected members...
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
2011-03-03 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWhen checking protected access via qualifier ignore...
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarHandle System.Void using special member kind
2011-03-02 Marek SafarWiring of BuildinType
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Marek SafarWiring of BuildinType
2011-02-25 Marek Safar[471275] Fix handling of ulong switch statement and...
2011-02-17 Marek SafarCleanup repl from most of static stuff and fix many...
2011-02-16 Marek SafarMake all arrays module specific
2011-02-16 Marek SafarLess static is good for my health
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-10 Marek SafarCleanup IMemberContext properties
2011-02-09 Marek SafarFew mcs property accessors tweaks
2011-02-02 Marek SafarImplement support for implicit user conversion for...
2011-01-27 Marek Safar[667261] Fixes overload resolution of an optional param...
2011-01-26 Marek SafarOptimized constructor readonly access has to be inside...
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-19 Marek SafarFix CS0108 for interfaces with multiple methods of...
2011-01-12 Marek SafarReport better error for recursive type reference
2011-01-11 Marek SafarUse base type parameters to extract params modifier...
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'
2010-12-29 Marek SafarImplements checking of referenced members with missing...
2010-12-20 Marek Safar[660260] A static method is inaccessible from a nested...
2010-12-14 Marek SafarAdd more restrictions to custom attribute encoding
2010-12-13 Marek SafarRemove duplicate checks
2010-12-13 Marek Safar[659038] Check interface hierarchy before reporting...
2010-12-10 Marek SafarResolve entire base initializer block in correct context
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-02 Marek SafarClean-up module indirections
2010-12-02 Marek SafarMove all predefined types to module to work with any...
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Marek SafarCleanup typed constants
2010-11-26 Marek SafarMore using cleanup
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-15 Marek SafarRemove old accessibility check routine
2010-11-12 Marek SafarAdd local version of constructor info constants
2010-11-10 Marek SafarFalse user-operator has priority over logical not user...
2010-11-08 Marek SafarFixed ambiguity for overload resolution between params...
2010-11-08 Marek SafarClean up event expression assigning error reporting
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-04 Marek SafarReject inaccessible members based on declaring type...
2010-11-04 Marek SafarInflate also event backing field
2010-11-04 Marek SafarAnother missing full dynamic type equality check
2010-11-03 Marek SafarIssue a warning about re-assigned locked local variable
next