Commit graph

1274 commits

Author SHA1 Message Date
Fredric Silberberg 05dacb663a
Added notes for November 16th, 2020. 2020-11-16 15:14:04 -08:00
Mads Torgersen 59449140af
Update README.md 2020-11-13 15:35:00 -08:00
Mads Torgersen 1df9b32fd7
Update LDM dates 2020-11-13 15:34:45 -08:00
Fred Silberberg 7c519e291f
Fix AsyncMethodBuilder link 2020-11-11 15:27:30 -08:00
Fred Silberberg fd50ce8311
Fix AsyncMethodBuilder link 2020-11-11 15:26:54 -08:00
Fredric Silberberg f5dd4c9e6a
Added notes for November 11th, 2020 2020-11-11 14:23:26 -08:00
Stephen Toub 1fccd6246b
Add comments on localized pooling 2020-11-11 09:39:38 -05:00
Yair Halberstadt 38908f71e5
Add proposal for pattern matching Span<char> on a constant string (#4068) 2020-11-10 15:10:17 -08:00
Julien Couvreur 00d9d791b6
Refresh NRT spec (#4104) 2020-11-09 21:26:43 -08:00
Mads Torgersen d636ada06f
Update README.md 2020-11-09 10:54:38 -08:00
Fred Silberberg ed13b83b47
Add IsRecord to agenda 2020-11-09 10:12:04 -08:00
Stephen Toub 796742db0d
Fix tabs instead of spaces in async method builders proposal 2020-11-08 15:22:18 -05:00
Stephen Toub 4650fd6202
Remove erroneous [Pool] portion of async method builders proposal 2020-11-08 15:21:17 -05:00
Mads Torgersen 1cec9651fd
Update LMD agenda 2020-11-06 14:16:18 -08:00
Rikki Gibson 29b0f41953
Add nullable parameter default proposal (#4101) 2020-11-06 09:57:45 -08:00
Stephen Toub 4c8b0a1c81
Add proposal for per-method AsyncMethodBuilders (#4105)
* Add async methods proposal

* Address PR feedback
2020-11-05 17:58:17 -05:00
Jared Parsons 475c75bfab
Move task like proposal to csharplang (#4107)
Moving the task-like proposal from roslyn to csharplang

https://github.com/dotnet/roslyn/blob/master/docs/features/task-types.md
2020-11-05 14:23:43 -08:00
Fredric Silberberg 1458643eab
Added notes for November 11th, 2020 2020-11-04 16:00:41 -08:00
Julien Couvreur 29df547564
Fork NRT speclet (#4100) 2020-11-04 12:05:09 -08:00
Fred Silberberg 22ab7021c3
Add init accessors in readonly structs and readonly properties (#3915) 2020-11-02 12:55:26 -08:00
Fred Silberberg 87c087f410
Add list patterns to schedule when convenient. 2020-11-02 11:05:37 -08:00
Mads Torgersen 7712303fc6
Update LDM agenda 2020-11-01 16:38:48 -08:00
Youssef Victor 7125a8428a
Fix typo (is -> if) (#4091) 2020-10-31 11:56:08 -07:00
Julien Couvreur b2b83eed29
Disallow unsafe types for record parameters (#4077) 2020-10-29 22:17:22 -07:00
Mads Torgersen a4c37c2d68
Add to the LDM agenda 2020-10-29 17:28:46 -07:00
Yair Halberstadt 75ea1d741f
Allow trailing comma after subpatterns (#4069) 2020-10-27 10:39:10 -07:00
Fred Silberberg ddbd1e2505
Fix bullets 2020-10-26 14:18:25 -07:00
Fredric Silberberg 211d49a34f
Add notes for October 26th, 2020 2020-10-26 14:17:17 -07:00
Charles Stoner 9807f9b2e2
Add proposals/csharp-9.0/unconstrained-type-parameter-annotations.md (#4043) 2020-10-26 13:19:24 -07:00
Julien Couvreur 4fc7fcf83b
Update README.md 2020-10-24 22:20:25 -07:00
Julien Couvreur 0d9762aa9f
Allow semi-colon after block body for record declarations (#4060)
Since we allow `class C { };`
2020-10-23 10:52:39 -07:00
Fredric Silberberg 346d2d2125
Added notes for October 21st, 2020 2020-10-21 14:56:54 -07:00
Mads Torgersen 1042196165
Add LDM dates 2020-10-21 09:33:44 -07:00
Mads Torgersen dc5830cd93
Update C# LDM 2020-10-21 09:16:18 -07:00
Petr Kulikov 94b8189f4a
Covariant returns - typo fixes (#4045) 2020-10-21 10:30:43 -04:00
Fred Silberberg e4b0ade065
Add info about the milestones to the README. (#4011) 2020-10-20 15:02:12 -07:00
Charles Stoner a0b59a6768
Add proposals/csharp-8.0/shadowing-in-nested-functions.md (#4036)
* Add proposals/csharp-8.0/shadowing-in-nested-functions.md

* Use enclosing method rather than scope

* Misc.
2020-10-19 12:56:27 -07:00
Mads Torgersen 8e7d390f6d
Update LDM agenda 2020-10-16 17:36:37 -07:00
Mrxx99 f6a4820041
Updated records in proposal "discriminated-unions" (#4014)
Changed "data class" in examples to "record" and some other adjustments to conform more with records.
Also swapped position of "partial" and "abstract" because apparently the compiler only likes it the other way.
To get the examples to compile the classes that contain the records ("Shape", "Binary" and "Expr") should also be changed to record but I left that out for now.
2020-10-15 10:51:54 -07:00
Fredric Silberberg 843230d5c0
Added notes for October 14th, 2020 2020-10-14 14:57:31 -07:00
Fred Silberberg 87adc18115
Fix links 2020-10-13 11:59:07 -07:00
Fred Silberberg 2878f42415
Fix list formatting 2020-10-13 11:55:19 -07:00
Fredric Silberberg c2b4f93666
Added notes for October 12th, 2020. 2020-10-12 16:00:42 -07:00
Eamon Nerbonne 88ef4b0056
revist => revisit (#3995) 2020-10-11 09:45:46 -07:00
Mads Torgersen d5d2f87c23
Update LDM agenda 2020-10-09 14:30:22 -07:00
Fred Silberberg 1efe320de3
Fix ToC 2020-10-07 16:01:51 -07:00
Fredric Silberberg 41828d6f50
Added notes for October 7th, 2020 2020-10-07 15:58:39 -07:00
Mads Torgersen 57ab7dca0d
Add next design review to agenda 2020-10-07 12:31:12 -07:00
Mads Torgersen b22cb4c657
Update README.md
Remove obsolete agendas
2020-10-07 12:29:53 -07:00
Fredric Silberberg 7cbb29465b
Added notes for October 5th, 2020 2020-10-06 14:58:21 -07:00