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-07-10[mcs] Emit symbol info local variables for compiler generated storey variable...Marek Safar
2015-06-25[mcs] Add null operator propagation to probing expressions. Fixes #31289Marek Safar
2015-06-19[mcs] Add support for interpolated quoted stringsMarek Safar
2015-06-19[mcs] Implements virtual read-only auto-property assignment via derived priva...Marek Safar
2015-06-17[mcs] Handle null propagation operator inside nested member access expression...Marek Safar
2015-06-16[mcs] Fix accessibility modifiers on accessors logicMarek Safar
2015-06-16[mcs] Constraints checker needs to accomodate inflated base type contrained n...Marek Safar
2015-06-02Merge pull request #1847 from alexanderkyte/left_shift_dynamicMarek Safar
2015-06-02[runtime] Emit the necessary left shift anding in the LambdaCompilerAlexander Kyte
2015-06-02[mcs] Apply explicit property param target to correct parameter index. Fixes ...Marek Safar
2015-06-02[mcs] Add special HostProtection handling to deletesMarek Safar
2015-05-28[mcs] Double closing parens don't have priority inside interpolated string. F...Marek Safar
2015-05-28[mcs] Await in finally clause with user catch block needs additional try scop...Marek Safar
2015-05-26[mcs] Emit correct binary comparison for useless is operator involving user v...Marek Safar
2015-05-24[mcs] Emit value type initializers without local reset before member are assi...Marek Safar
2015-05-18[mcs] Update unicode categories allowed as Unicode escape sequences within id...Marek Safar
2015-05-07[mcs] Flow analysis assignment from field expressions is now aware of special...Marek Safar
2015-05-05[mcs] Use reference from closest storey which holds captured this. Fixes #29506Marek Safar
2015-05-04[mcs] Auto-properties can still be assigned from constructor when no setter i...Marek Safar
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