Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-08Revert "Merge"Marek Safar
2013-07-08MergeMarek Safar
2013-07-02Update csproj filesMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-15Fix column info for binary expressionsMarek Safar
2012-06-13Include source line column info in MDB filesMarek Safar
2012-04-27Don't create temporary module builder for dynamic context, compiler no longer...Marek Safar
2012-04-05Update csproj filesMarek Safar
2012-03-27Don't throw when loading expressions wrongly marked as constants. Fixes #4105Marek Safar
2012-03-05Move remaining compiler settings out of temporary report printerMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2012-01-27Move all remaining compiler settings into Settings classMarek Safar
2012-01-09Remove another layout from TypeParameters parsing, makes it easier for MD to ...Marek Safar
2011-07-19Fix resolving referenced extension methods used in nested namespaceMarek Safar
2011-04-07[324961] Move type constraints checks into emit where it can be safely done (...Marek Safar
2011-04-06Remove redundant accessibility checksMarek Safar
2011-04-01Check name collision between namespaces and typesMarek Safar
2011-03-18Remove more static referencesMarek Safar
2011-03-17Fix Buildin typoMarek Safar
2011-03-11Simple member context is enough when checking member accessibility (removes m...Marek Safar
2011-03-03Simplify constant expression by removing Resolve phaseMarek Safar
2011-02-16Make all arrays module specificMarek Safar
2011-02-16Less static is good for my healthMarek Safar
2011-02-13Add solution filesMiguel de Icaza
2011-02-10Cleanup IMemberContext propertiesMarek Safar
2011-02-03Don't even try to import type when its context is wrongMarek Safar
2011-02-02Move DynamicContext class into a new fileMarek Safar
2011-02-02Add handling of broken Convert callsite from Orchard ProjectMarek Safar
2010-12-07Add IKVM.Reflection supportMarek Safar
2010-12-02Update setting of buildin internal typesMarek Safar
2010-12-02Removed InitOptionalCoreTypesMarek Safar
2010-12-02Clean-up module indirectionsMarek Safar
2010-11-30Move core predefined types into a new classMarek Safar
2010-11-30Add initial reflection dependant codeMarek Safar
2010-11-30Move metadata importer out of compiler context finallyMarek Safar
2010-11-22Improve handling of netmodules. Fixes #504085Marek Safar
2010-11-22Add AssemblySpec to handle all assembly attributes in same way.Marek Safar
2010-11-15Remove old accessibility check routineMarek Safar
2010-11-10False user-operator has priority over logical not user-operatorMarek Safar
2010-11-10Reorder logic in DMO type conversionMarek Safar
2010-11-10Logical binary operarions with dynamic arguments have to be unfoldedMarek Safar
2010-11-03Pass checked context to compound member access settersMarek Safar
2010-11-02Implements indirect delegates invocation via dynamic member dispatchMarek Safar
2010-10-19Pass modifier when used with named argumentMarek Safar
2010-10-12Do not create a constant null value for runtime types.Marek Safar
2010-10-01Implement compound assignment over null valueMarek Safar
2010-10-01Dynamic compound assignment breaks standard C# result conversion rulesMarek Safar