Avoid creating a temporary variable when target await expression is does not include...
[mono.git] / mcs / mcs / ecore.cs
2011-07-26 Marek SafarAvoid creating a temporary variable when target await...
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-21 Marek SafarMore emit updates to handle await sub-expressions
2011-07-20 Marek SafarType details are no longer need when emitting ldloc
2011-07-20 Marek SafarHandle await in liften binary expression with compound...
2011-07-19 Marek SafarFix resolving referenced extension methods used in...
2011-07-15 Marek SafarAwait support for more expressions
2011-07-14 Marek SafarAdd await support for more expressions
2011-07-13 Marek SafarAwait for array access expression
2011-07-12 Marek SafarModify few emits to deal with await expression
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-07 Marek SafarInitial skeleton of secondary approach of await stack...
2011-07-07 Marek SafarRemove debug comment
2011-07-01 Marek SafarImplement stack persistance for nested async
2011-06-29 Marek SafarUse correct method to declare local variable
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-22 Sebastien PouliotMerge pull request #119 from konrad-kruczynski/SslStrea...
2011-06-21 Marek SafarBetter side effect checks
2011-06-14 Marek SafarAdd async better expression converion
2011-06-10 Marek SafarImplement assignment of await expression
2011-05-26 Marek SafarDon't report ambiguous property error when one of the...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Marek SafarNew tests.
2011-05-17 Marek Safar[693947] Ignore delegate declaration when looking for...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-21 Marek Safar[688891] Copy type parameters for base proxy method
2011-04-18 Marek SafarMove IsValue/Reference type checks to type
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-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Marek SafarSuppress few cascading errors
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 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-01 Marek SafarCheck name collision between namespaces and types
2011-03-31 Marek SafarAdd more checks for invalid attribute arguments
2011-03-31 Marek SafarFix few excessive error reports
2011-03-31 Marek Safar[572365] Make ambiguous predefined types detection...
2011-03-29 Marek SafarMajor update of XML documentation support
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Marek SafarBetter error message for identical type names
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 SafarSimple member context is enough when checking member...
2011-03-10 Marek SafarDecorate more initialized static fields with readonly
2011-03-10 Marek SafarMove more module specific caches to ModuleContainer
2011-03-09 Marek SafarRemove more temporary expressions from probing converts
2011-03-09 Marek SafarClean up more static state
2011-03-09 Marek SafarRemove more static stuff
2011-03-08 Marek SafarEnhance the check for internal protected members used...
2011-03-08 Marek SafarSimplify checking for few more special compiler types
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Marek SafarClean up handling of few special runtime types
2011-03-07 Marek SafarClean up null-literal underlying type
2011-03-04 Marek SafarWiring of BuildinType
2011-03-04 Marek SafarUnify predefined type user operators calling
2011-03-04 Marek SafarWiring of BuildinType
2011-03-03 Marek SafarImplement accessibility check for protected members...
2011-03-03 Marek SafarSimplify constant expression by removing Resolve phase
2011-03-03 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWhen checking protected access via qualifier ignore...
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarWiring of BuildinType
2011-03-02 Marek SafarHandle System.Void using special member kind
2011-03-02 Marek SafarWiring of BuildinType
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Marek SafarWiring of BuildinType
2011-02-25 Marek Safar[471275] Fix handling of ulong switch statement and...
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...
next