Commit graph

189 commits

Author SHA1 Message Date
Petr Onderka dcabca1a59 Removed stray ` (#394) 2017-04-04 15:18:30 -07:00
Petr Onderka 5cb84f4a66 Small fixes to LDM notes (#383) 2017-04-04 15:17:33 -07:00
Neal Gafter 5a2fffed6e Add precise proposed spec for improved common type. (#386) 2017-04-04 14:47:39 -07:00
Stephen Toub f86454255e Merge pull request #381 from stephentoub/readonly_locals
Add proposal for readonly locals/parameters
2017-04-04 15:01:31 -04:00
Stephen Toub f7eb0e3e33 Add proposal for readonly locals 2017-04-04 14:18:15 -04:00
Stephen Toub dfb46ac110 Merge pull request #375 from stephentoub/lambdaattrs
Add proposal for attributes on lambdas
2017-04-03 10:08:59 -04:00
Stephen Toub 24b2ac2598 Add comment about return-targeted attributes 2017-03-29 06:35:57 -04:00
Stephen Toub 2531e639b6 Add proposal for attributes on lambdas 2017-03-28 13:27:18 -04:00
Neal Gafter cd7964ed24 Clarify that a constant pattern must be constant after the conversion. 2017-03-27 14:43:38 -07:00
Mads Torgersen c2d72e9b9a Add design notes 2017-03-27 09:50:15 -07:00
Mads Torgersen e394ac3723 Finish notes 2017-03-27 08:07:36 -07:00
Mads Torgersen f639a8d2cf Finish meeting notes 2017-03-24 12:28:59 -07:00
Neal Gafter d7c01cd036 Add to the motivations section of the default interface methods proposal. 2017-03-20 17:15:09 -07:00
Mads Torgersen f5562460d6 Raw and finished design notes 2017-03-20 09:14:32 -07:00
Neal Gafter 592158fa04 Correct a typo 2017-03-17 16:04:56 -07:00
Neal Gafter 713e5e6aa3 Correct an explanatory example 2017-03-17 16:04:29 -07:00
Tanner Gooding c5de26f520 Merge pull request #126 from tannergooding/static-delegate
Adding the static-delegate proposal.
2017-03-16 16:53:44 -07:00
Neal Gafter 3524ad4e2b Add some details discussed in LDM. (#250) 2017-03-16 16:50:29 -07:00
Neal Gafter 5123ec0edf Update null-conditional-await.md 2017-03-15 12:25:12 -07:00
Neal Gafter 1a8ffd3975 Add implemented reachability spec for local functions. 2017-03-14 13:37:51 -07:00
LouisFr81 a8c5fb4298 Space missing between 'i' and 'is' (#260)
Merging on behalf of @LouisFr81. Thanks
2017-03-14 11:10:28 -07:00
Julien Couvreur 6e3d2dfe67 Create target-typed-default.md (#209) 2017-03-08 10:04:42 -08:00
Vladimir Sadov 8635b735e1 Proposal for the "conditional ref expression" feature (#224)
Proposal for the   "conditional ref expression" feature.
moved from https://github.com/dotnet/roslyn/issues/16473
2017-03-07 14:11:37 -08:00
Stephen Toub fd33fa5b7d Update discussion of async void 2017-02-28 18:10:00 -05:00
Neal Gafter 81bbace212 Add some C# 7 feature proposals. (#201) 2017-02-27 12:47:39 -08:00
Neal Gafter 92be8b7c9f Update the spec for handling constant patterns (implementation in progress) (#81) 2017-02-27 12:46:08 -08:00
LouisFr81 9d957f97b1 I think there is a comma missing from record_parameter_list
* Update records.md
2017-02-27 12:44:49 -08:00
Scott Dorman d432a56ddd Fixes #160. (#174)
Fixes #160
2017-02-27 12:42:38 -08:00
Neal Gafter b7f7b22866 Change improved-common-type.md to handle nullable but not base classes 2017-02-26 12:27:13 -08:00
Tanner Gooding e23c9e0ebd Clarifying on some points in the static-delegates proposal. 2017-02-16 08:02:34 -08:00
Stephen Toub ad7cc14ce2 Merge pull request #112 from stephentoub/asyncmainprop
Add proposal for Async Main
2017-02-16 07:42:25 -08:00
Tanner Gooding 6b8bd95f8b Adding a couple of drawbacks to the static-delegates proposal. 2017-02-16 07:19:41 -08:00
Tanner Gooding d3672725b1 Adding the static-delegate proposal. 2017-02-15 21:15:08 -08:00
Stephen Toub 3d15be368b Add a proposal for async Main 2017-02-14 18:03:24 -08:00
Mads Torgersen 2bf35bd23e Update READMEs for discussion in GitHub issues 2017-02-13 16:20:11 -08:00
Eyal Solnik 30b064fd95 Remove abbreviations from the text (#68)
* Update proposal-template.md
* Remove abbreviation from the text

Some people aren't native English speakers and they might have problems understanding the text when abbreviations are used.
2017-02-13 14:59:12 -08:00
Neal Gafter b6b3661add Add question regarding &&= to the ??= spec 2017-02-13 11:27:45 -08:00
Tanner Gooding 7c59892a00 Updating the intptr-operators proposal to include the list of operators. (#50)
* Updating the `intptr-operators` proposal to include the list of operators.
* Fixing some typos in the intptr-operators proposal.
* Fixing the comment for `explicit operator System.UIntPtr(int)` and `explicit operator System.UIntPtr(uint)` to indicate the value should Zero Extend
2017-02-13 11:05:50 -08:00
Mads Torgersen 82c1088104 Merge pull request #29 from LouisFr81/patch-1
grammar correction
2017-02-09 17:05:25 -08:00
Mads Torgersen 5db36372f7 Merge pull request #41 from scottdorman/master
Add README for 2017, update 2016 README.
2017-02-09 16:59:24 -08:00
Neal Gafter b421db7418 Add spec for default interface methods. (#51) 2017-02-09 16:30:35 -08:00
Neal Gafter 435958d343 Add proposal for covariant return types. (#47) 2017-02-09 13:06:45 -08:00
Mads Torgersen c38b02979f Merge pull request #23 from tannergooding/intptr-operators
Adding the intptr-operators proposal.
2017-02-09 13:03:50 -08:00
Neal Gafter 42db01c2e6 Add an early (already out-of-date) draft of pattern-matching spec. (#44) 2017-02-09 12:24:13 -08:00
HaloFour 0198d1d9aa Create auto-prop field attributes proposal specification (#25) 2017-02-09 11:55:28 -08:00
Scott Dorman 26c9dd83f2 Add README for 2017, update 2016 README. 2017-02-09 14:53:01 -05:00
Mads Torgersen 1bd3ad3dbc Add upcoming meetings 2017-02-09 10:54:08 -08:00
Mads Torgersen f1f0eac7ec Changed date in notes 2017-02-09 10:51:52 -08:00
Mads Torgersen 5b9fd170d6 Merge pull request #31 from gafter/gafter-champ-md
Add some championed proposals.
2017-02-09 10:11:09 -08:00
Scott Dorman 172a371cd9 Added 2013 and 2014 LDM meeting notes. (#26) 2017-02-09 09:25:09 -08:00