CanImport() just returns false, without throwing error.
[mono.git] / mcs / mcs / class.cs
2011-04-21 Marek SafarDon't warn about uninitialized struct fields
2011-04-21 Marek Safar[688891] Copy type parameters for base proxy method
2011-04-20 Marek SafarDefer interface unification check until all interface...
2011-04-13 Marek SafarAdd check for ambiguous overrides
2011-04-13 Marek SafarAdd more checks for generic interfaces
2011-04-12 Marek SafarCheck allowed modifiers on property accessors
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Marek SafarDon't report unused private method on partial definitions
2011-04-08 Marek SafarRepor a warning when runtime cannot is less strict...
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-04 Marek SafarUpdate comment
2011-04-01 Marek SafarCheck name collision between namespaces and types
2011-03-31 Marek Safar[572365] Make ambiguous predefined types detection...
2011-03-29 Marek SafarMajor update of XML documentation support
2011-03-24 Marek SafarRemove static members from documentation generator
2011-03-24 Marek SafarClean up few excessive documentation members
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Marek SafarRemove more static references
2011-03-18 Marek SafarFixes variance check for interface properties with...
2011-03-18 Marek Safar[678726] Dynamic inside anonoymous methods does not...
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-11 Marek SafarVerify namespace usings without global static state...
2011-03-10 Marek SafarClean up few misused DeclSpace(s)
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 static stuff
2011-03-08 Marek SafarClean up predefined members caching
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-04 Marek SafarWiring of BuildinType
2011-03-04 Marek SafarWiring of BuildinType
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-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-28 Marek Safar[674963] Don't re-emit already closed repl types
2011-02-22 Marek SafarRemove existing type when redefined by evaluator
2011-02-17 Marek SafarCleanup repl from most of static stuff and fix many...
2011-02-17 Marek SafarMerge few more changes from MD
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-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 SafarReport better error message for literal conversion...
2011-01-21 Marek SafarUse byte array as underlying storage for AttributeEncoder
2011-01-21 Marek Safar[321020] Implemented compilation of forwarded type...
2011-01-21 Marek SafarMake type creation the first step in the pipeline to...
2011-01-19 Marek SafarFix CS0108 for interfaces with multiple methods of...
2011-01-19 Marek SafarClean up resolving of DefaultCharSetAttribute
2011-01-18 Marek SafarUpdate to the latest IKVM which now has support for...
2011-01-10 Marek SafarReport correct base modifier for inaccessible protected...
2011-01-10 Marek Habersack[asp.net,mcs] Fixed 'protected internal' build errors...
2011-01-08 Marek Safar[663059] Add check for protected modifier in InternalsV...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-29 Marek SafarImplements checking of referenced members with missing...
2010-12-20 Marek SafarEmit constant data type using compiler type containers
2010-12-17 Marek Safar[660077] Setup class interfaces for defined types in...
2010-12-14 Marek Safar[655770] Emit unused members warning for nested types...
2010-12-10 Marek SafarReport missing types (some of them for now)
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Marek SafarDon't close same type twice when base call closes this...
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 SafarMore using cleanup
2010-11-26 Marek SafarRemove TypeBuilder from DefineType
2010-11-23 Marek SafarRemove typeof comparisons
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Marek SafarEmit fixed buffers using standard api only
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-10-27 Marek SafarRevert unwanted changes
2010-10-27 Marek SafarCheck nested declaring types when testing member overrides
2010-10-22 Marek SafarMove nested declaration looup to TypeContainer
2010-10-15 Marek SafarAdd more dynamic conversion restrictions
2010-10-13 Marek SafarHasDynamicElement became available use it when building...
2010-10-08 Marek SafarAllow imported members cache to be setup in 2 phases...
2010-10-05 Marek SafarInflate imported nested type correctly.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-29 Marek HabersackMerge branch 'bugfix'
2010-09-29 Marek Safar[642437] Nested types have to check type arguments...
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-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-21 Marek Safar[640709] Don't reuse method parameters for base proxy...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-17 Marek SafarMake the dynamic sites container name really unique
2010-09-16 Marek Safar[639407] Clean up more static stuff to fix repl instances.
next