[xbuild] Add new reserved properties $(MSBuildThisFile*).
[mono.git] / mcs / mcs / ecore.cs
2011-02-17 Marek SafarCleanup repl from most of static stuff and fix many...
2011-02-16 Marek SafarMake all arrays module specific
2011-02-16 Marek SafarLess static is good for my health
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-09 Marek SafarFew mcs property accessors tweaks
2011-02-02 Marek SafarImplement support for implicit user conversion for...
2011-01-27 Marek Safar[667261] Fixes overload resolution of an optional param...
2011-01-26 Marek SafarOptimized constructor readonly access has to be inside...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Marek SafarReduced conditional expression requires both sides...
2011-01-24 Marek SafarReport better error message for literal conversion...
2011-01-24 Marek Safar[666476] Use correct parameter count when checking...
2011-01-24 Marek SafarReport better error message when conversion between...
2011-01-19 Marek SafarFix CS0108 for interfaces with multiple methods of...
2011-01-12 Marek SafarReport better error for recursive type reference
2011-01-11 Marek SafarUse base type parameters to extract params modifier...
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Marek SafarBetter anonymous methods require same parameter types
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-29 Marek SafarImplements checking of referenced members with missing...
2010-12-20 Marek Safar[660260] A static method is inaccessible from a nested...
2010-12-14 Marek SafarAdd more restrictions to custom attribute encoding
2010-12-13 Marek SafarRemove duplicate checks
2010-12-13 Marek Safar[659038] Check interface hierarchy before reporting...
2010-12-10 Marek SafarResolve entire base initializer block in correct context
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
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 SafarCleanup typed constants
2010-11-26 Marek SafarMore using cleanup
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-15 Marek SafarRemove old accessibility check routine
2010-11-12 Marek SafarAdd local version of constructor info constants
2010-11-10 Marek SafarFalse user-operator has priority over logical not user...
2010-11-08 Marek SafarFixed ambiguity for overload resolution between params...
2010-11-08 Marek SafarClean up event expression assigning error reporting
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-04 Marek SafarReject inaccessible members based on declaring type...
2010-11-04 Marek SafarInflate also event backing field
2010-11-04 Marek SafarAnother missing full dynamic type equality check
2010-11-03 Marek SafarIssue a warning about re-assigned locked local variable
2010-11-03 Marek SafarA candidate method can use dynamic in expanded form...
2010-10-21 Marek SafarImplement closest override return type matching
2010-10-20 Marek SafarCheck for name conflicts between parent members and...
2010-10-20 Marek Safar[647845] Don't skip parent types when looking for simpl...
2010-10-20 Marek SafarMore work on ambiguous named arguments
2010-10-20 Marek SafarMore optional parameter VB compatibility fixes
2010-10-19 Marek SafarRestore altered arguments when overload resolution...
2010-10-18 Marek Safar[512754] Overload resolution with named or optional...
2010-10-15 Marek SafarExtension method argument cannot exercise numeric conve...
2010-10-15 Marek SafarMore tweaks to dynamic overload resolution
2010-10-13 Marek SafarDynamic type is never better than other types in overlo...
2010-10-12 Marek SafarFold duplex conversion casts into a expression to emit...
2010-10-07 Marek SafarFix compound event assigments with dynamic side effect
2010-10-07 Marek SafarFix compound assigments with dynamic side effect
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-21 Marek Safar[640699] Reduced compound expressions need explicit...
2010-09-21 Marek SafarImplement postfix operations involving an implicit...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-20 Marek SafarDon't check inferred dynamic type arguments against...
2010-09-17 Marek SafarUser operators are resolved in a batch, pick up the...
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Marek SafarFinish predefined attributes instance access to allow...
2010-09-10 Marek SafarWhen doing member access left side lookup the arity...
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Marek SafarReport precise error about local variable hiding
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-08-27 Marek SafarCheck also modifier for identical ref/out parameters
2010-08-27 Marek SafarConsider parameter constraints when choosing applicable...
2010-08-26 Marek SafarImport private event backing fields in dynamic context
2010-08-25 Marek SafarShow better message when assigning to the type
2010-08-23 Marek SafarFixed moving of named params arguments
2010-08-23 Marek SafarCustom attribute itself can be used to specify optional...
2010-08-20 Marek SafarFixes delegate creation with dynamic parameters
2010-08-20 Marek SafarMore dynamic conversion fixes
2010-08-13 Marek SafarCheck inaccessible type arguments
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
2010-08-13 Marek SafarImplicit conversions between dynamic and object is...
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-12 Marek SafarOptimize little bit cloning operations.
2010-08-12 Chris BaconMerge remote branch 'upstream/master'
2010-08-10 Marek Safar[629383] Inflate generic type of default expression
2010-08-10 Marek Safar[629390] Avoid crash on the sole type expressions used...
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-06 Marek SafarImplement dynamic dispatch for element initializers.
2010-08-06 Marek SafarAdd more sanity checks for dynamic attributes.
2010-08-06 Marek SafarMore fixes for equality comparison between G<object...
2010-08-06 Marek SafarRemoved duplicate variant conversion.
2010-08-05 Marek SafarResolve ambiguity between optional and params parameter...
2010-08-04 Marek SafarUse TypeSpecComparer.Default comparer for dynamic ref...
2010-08-03 Marek SafarAdd more cases for 4.0 identity comparison. Fixes ...
2010-08-03 Marek SafarFixed equality match between object and dynamic for...
2010-08-02 Marek SafarAdd verifier assistance for coalescing operator. Fixes...
2010-08-02 Marek SafarAdd verifier required boxing of reference type of field...
next