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
path: root/mcs/tests
AgeCommit message (Expand)Author
2011-04-21Don't warn about uninitialized struct fieldsMarek Safar
2011-04-21Add new testMarek Safar
2011-04-20[688651] Fix nullable enum values used with probing operatorMarek Safar
2011-04-19New testMarek Safar
2011-04-18Remove unnecessary future optionMarek Safar
2011-04-15More fun with value type constraintsMarek Safar
2011-04-15New testMarek Safar
2011-04-15Change ImplicitReferenceConversion not to relly on broken IsValueTypeMarek Safar
2011-04-13Emit correct number of dimensions for empty array initializer of multi-dimens...Marek Safar
2011-04-12[686290] Inflate correctly imported nested type used from same typeMarek Safar
2011-04-08Import correctly forwarded generic type definitionsMarek Safar
2011-04-06Remove redundant accessibility checksMarek Safar
2011-04-05Fixes parsiong of coalescing operator on nullable typeMarek Safar
2011-04-05Speed up var expression type resolutionMarek Safar
2011-04-04[684600] Treat all value types equallyMarek Safar
2011-04-04Pointer member access can use type argumentsMarek Safar
2011-04-01[684342] Use correct constant underlying type when detecting decimal valueMarek Safar
2011-04-01Check name collision between namespaces and typesMarek Safar
2011-03-31Add more checks for invalid attribute argumentsMarek Safar
2011-03-31Fix few excessive error reportsMarek Safar
2011-03-31Apply module character settings to more attributesMarek Safar
2011-03-31[572365] Make ambiguous predefined types detection even more robustMarek Safar
2011-03-30[377519] Avoid creating forwarding proxies to base methods to satisfy interfa...Marek Safar
2011-03-30Tweak methods proxy attributesMarek Safar
2011-03-30Allow XML documentation predefined types to be used with parameters for methodsMarek Safar
2011-03-30New testMarek Safar
2011-03-30Set correctly scope of namespace global attributesMarek Safar
2011-03-29Allow braces to be used instead of brackets for XML documentationMarek Safar
2011-03-29Don't check constraints for anonymous method stories it's not needed and it's...Marek Safar
2011-03-29Major update of XML documentation supportMarek Safar
2011-03-24Better error message for common xml documentation errorMarek Safar
2011-03-23Update some documentation testsMarek Safar
2011-03-23Fixes another long standing issue where explicit type attributes could not be...Marek Safar
2011-03-22Implement more undocumented keywordsMarek Safar
2011-03-21[676129] Don't add non-imported private types into inflated cacheMarek Safar
2011-03-21[678625] MVAR mutator has wrong context when generic anonymous method which d...Marek Safar
2011-03-21Skip over more whitespace charactersMarek Safar
2011-03-18Fixes variance check for interface properties with only one accessorMarek Safar
2011-03-18[679530] Fixed size buffers are not subject to definite assignment checkingMarek Safar
2011-03-18[678726] Dynamic inside anonoymous methods does not always mutate calling typesMarek Safar
2011-03-11Add another local quick test targetMarek Safar
2011-03-11Reduce scope for escaped identifier to only necessary attribute sectionMarek Safar
2011-03-08[677550] Fixes fixed buffer regressionsMarek Safar
2011-03-03Implement accessibility check for protected members via type parameter qualifierMarek Safar
2011-03-03Import base interfaces using full hierarchy to work with output produced by s...Marek Safar
2011-03-03[676476] Make UTF8 default encoding on all platformsMarek Safar
2011-03-01Test updateMarek Safar
2011-03-01Wiring of BuildinTypeMarek Safar
2011-02-28[502582] Use correct type for temporary indirection local variableMarek Safar
2011-02-25[471275] Fix handling of ulong switch statement and speedup resolve of switch...Marek Safar