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
2014-05-23[mcs] Handling of nested effective base classesMarek Safar
2014-05-06[mcs] Report error for invalid unary nullable predefined operatorsMarek Safar
2014-05-05[mcs] Convert extended underlying enum constants to their underlying type. Fi...Marek Safar
2014-04-30[mcs] Better fix for 0d11522afeb4f7a21a68937d27153f00c11a43fa to consider ful...Marek Safar
2014-04-30[mcs] Caching of type argument types should not happen under error conditions...Marek Safar
2014-04-30Add a `check` target to mcs/errors/Makefile.Alex Rønne Petersen
2014-04-29[mcs] Private member can still have base members when in nested types. Fixes ...Marek Safar
2014-04-29[mcs] Make unused event warning reporting consistent to csc. Fixes #19095Marek Safar
2014-04-16[mcs] Relax struct definitive assignment rules for private fieldsMarek Safar
2014-04-16Update error messageMarek Safar
2014-04-16[mcs] Initial implemntation of exception filtersMarek Safar
2014-04-16[mcs] Primary constructorsMarek Safar
2014-04-10[mcs] Typo in error messageMarek Safar
2014-04-10[mcs] Reference assemblies with same identity cannot have different version n...Marek Safar
2014-02-25[mcs] Don't report internal error for unresolved catch type. Fixes #17975Marek Safar
2014-02-20[mcs] Cleanup tie-breaking rules of better function member. Fixes #17755Marek Safar
2014-02-17[mcs] Add NamespaceExpression to avoid problems with error location for misus...Marek Safar
2014-02-17[mcs] Add nested types handling to check whether types unify for some type pa...Marek Safar
2014-02-13[mcs] Imported methods need to have SpecialName flag to be valid C# operatorsMarek Safar
2014-02-13Tests updateMarek Safar
2014-01-31[mcs] Report less internal errors. Fixes #17472Marek Safar
2014-01-28[mcs] Better check for invalid attribute targets. Fixes #17447Marek Safar
2014-01-27[mcs] Don't crash when default parameter constant member access cannot be res...Marek Safar
2014-01-21[mcs] Check for initially unassigned struct instance variables of unassigned ...Marek Safar
2014-01-16New test fileMarek Safar
2014-01-15[mcs] Add additional l-value checks on member access properties as well. Fixe...Marek Safar
2014-01-15[mcs] Import extension methods dynamic generic arguments correctly.Marek Safar
2014-01-10[mcs] Check type of index used in pointer array aritmetic. Fixes #17145Marek Safar
2014-01-04[mcs] Type arguments resolve failure needs to be reported after probing modeMarek Safar
2013-12-06[mcs] Don't stop type inference when a unique construction of the generic int...Marek Safar
2013-12-06[mcs] Add better type conversion to unary mutators. Fixes #16578Marek Safar
2013-12-03[mcs] Report nice error instead of crash for cyclic type forwarders. Fixes #1...Marek Safar
2013-12-03[mcs] Report all failure errors in lambda conversions. Fixes #16513Marek Safar
2013-11-29[mcs] Better error message for lambda expressions used as statementsMarek Safar
2013-11-29[mcs] Report ambiguity in attribute types in expanded mode. Fixes #16342Marek Safar
2013-11-29[mcs] Implements definite assignment of expressionsMarek Safar
2013-11-26[mcs] Run struct field assignment check on every exit point.Marek Safar
2013-11-25[mcs] Excluded methods should not take a part in flow analysisMarek Safar
2013-11-25[mcs] Arguments flow analysis needs to ignore out modifier.Marek Safar
2013-11-22[mcs] Flow analysis of conditional expressionMarek Safar
2013-11-22Update failing testsMarek Safar
2013-11-21Add more testsMarek Safar
2013-11-21[mcs] Better error message for expected return expression in async Task<T> blockMarek Safar
2013-11-21[mcs] Reachability and flow analysis rewrite to work on resolved statements a...Marek Safar
2013-11-16Add new testMarek Safar
2013-11-14[mcs] Assignment to value type readonly generated variables needs to check al...Marek Safar
2013-11-14[mcs] Missing type forwarded types should not cause type collision. Fixes #16196Marek Safar
2013-11-13Always show error message when type resolver produces ambiguous type. Fixes #...Marek Safar
2013-10-29Better error message when member does not implement interface. Fixes #15369Marek Safar
2013-10-28Better error message when type inference resolves valid types but parameter t...Marek Safar