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-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
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