Fix Buildin typo
[mono.git] / mcs / mcs / reflection.cs
2011-03-17 Marek SafarFix Buildin typo
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-16 Marek SafarMake all arrays module specific
2011-02-16 Marek SafarLess static is good for my health
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-24 Mark ProbstMerge branch 'sgen-android'
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-18 Marek SafarRemove unused type
2011-01-12 Marek SafarReport full type name for missing type references
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-29 Marek SafarImplements checking of referenced members with missing...
2010-12-20 Marek SafarKeep looking for references assembly after first lib...
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 SafarPut back actual save of module target
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 Marek SafarExtract reflection specific assembly builder
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-06 Marek SafarUse Version type instead of string value
2010-12-06 Marek SafarExtract reflection specific code from extended builder
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-30 Marek SafarMove core predefined types into a new class
2010-11-30 Marek SafarAdd initial reflection dependant code