update ikvm
[mono.git] / mcs / mcs /
2011-01-13 Marek SafarRecover from invalid constraint syntax
2011-01-13 Marek SafarImplement assembly name unification for imported references
2011-01-13 Marek SafarAdd more checks for ambiguous assembly references
2011-01-12 Marek SafarDeal with missing nested type as well
2011-01-12 Marek SafarReport full type name for missing type references
2011-01-12 Marek Safar[375182] Check AssemblyFileVersion version value
2011-01-12 Marek SafarReport better error for recursive type reference
2011-01-11 Marek SafarInstall new ikvm based C# compiler as mcs
2011-01-11 Marek SafarUpdate copyright years
2011-01-11 Marek SafarCheck namespace of build-in base types
2011-01-11 Marek Safar[662222] Import dynamic attribute using attribute type...
2011-01-11 Marek SafarUse base type parameters to extract params modifier...
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-08 Marek SafarAllow trailing comma for resource argument
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 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Marek SafarMore global state hacking
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Marek Safar[662440] Don't expand nested type builders of non-gener...
2011-01-05 Marek SafarAdd mcs solution file
2011-01-05 Marek SafarSet build-in types modifiers
2011-01-04 Marek SafarType correctly implicit as expression
2011-01-04 Marek SafarCleanup isinst expression resolver
2011-01-04 Marek SafarUse reduced expression for transparent is check
2011-01-04 Marek SafarUse one routine for type argument scan for type parameter
2010-12-29 Marek SafarImplements checking of referenced members with missing...
2010-12-23 Marek SafarReport obsolete warning for generic methods which base...
2010-12-22 Marek Safar[660553] Fixed delegate name hiding.
2010-12-20 Marek SafarEnable fixed ikvm exception mode
2010-12-20 Marek SafarEmit constant data type using compiler type containers
2010-12-20 Marek SafarAdd a workaround for ikvm unfixed baked method tokens
2010-12-20 Marek SafarDisable ikvm exception optimization until it's fixed
2010-12-20 Marek SafarKeep looking for references assembly after first lib...
2010-12-20 Marek SafarReplace initial eval Reset with PartialReset
2010-12-20 Marek Safar[660260] A static method is inaccessible from a nested...
2010-12-20 Marek Safar[660255] Keep inflated non-inflated method info indepen...
2010-12-17 Marek SafarAdd more files to mcs dist
2010-12-17 Marek Safar[660077] Setup class interfaces for defined types in...
2010-12-17 Marek SafarMade SecurityAction predefined type
2010-12-17 Marek Safar[657601] Fixes parsing pragma warning when encounter eof
2010-12-16 Marek SafarSet ImageRuntimeVersion based on mscorlib version when...
2010-12-16 Marek Safar[659970] Close anonymous method scope also for top...
2010-12-16 Marek SafarSwitch to single mcs compiler for all managed code...
2010-12-16 Marek SafarCleanup references in static mode
2010-12-16 Marek SafarAdd more attribute arguments checks
2010-12-15 Marek SafarFixed cloning of default switch case
2010-12-15 Marek Safar[659536] Don't re-create array expressions when inferin...
2010-12-15 Marek Safar[659528] Fixed cloning of switch sections
2010-12-15 Marek Safar[656150] Fix repl recovery after invalid expression.
2010-12-15 Marek SafarFix comment typo
2010-12-15 Marek SafarWorkaround problem when compiling many resource files...
2010-12-15 Marek SafarSwitch to resizeable array when adding second item...
2010-12-15 Marek SafarEmit delegate constructor parameter names
2010-12-15 Marek SafarRecover from invalid linq block syntax
2010-12-14 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-14 Marek Safar[653710] Check type parameter reference type constraint...
2010-12-14 Marek Safar[656918] Implement expression tree access to hoisted...
2010-12-14 Marek Safar[656918] Emit instance expression for ET delegate creation
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-14 Marek Safar[655770] Emit unused members warning for nested types...
2010-12-14 Marek Safar[657623] Fix incorrect logic in value type parameter...
2010-12-14 Marek SafarAdd more restrictions to custom attribute encoding
2010-12-14 Marek Safar[657797] Expand type member cache using secondary const...
2010-12-13 Marek SafarRemove duplicate checks
2010-12-13 Marek Safar[659038] Check interface hierarchy before reporting...
2010-12-13 Marek Safar[657862] Correctly scan for parent of base method override
2010-12-13 Marek Safar[658722] Don't require arity symbol to be part of the...
2010-12-13 Marek Safar[659022] Resolve reduced expressions
2010-12-10 Marek SafarRevert unwanted makefile change
2010-12-10 Marek SafarAdd v1 runtime target (broken by design)
2010-12-10 Marek SafarResolve entire base initializer block in correct context
2010-12-10 Marek SafarReport missing types (some of them for now)
2010-12-10 Marek SafarTry to handle missing generic type definition
2010-12-09 Marek SafarRead custom attribute name without resolving attribute...
2010-12-09 Marek SafarRedirect all mscorlib loads into assembly builder when...
2010-12-09 Marek SafarAdd initial handling of missing assemblies
2010-12-09 Marek SafarAdd internal --runtime option
2010-12-09 Marek SafarAdd references loading trace
2010-12-09 Marek SafarRemoved check for generics on 1.1 runtime
2010-12-07 Marek SafarPut back actual save of module target
2010-12-07 Marek SafarCheck file extension manually
2010-12-07 Marek SafarSymbol writer has to use 4.0 methods in static mode
2010-12-07 Marek SafarAdd IKVM.Reflection support
2010-12-07 Marek SafarExtract reflection specific assembly builder
2010-12-07 Marek SafarRe-use existing code path
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 SafarMove more fields to RootContext
2010-12-06 Marek SafarRemoved obsolete files
2010-12-06 Marek SafarUse type definition for generic type forwarders
2010-12-06 Marek SafarDon't close same type twice when base call closes this...
2010-12-06 Marek SafarUse Version type instead of string value
2010-12-06 Marek SafarUse decimal optional parameter value decoded by System...
2010-12-06 Marek SafarExtract reflection specific code from extended builder
2010-12-06 Marek SafarMove assembly security declaration to extened builder
2010-12-06 Marek SafarDon't call module symbol writer methods when we are...
next