Commit graph

282 commits

Author SHA1 Message Date
Julien Couvreur 3ee3c05dfa
Update pattern-based-fixed.md 2018-05-13 12:47:43 -07:00
Julien Couvreur 666f0f2e2a
Create ranges.cs 2018-05-08 15:21:24 -07:00
Mads Torgersen 55f74b7374
Merge pull request #1487 from dotnet/design-notes
Add design notes
2018-05-01 13:18:34 -07:00
Mads Torgersen 7f4c64b9d4 Merge remote-tracking branch 'refs/remotes/origin/master' into design-notes 2018-05-01 13:16:51 -07:00
Mads Torgersen 326fcc2e56 Add raw notes 2018-05-01 13:15:49 -07:00
Jared Parsons 0760caef1b
Merge pull request #1459 from OmarTawfik/add-ranges-proposal
Added ranges proposal
2018-04-19 13:47:13 -07:00
Omar Tawfik 7c8a788cb9 More comments 2018-04-19 13:44:50 -07:00
JacekSmi ebeb8f6488 Unnecessary closing brace (#1405) 2018-04-17 19:21:19 -04:00
Omar Tawfik 3945f6c228 More PR Comments 2018-04-17 12:05:59 -07:00
Julien Couvreur b541a344c0
Add 7.3 to language history (#1461) 2018-04-15 16:31:31 -04:00
Omar Tawfik b6e53e8db2 PR Comments 2018-04-13 14:47:05 -07:00
Omar Tawfik 36bc9d56c4 Added ranges proposal 2018-04-13 12:21:36 -07:00
Mads Torgersen ab97e523f9
Merge pull request #1444 from dotnet/design-notes
Add raw notes
2018-04-06 10:45:10 -07:00
Mads Torgersen f4791be052 Add raw notes 2018-04-06 10:44:01 -07:00
Mads Torgersen 63bd044471
Merge pull request #1423 from dotnet/design-notes
Add raw notes for Mar 28, 2018
2018-03-30 11:28:18 -07:00
Mads Torgersen 82738ecc3a Add raw notes for Mar 28, 2018 2018-03-30 11:27:15 -07:00
Mads Torgersen fbffbd92d2
Merge pull request #1418 from dotnet/design-notes
Add raw notes for 3/21/2018
2018-03-27 17:45:34 -07:00
Mads Torgersen e2739501f7 Add raw notes for 3/21/2018 2018-03-27 17:43:43 -07:00
Julien Couvreur 849b28c948
Create improved-overload-candidates.md 2018-03-21 15:23:40 -07:00
Mads Torgersen 0cafe79dd2
Merge pull request #1402 from dotnet/design-notes
Clean up Jan design notes
2018-03-20 17:38:39 -07:00
Mads Torgersen 9cb067bb79 Clean up Jan design notes 2018-03-20 17:38:03 -07:00
Julien Couvreur c94ec9391a
Move tuple equality speclet to 7.3 folder (#1401) 2018-03-20 14:18:29 -07:00
Julien Couvreur 351dc303a4
Proposal for tuple equality/inequality comparisons (#967) 2018-03-20 14:07:28 -07:00
Mads Torgersen 839e32ec58
Merge pull request #1400 from dotnet/design-notes
Add raw notes for 2018
2018-03-20 09:04:06 -07:00
Mads Torgersen 74feb87849 Add raw notes for 2018 2018-03-20 09:03:16 -07:00
Alireza Habibi 36e8ff8fda Create target-typed-new.md (#1306) 2018-03-17 13:32:59 -07:00
Julien Couvreur d437a2a6aa
Move C# 7.3 proposals to sub-folder (#1384) 2018-03-15 23:36:16 -07:00
Vladimir Sadov fcaa6596cf
Merge pull request #1343 from dotnet/MovableFixed
Proposal: allow indexing movable `fixed` fields without pinning.
2018-03-01 11:54:23 -08:00
Vladimir Sadov 04ef8c064e
Proposal: allow indexing movable fixed fields without pinning. 2018-02-27 18:16:31 -08:00
Unknown6656 cc23b5f6bd Fix type for "whole" (#1337) 2018-02-26 12:39:07 -08:00
Julien Couvreur b650b02f3d
Update LDM history 2018-02-16 10:38:24 -08:00
stakx 38370edf77 Fix typos in proposals (#1267) 2018-01-25 13:32:23 -08:00
Petr Onderka 41f25e80dc Fixed structs link (#720) 2018-01-25 13:17:27 -08:00
Bill Barry 195efa0780 should implement IAsyncDisposable correctly (#1250) 2018-01-25 13:14:20 -08:00
stakx 7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
stakx c2327f101b Fix typos in meetings (#1268) 2018-01-25 13:11:49 -08:00
Bill Barry 894218d034 spelling mistake (#1275) 2018-01-25 13:08:35 -08:00
Jared Parsons d9955017d3
Merge pull request #1276 from jaredpar/fix-um
Blittable design update
2018-01-25 11:42:32 -08:00
Jared Parsons 821f59691c PR feedback 2018-01-25 08:20:38 -08:00
Jared Parsons 277edadd54 PR feedback 2018-01-24 18:20:46 -08:00
Jared Parsons 42bf13e172 Blittable design update
This updates the blittable design to reflect the most recent design
meeting on the subject. Summary of the changes:

1. Decided on `unmanaged` over `blittable`: This is the term used by
the spec and prior art (in F#). Additionally `blittable` is actually
a stronger constraint than what we actually need here.
2. Removed the struct declaration section: After further examination
it was decided that forcing existing structs to be annotated with
`unmanaged` before meeting the `unmanaged` constraint would severely
limit the feature. Decided to focus on the constraint here only.

Note: even though we changed the name I still kept the doc as
blittable.md for now to avoid breaking links and keeping doc history.
2018-01-24 16:33:49 -08:00
Vladimir Sadov c52436f0e5
Merge pull request #1166 from VSadov/buffers
More details on indexable fixed-sized buffers proposal.
2018-01-22 14:26:15 -08:00
Vladimir Sadov 3f42bec0fe
Merge pull request #1100 from VSadov/fixed
Proposal for the Pattern based fixed statement
2018-01-22 14:22:18 -08:00
Vladimir Sadov e8b2a485d7
Merge pull request #1223 from VSadov/SkipLocalsInit
Allow suppressing emit of `localsinit` flag via an attribute.
2018-01-22 14:20:39 -08:00
Vladimir Sadov 107f795a57
Merge pull request #1122 from VSadov/StackArrInit
Stackalloc array initializers.
2018-01-22 13:51:49 -08:00
Unknown6656 5c8b39f20e removed duplicate entry for 2013-11-04 (#1232) 2018-01-01 15:47:17 -08:00
vsadov b7e03b93ff fix summary 2017-12-27 17:31:47 -08:00
vsadov d5afe2141f Allow suppressing emit of localsinit flag via an attribute. 2017-12-27 17:28:21 -08:00
Neal Gafter beafc79a89
Add notes for 2017-10-21 (#1222)
* Update index.

* Add 2013-10-21 meeting notes
2017-12-27 17:12:19 -08:00
Neal Gafter c8ea2835cc
Update index. (#1221) 2017-12-27 16:19:16 -08:00