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-11-17[mcs] Set null operator barrier between invocation instance and its arguments...Marek Safar
2015-11-10[mcs] inherited interface constraints checks on defined interfaces only. Fixe...Marek Safar
2015-11-02[mcs] Add codegen for try-finally block with unreachable closing brace. Fixes...Marek Safar
2015-11-02[mcs] add new testMarek Safar
2015-11-02[mcs] Add sbyte type to the list of valid cast tokens. Fixes #35410Marek Safar
2015-10-26[mcs] Support auto-property with private setter with member definition from e...Marek Safar
2015-10-21[mcs] Fix inference of dynamic type used as a constructed type. Fixes #34898Marek Safar
2015-10-20[mcs] Add additional doc reset after property initializers. Fixes #35087Marek Safar
2015-10-12[mcs] Special case null inside parenthesized expression. Fixes #34753Marek Safar
2015-10-08[mcs] Resolve target before resolving collection/dictionary initializers. Fix...Marek Safar
2015-10-05[mcs] Keep documentation formatting as was written in source code. Fixes #34409Marek Safar
2015-09-24[mcs] Further improvements to fixed statement changes from 4ea0fbbd4433d57e41...Marek Safar
2015-09-24[mcs] Add link to closest parent async storey only if it hold captured this. ...Marek Safar
2015-09-14[mcs] Lift result of null operator over dotted expressions only ending with n...Marek Safar
2015-09-08[mcs] Null operator on value type extension argument. Fixes #33754Marek Safar
2015-09-08[mcs] Improve test from e97227a53dc1a598f4e38de0fbd401dbe9ca7ca5Marek Safar
2015-09-07[mcs] Lift result of binary operation on enum types in more cases. Fixes #33723Marek Safar
2015-09-07[mcs] Consider whole hierarchy of inherited type arguments inflated via base ...Marek Safar
2015-09-03[mcs] Use auto-property backing field for setting only when setter is not ava...Marek Safar
2015-09-03[mcs] Cache fixed array type expression. Fixes #33573Marek Safar
2015-09-03[mcs] Implements null operator used from both outer and inner expression of t...Marek Safar
2015-09-01[mcs] Remove not implemented from ambiguous static type lookup. Fixes #33527Marek Safar
2015-08-17[mcs] Reduced statement expressions can still be used as statements. Fixes #3...Marek Safar
2015-08-10[mcs] Fix string interpolation parsing where inner expression contains { } to...Marek Safar
2015-08-04[mcs] Special case return expression of Task<Task> in async block. Fixes #32712Marek Safar
2015-07-27[mcs] Reset doc reader state after expression bodied property. Fixes #32456Marek Safar
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-07-24[mcs] struct parameterless instance constructor feature was removed from C#6 ...Marek Safar
2015-07-21[mcs] Set builder for partial method definition attributes. Fixes #31948Marek Safar
2015-07-20[mcs] Add missing interpolated string segmnent clone. Fixes #32135Marek Safar
2015-07-20[mcs] Parentheses expression can act as conditional access receiver. Fixes #3...Marek Safar
2015-07-20[mcs] Resolve nullable expression before unwrapping. Fixes #32054Marek Safar
2015-07-17[mcs] Update to latest mscorlibMarek Safar
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