Rework gc descriptor to include size information in more cases.
[mono.git] / mcs / mcs / import.cs
2011-10-07 Marek SafarAdd better diagnostics for tracking crashes in nested...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-07 Marek SafarFix definitive assignment for imported structs. Fixes...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-30 Marek SafarClose defined interface on imported type parameters...
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-05 Marek SafarBuild membercache for imported interfaces in the same...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-05-26 Marek SafarDon't report ambiguous property error when one of the...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-26 Marek SafarRemove using of obsolte __TryReadTypeName
2011-04-18 Marek SafarMove IsValue/Reference type checks to type
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Marek SafarImport correctly forwarded generic type definitions
2011-04-04 Marek Safar[684600] Treat all value types equally
2011-03-30 Marek Safar[377519] Avoid creating forwarding proxies to base...
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Marek Safar[676129] Don't add non-imported private types into...
2011-03-18 Marek SafarRemove more static references
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-10 Marek SafarMove more module specific caches to ModuleContainer
2011-03-08 Marek Safar[677550] Fixes fixed buffer regressions
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-04 Marek SafarWiring of BuildinType
2011-03-04 Marek SafarWiring of BuildinType
2011-03-03 Marek SafarImport base interfaces using full hierarchy to work...
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
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-02-24 Marek Safar[672969] Delay type parameter constrain import until...
2011-02-16 Marek SafarMake all arrays module specific
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-03 Marek SafarFix importing of private types under dynamic context
2011-02-03 Marek SafarNeed three valued bool logic for CLSAttribute value
2011-01-27 Marek SafarDon't allocate anonymous method container when importin...
2011-01-25 Marek SafarDegrade wrong override member to virtual instead of...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Marek SafarGuard against invalid predefined assembly attributes
2011-01-24 Marek SafarOptimize reading of base interfaces
2011-01-21 Marek Safar[321020] Implemented compilation of forwarded type...
2011-01-19 Marek SafarFix CS0108 for interfaces with multiple methods of...
2011-01-18 Marek SafarBuild declared interface based on full type hierarchy
2011-01-18 Marek SafarSimplify base type interface check
2011-01-18 Marek SafarUpdate to the latest IKVM which now has support for...
2011-01-12 Marek SafarReport full type name for missing type references
2011-01-12 Marek SafarReport better error for recursive type reference
2011-01-11 Marek Safar[662222] Import dynamic attribute using attribute type...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Marek SafarSet build-in types modifiers
2010-12-29 Marek SafarImplements checking of referenced members with missing...
2010-12-13 Marek Safar[658722] Don't require arity symbol to be part of the...
2010-12-10 Marek SafarReport missing types (some of them for now)
2010-12-09 Marek SafarRead custom attribute name without resolving attribute...
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 Marek SafarRe-use existing code path
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Marek SafarUse decimal optional parameter value decoded by System...
2010-12-02 Marek SafarMove all predefined types to module to work with any...
2010-11-30 Marek SafarImport parameter default values using TypeCode
2010-11-30 Marek SafarRemove remaining typeof
2010-11-30 Marek SafarRead dynamic attribute using CustomAttributeData
2010-11-30 Marek SafarMove core predefined types into a new class
2010-11-30 Marek SafarAdd initial reflection dependant code
2010-11-30 Marek SafarMove metadata importer out of compiler context finally
2010-11-29 Marek SafarCheck imported custom attributes based on name only
2010-11-29 Marek SafarMade type member kind logic more flexible
2010-11-29 Marek SafarDon't special case value type constraint
2010-11-29 Marek SafarAdd sanity check for imported static fixed buffer
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Marek SafarRemoved few custom attribute IsDefined calls
2010-11-26 Marek SafarImport constants using their raw values only
2010-11-24 Marek SafarInflate imported type arguments types with type definit...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Marek SafarMake generated assembly attributes container name unique
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-09 Marek SafarImport declaring type base type when walking up the...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Marek SafarOnly when importing nested types definition base type...
2010-10-29 Marek SafarIgnore private methods in batch import
2010-10-27 Marek SafarReorder MethodBase::Attributes usage
2010-10-22 Marek SafarUse faster MemberKind when checking for a nested type
2010-10-20 Marek SafarMore optional parameter VB compatibility fixes
2010-10-13 Marek SafarHasDynamicElement became available use it when building...
2010-10-13 Marek Safar[645992] When importing dynamic type arguments dynamic...
2010-10-12 Marek Safar[645572] Import more type as possible dynamic types.
2010-10-08 Marek Safar[644673] Import of modules got broken
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-07 Marek Safar[644507] Don't use nested type cache until declaring...
2010-10-05 Marek SafarInflate imported nested type correctly.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
next