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
2015-04-15[mcs] Update failing testMarek Safar
2015-04-14[mcs] Consider nested types when looking for potential types via using static...Marek Safar
2015-04-13[mcs] Decorate imported constants with static modifier to work with using sta...Marek Safar
2015-04-07[mcs] Fix betterness of candidates with optional parameters against unexpande...Marek Safar
2015-04-07[mcs] Clone stack-alloc type expression. Fixes #28774Marek Safar
2015-04-07[mcs] Report missing property accessor for auto-implemented properties only w...Marek Safar
2015-04-03[mcs] Accessibility of protected internal members in a derived class that is ...Marek Safar
2015-04-03[mcs] Mutate nested storey initialization only when needed. Fixes #28211Marek Safar
2015-04-02[mcs] Check best dynamic candidate type parameters constrains only if it's si...Marek Safar
2015-04-02[mcs] Contextual var keywork cannot be shadowed by a namespace. Fixes #28648Marek Safar
2015-04-02[mcs] DefaultParameterValue treats dynamic as object. Fixes #28645Marek Safar
2015-04-02[mcs] Handle null operator inside parenthesis expression. Fixes #28172Marek Safar
2015-04-02[mcs] Type parameter hidden methods should consider default parameters. Fixes...Marek Safar
2015-03-27[mcs] Import of interface member which is hidden by parameterless member. Fix...Marek Safar
2015-03-27[mcs] Reset flowanalysis finally scope per parameters block. Fixes #28196Marek Safar
2015-03-26[mcs] Special case flowanalysis of primitive structs. Fixes #28296Marek Safar
2015-03-26[mcs] Report abstract member hiding only for members which one can override. ...Marek Safar
2015-03-25Revert "[mcs] Special case flowanalysis of primitive structs only when they a...Marek Safar
2015-03-25[mcs] Special case flowanalysis of primitive structs only when they are impor...Marek Safar
2015-03-25[mcs] Resize identifier buffer in all cases. Fixes #28292Marek Safar
2015-03-25[mcs] Fix parsing of interpolated strings inside conditional expression. Fixe...Marek Safar
2015-03-25[corlib] String from reference sources, fixes mostly string.format issuesMarek Safar
2015-03-24[mcs] Emit correct assignment to ref pointerMarek Safar
2015-03-20[mcs] Test updateMarek Safar
2015-03-11[mcs] Check operator parameter types using common declaration typeMarek Safar
2015-03-02[mcs] Handle string constants inside interpolated string expression. Fixes #2...Marek Safar
2015-03-02[mcs] Add cloning to string interpolation expressions. Fixes #27525Marek Safar
2015-02-17[mcs] Single name meaning relaxation to match roslynMarek Safar
2015-02-17[mcs] Fixes check for overriden auto-properties.Marek Safar
2015-02-16[mcs] Implements dictionary initializers on pointer typesMarek Safar
2015-02-13[mcs] Resolve using aliases on demand to fix issue with nested types. Fixes #...Marek Safar
2015-02-11[mcs] Additional fix for #26892Marek Safar
2015-02-10[mcs] Fixed casts rules don't apply to strings and arrays. Fixes #26892Marek Safar
2015-02-10[mcs] Resolve delegate optional parameters only once. Fixes #26840Marek Safar
2015-02-08Add test for skipping unrecognized #pragma directiveLeonid Shalupov
2015-02-06[mcs] Correctly import metadata constant with mismatched type and value. Fixe...Marek Safar
2015-02-06[mcs] Fix cloning of labels from outer anonymous block. Fixes #26736Marek Safar
2015-02-05[mcs] Prefer not missing type for ambiguous imported types. Fixes #26753Marek Safar
2015-02-03Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.Alex Rønne Petersen
2015-01-27Revert to broken scope reference indexingMarek Safar
2015-01-26[mcs] Emit catch scope with correct start offset. Also fixes local variable s...Marek Safar
2015-01-10[mcs] Auto-implemented properties must override all accessors of the overridd...Marek Safar
2015-01-10[mcs] Add string interpolation conversionsMarek Safar
2015-01-08[mcs] Add string interpolation grammarMarek Safar
2015-01-07[mcs] An argument to nameof operator cannot be extension method groupMarek Safar
2015-01-07[mcs] update exception filters syntax to use yet another contextual keywordMarek Safar
2015-01-07[mcs] Add reference to parent storey when this is hoisted in disconnected sta...Marek Safar
2015-01-06[mcs] Additional fix for naming of nested types in attributes. Second fix of ...Marek Safar
2015-01-03[mcs] More special case handling for explicit type names documentation. Fixes...Marek Safar
2014-12-10[mcs] Update static using to match the latest update (still work in progress)Marek Safar