[Mono.CSharp] Fix bug where overwriting variables cleared the wrong value
[mono.git] / mcs / mcs / class.cs
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.
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Marek SafarFinish predefined attributes instance access to allow...
2010-09-09 Marek SafarThe first push to make flow-analysis work for complex...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-07 Jonathan PobstNormalize line endings.
2010-08-27 Marek SafarImplement dynamic sites for hoisted mvar types
2010-08-24 Marek SafarRecreate proxy parameters for imported methods
2010-08-23 Marek SafarCustom attribute itself can be used to specify optional...
2010-08-20 Marek SafarAdd workaound for 2.6 bootstrap
2010-08-20 Marek SafarPrefer dynamic over other types when used with type...
2010-08-20 Marek SafarCreate dynamic sites in the scope where used to overcom...
2010-08-18 Marek SafarDefer checks until all base types are ready
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-10 Marek Safar[629383] Inflate generic type of default expression
2010-08-10 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-08-10 Marek Safar[629742] Iterators can be of dynamic type
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-06 Marek SafarRestrict allowed modifiers for struct members.
2010-08-06 Marek SafarMore fixes for equality comparison between G<object...
2010-08-04 Marek SafarMember names cannot be the same as their enclosing...
2010-08-03 Marek SafarAdd more cases for 4.0 identity comparison. Fixes ...
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-30 atsushienoMerge branch 'atsushi'
2010-07-30 Marek SafarRun extension methods overload resolver always in same...
2010-07-29 Marek SafarA fix for #619919
2010-07-29 Marek SafarImplement hoisted base member access expression
2010-07-05 Atsushi Enomove old code to temporary dir (keep them for a while...
2010-07-05 Atsushi Eno2010-07-05 Atsushi Enomoto <atsushi@ximian.com>
2010-07-05 Marek Safar2010-07-05 Marek Safar <marek.safar@gmail.com>
2010-07-02 Marek Safar2010-07-02 Marek Safar <marek.safar@gmail.com>
2010-06-30 Marek SafarFixed.
2010-06-28 Marek Safar2010-06-28 Marek Safar <marek.safar@gmail.com>
2010-06-17 Marek SafarAdd dynamic transform for base types
2010-06-15 Marek SafarRemoved extra cast
2010-06-15 Marek Safar2010-06-15 Marek Safar <marek.safar@gmail.com>
2010-06-07 Marek Safar2010-06-07 Marek Safar <marek.safar@gmail.com>
2010-05-11 Marek Safar2010-05-11 Marek Safar <marek.safar@gmail.com>
2010-05-07 Marek Safar2010-05-07 Marek Safar <marek.safar@gmail.com>
2010-05-06 Marek Safar2010-05-06 Marek Safar <marek.safar@gmail.com>
2010-05-05 Miguel de Icaza2010-05-05 Miguel de Icaza <miguel@novell.com>
2010-05-05 Marek SafarNew tests.
2010-04-29 Marek Safar2010-04-29 Marek Safar <marek.safar@gmail.com>
2010-04-29 Marek Safar2010-04-29 Marek Safar <marek.safar@gmail.com>
2010-04-27 Lluis Sanchez2010-04-27 Lluis Sanchez <lluis@novell.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-27 Marek Safar2010-05-27 Marek Safar <marek.safar@gmail.com>
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-12 Marek SafarNew tests.
2010-04-12 Marek Safar2010-04-12 Marek Safar <marek.safar@gmail.com>
2010-03-11 Gonzalo Paniagua... Moved chain building and validation from Mono.Security...
2010-03-04 Marek Safar2010-03-04 Marek Safar <marek.safar@gmail.com>
2010-02-24 Paolo MolaroWed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian...
2010-02-08 Atsushi Eno2010-02-08 Atsushi Enomoto <atsushi@ximian.com>
2010-02-06 Miguel de IcazaIndent
next