Updated with Xamarin copyrights
[mono.git] / mcs / mcs / assembly.cs
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-06 Marek SafarRemove redundant accessibility checks
2011-04-01 Marek SafarCheck name collision between namespaces and types
2011-03-31 Marek SafarFix few excessive error reports
2011-03-30 Marek Safar[347188] Check referenced assemblies for localized...
2011-03-23 Marek SafarFixes another long standing issue where explicit type...
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 SafarFinally remove RootContext.ToplevelTypes hacking from...
2011-03-11 Marek SafarVerify namespace usings without global static state...
2011-03-08 Marek SafarClean up predefined members caching
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
2011-03-03 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWiring of BuildinType
2011-02-17 Marek SafarLoad default references after user references so they...
2011-02-16 Marek SafarLess static is good for my health
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-02 Marek SafarBetter log details for CS0281
2011-01-31 Marek SafarAdd more details to mcs time tracing
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-19 Marek Safar[665333] Encode Length of Public Key correctly
2011-01-17 Marek Safar[664618] Correctly encode public key length
2011-01-12 Marek Safar[375182] Check AssemblyFileVersion version value
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-17 Marek SafarMade SecurityAction predefined type
2010-12-15 Marek SafarFix comment typo
2010-12-15 Marek SafarWorkaround problem when compiling many resource files...
2010-12-14 Marek SafarReject automatic version number at major and minor...
2010-12-14 Marek Safar[655284] Implemented automatic assembly version numbers
2010-12-10 Marek SafarReport missing types (some of them for now)
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 type definition for generic type forwarders
2010-12-06 Marek SafarUse Version type instead of string value
2010-12-06 Marek SafarExtract reflection specific code from extended builder
2010-12-06 Marek SafarMove assembly security declaration to extened builder
2010-12-03 Marek SafarMore symbol writer clean-up
2010-12-02 Marek SafarMove all predefined types to module to work with any...
2010-12-02 Marek SafarMove AssemblyResource to assembly.cs
2010-11-30 Marek SafarAdd initial reflection dependant code
2010-11-30 Marek SafarMove metadata importer out of compiler context finally
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Marek SafarEmit fixed buffers using standard api only
2010-11-22 Marek SafarDefine embeded resources using standard API
2010-11-22 Marek SafarMove entry point handling to AssemblyDefinition
2010-11-22 Marek SafarMake generated assembly attributes container name unique
2010-11-22 Marek SafarDon't sign netmodules.
2010-11-22 Marek SafarPut back private key handling
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-12 Marek SafarMove an assembly declaration handling into a new file