ilasm: Makefile: Remove dead NET_1_1 code.
[mono.git] / mcs / mcs /
2011-05-03 Marek Safar[691417] Set array Packing/Size values without using...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
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-27 Marek SafarFixes a race when disposing iterators
2011-04-26 Marek SafarRemove using of obsolte __TryReadTypeName
2011-04-26 Marek Safar[689593] Unwrap array element type when checking return...
2011-04-21 Marek SafarDon't warn about uninitialized struct fields
2011-04-21 Marek SafarUse correct namespace name when adding it to completion...
2011-04-21 Marek Safar[688891] Copy type parameters for base proxy method
2011-04-21 Marek SafarAdd async keywords
2011-04-20 Marek SafarUse correct local variable when interating parameter...
2011-04-20 Marek Safar[688651] Fix nullable enum values used with probing...
2011-04-20 Marek SafarDefer interface unification check until all interface...
2011-04-20 Marek SafarFix effective base class for value types
2011-04-20 Marek SafarDon't use type parameter effective base class when...
2011-04-19 Marek Safar[687282] Fixes cross references of nested anonymous...
2011-04-19 Marek SafarExplicit method implementation can have ambiguous candi...
2011-04-19 Marek SafarDon't check interface unified parameters on parameterle...
2011-04-18 Marek SafarCheck for identical override when implementing generic...
2011-04-18 Marek SafarFixed variable cannot be captured
2011-04-18 Marek SafarMove IsValue/Reference type checks to type
2011-04-15 Marek SafarMore fun with value type constraints
2011-04-15 Marek SafarChange ImplicitReferenceConversion not to relly on...
2011-04-14 Marek SafarEmit readonly. prefix for immutable loads only
2011-04-13 Marek SafarImprove handling of dependant type parameters
2011-04-13 Marek SafarFix location of quoted indentifiers
2011-04-13 Marek SafarAdd check for ambiguous overrides
2011-04-13 Marek SafarAdd more checks for generic interfaces
2011-04-13 Marek SafarEmit correct number of dimensions for empty array initi...
2011-04-12 Marek SafarAdd support for startup file to evaluator
2011-04-12 Marek SafarBe more robust when dealing with string based broken...
2011-04-12 Marek SafarCheck allowed modifiers on property accessors
2011-04-12 Marek Safar[686290] Inflate correctly imported nested type used...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Marek SafarImport correctly forwarded generic type definitions
2011-04-08 Marek SafarFix most encompassing type when choosing between more...
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-08 Marek SafarSuppress few cascading errors
2011-04-08 Marek SafarAvoid duplicate error message
2011-04-08 Marek SafarAdd missing assembly dependency check
2011-04-08 Marek SafarRemove no longer needed local constructor constraint...
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 SafarDon't eat escaped U characters
2011-04-05 Marek SafarFixes parsiong of coalescing operator on nullable type
2011-04-05 Marek SafarRename lookup method for consistency
2011-04-05 Marek SafarSpeed up var expression type resolution
2011-04-05 Marek SafarClearly split namespace and type resolve paths
2011-04-05 Marek SafarWarn about name collision between namespace and type
2011-04-04 Marek Safar[684600] Treat all value types equally
2011-04-04 Marek SafarUpdate comment
2011-04-04 Marek SafarPointer member access can use type arguments
2011-04-01 Marek Safar[684342] Use correct constant underlying type when...
2011-04-01 Marek SafarCheck name collision between namespaces and types
2011-03-31 Marek SafarAdd more checks for invalid attribute arguments
2011-03-31 Marek Safar[566531] Fix error message for missing parameter name
2011-03-31 Marek SafarFix few excessive error reports
2011-03-31 Marek SafarApply module character settings to more attributes
2011-03-31 Marek Safar[572365] Make ambiguous predefined types detection...
2011-03-30 Marek Safar[377519] Avoid creating forwarding proxies to base...
2011-03-30 Marek SafarTweak methods proxy attributes
2011-03-30 Marek Safar[347188] Check referenced assemblies for localized...
2011-03-30 Marek SafarAllow XML documentation predefined types to be used...
2011-03-30 Marek SafarCheck XML documentation parameters on all parameters...
2011-03-30 Marek SafarSet correctly scope of namespace global attributes
2011-03-29 Marek SafarAllow braces to be used instead of brackets for XML...
2011-03-29 Marek SafarDon't check constraints for anonymous method stories...
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-24 Marek SafarBetter error message for common xml documentation error
2011-03-23 Marek Safar[457081] Mixed documentation comment format was not...
2011-03-23 Marek Safar[643460] Set delegate documentation scope correctly
2011-03-23 Marek SafarFixes another long standing issue where explicit type...
2011-03-22 Marek Safar[343470] Turn an error into warning
2011-03-22 Marek SafarClean up little bit documentation tokenizer
2011-03-22 Marek SafarImplement more undocumented keywords
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-21 Marek Safar[678625] MVAR mutator has wrong context when generic...
2011-03-21 Marek SafarSkip over more whitespace characters
2011-03-18 Marek SafarAmend last commit
2011-03-18 Marek Safar[677173] Use independent clone context for probing...
2011-03-18 Marek SafarRemove more static references
2011-03-18 Marek SafarFixes variance check for interface properties with...
2011-03-18 Marek Safar[679530] Fixed size buffers are not subject to definite...
2011-03-18 Marek SafarBetter error message for identical type names
2011-03-18 Marek Safar[678726] Dynamic inside anonoymous methods does not...
2011-03-17 Zoltan VargaUpdate the mcs -pkg suggestions, i.e. use gtk-sharp...
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 SafarIntern more string values during parsing
2011-03-11 Marek SafarReduce scope for escaped identifier to only necessary...
2011-03-11 Marek SafarSimple member context is enough when checking member...
2011-03-11 Marek SafarFinally remove RootContext.ToplevelTypes hacking from...
next