Commit graph

58 commits

Author SHA1 Message Date
Neal Gafter b7f7b22866 Change improved-common-type.md to handle nullable but not base classes 2017-02-26 12:27:13 -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
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
Neal Gafter fab2157f7e Add some championed proposals. 2017-02-09 09:02:29 -08:00
LouisFr81 3f8bf1c23a grammar correction 2017-02-09 12:11:20 +01:00
Vladimir Sadov e8a42bafa8 Adding the "Readonly references" proposal (#28) 2017-02-08 12:56:35 -08:00
Tanner Gooding 7a91a792ed Adding the intptr-operators proposal. 2017-02-06 08:06:33 -08:00
Mads Torgersen 7ea9a47f79 Merge pull request #22 from hughbe/patch-1
Fix typo in the nullable reference types proposal
2017-02-03 10:29:26 -08:00
Hugh Bellamy 8da10979b7 Fix typo in the nullable reference types proposal 2017-02-03 11:18:41 +07:00
Mads Torgersen 3b7e2ddf89 Merge pull request #16 from stephentoub/fix_nullempty_array
Update spec'd behavior of fixed with null/empty array
2017-02-02 19:46:18 -08:00
Mads Torgersen 85fbc04899 Merge pull request #17 from sharwell/require-asterisk
Require an asterisk to close a delimited_doc_comment
2017-02-02 19:32:39 -08:00
Jared Parsons 6d46f9f18d Merge pull request #21 from ErikSchierboom/patch-1
Link to correct C# mailing list in README.md
2017-02-02 10:34:05 -08:00
Erik Schierboom 8dbc37e96e Link to correct C# mailing list in README.md 2017-02-02 19:32:19 +01:00
Mads Torgersen f985e74e68 Merge pull request #18 from sharwell/gitattributes
Add initial .gitattributes
2017-02-02 09:51:58 -08:00
Sam Harwell 4466872aa4 Add initial .gitattributes
This change ensures various Git clients on different operating systems
will commit changes to the text files in this repository uniformly.
2017-02-01 22:51:37 -06:00
Sam Harwell 380631f0cc Require an asterisk to close a delimited_doc_comment
Prior to this change, the grammar showed that the asterisk in the '*/' pair
that closes a block comment was optional. This change updates the grammar
rule to require at least one asterisk to appear.
2017-02-01 22:45:24 -06:00
Stephen Toub fc7e0f6d81 Update spec'd behavior of fixed with null/empty array 2017-02-01 22:16:05 -05:00
Mads Torgersen 460058747f Merge pull request #15 from scottdorman/master
Corrected notes link to point to meetings folder.
2017-02-01 17:19:13 -08:00
Scott Dorman a275da6616 Corrected notes link to point to meetings folder. 2017-02-01 19:14:57 -05:00
Mads Torgersen 564b51a481 Merge pull request #12 from scottdorman/master
Consistency updates between C# and VB repos.
2017-02-01 15:29:52 -08:00
Scott Dorman 9093b4feda Consitency updates between C# and VB repos.
Updated the README.md files for consitency between the C# and VB repos.
2017-02-01 16:12:01 -05:00
Mads Torgersen a3a5aa01ed Update READMEs 2017-02-01 10:56:32 -08:00
Neal Gafter 6027ad5a4a Add markdown specification (#9)
* Initial port of the C# 6 specification; all the heavy lifting had been done by @ljw1004
* Remove pdf, html versions and grammar versions until we figure out how to build them.
2017-02-01 10:35:24 -08:00
Mads Torgersen 0709623617 Link to Roslyn 2017-01-31 17:58:50 -08:00
Mads Torgersen a5f82604ea Update READMEs 2017-01-31 13:07:49 -08:00
Mads Torgersen b9aa7a6a39 Finish README for meetings 2015 2017-01-31 11:30:19 -08:00
Mads Torgersen 953114fa06 Start updating the README for 2015 with links 2017-01-31 10:42:14 -08:00
Mads Torgersen a8d0626a9f Move design meeting notes into subfolders by year 2017-01-31 10:38:26 -08:00
Neal Gafter 706a455a57 Add LDM meeting notes from 2015 onward. (#7)
* Add LDM meeting notes from 2015 onward.
2017-01-30 14:35:20 -08:00
Mads Torgersen b5bfafdb73 Updated proposal README 2017-01-27 16:52:16 -08:00
Mads Torgersen 6de398597a Add folders and READMEs 2017-01-27 11:02:27 -08:00
Mads Torgersen fe13c626a1 README for meetings 2017-01-26 18:43:34 -08:00
Mads Torgersen 70d3c116ce Added design notes 2017-01-26 18:26:33 -08:00
Mads Torgersen 3e2891a18b More language design notes 2017-01-26 17:47:41 -08:00