Commit graph

628 commits

Author SHA1 Message Date
Andy Gocke
9b8c1aa479
Fix IEnumerable/IEnumerator mixup 2019-01-27 21:02:06 -08:00
Andy Gocke
66a949f7ab Add LDM notes for Jan 23, 2019 2019-01-27 20:12:33 -08:00
Andy Gocke
9db8a141ba Add LDM notes for Jan 16th, 2019 2019-01-27 20:04:31 -08:00
Neal Gafter
ba74636e6c
Minor changes to patterns spec: (#2171)
- Allow trailing comma in property pattern
- Allow trailing comma in switch expression
- Rename deconstruct_subpattern to positional_subpattern
2019-01-24 16:09:02 -08:00
Jared Parsons
b897a4b8c2
Merge pull request #2165 from jaredpar/fix-funcptr
Function pointer updates
2019-01-23 07:59:43 -08:00
Jared Parsons
7f75c8c42f
PR feedback 2019-01-23 07:57:56 -08:00
Jared Parsons
4396e64b8a
Native callback 2019-01-23 07:55:27 -08:00
Jared Parsons
9b8e8637ea
Instance members 2019-01-23 07:46:05 -08:00
Jared Parsons
db2719c96c
Clarify static delegates 2019-01-23 07:32:03 -08:00
Jared Parsons
724bc02887
Clarify the naming reasons 2019-01-23 07:22:15 -08:00
Jared Parsons
b3cd4788ff
Move to func* syntax 2019-01-23 07:11:59 -08:00
Jared Parsons
24f7fe1f22
Merge pull request #2144 from jaredpar/fix-arg
Proposal: Simplified parameter null validation
2019-01-23 05:51:55 -08:00
Mads Torgersen
86725a2bef
Update README.md 2019-01-18 14:49:25 -08:00
Andy Gocke
3fc033b6e9 LDM notes for 2019-01-14 2019-01-17 15:59:39 -08:00
Andy Gocke
5256f68af2
Add discussion of record syntax to schedule 2019-01-17 15:44:40 -08:00
Neal Gafter
c688ee0efd
Update README.md 2019-01-17 14:36:25 -08:00
Neal Gafter
dc0f39805b
Update README.md 2019-01-17 14:31:51 -08:00
Mads Torgersen
d4f65d4f49
Update README.md 2019-01-15 16:39:51 -08:00
Andy Gocke
6b5776cb6f Add LDM notes for Jan 9th, 2019 2019-01-15 16:09:37 -08:00
Jared Parsons
6829da0140
Work on ValueFormattableString 2019-01-14 20:52:35 -08:00
Jared Parsons
eafd1d233a
Variant section 2019-01-14 20:19:19 -08:00
Jared Parsons
1411f2cc75
More work 2019-01-14 18:21:33 -08:00
Jared Parsons
dc6d70e02c
Cleanup 2019-01-14 16:32:00 -08:00
Jared Parsons
32ae3b834c
More work 2019-01-14 16:21:39 -08:00
Julien Couvreur
0ae3088e4a
Merge pull request #2126 from mairaw/patch-1
minor fixes
2019-01-14 14:32:23 -08:00
Jared Parsons
94eef2a172
Responding to LDM feedback 2019-01-14 13:15:37 -08:00
Jared Parsons
e3b88f2b10
Null arg checking proposal
Proposal for simplified null argument validation.
2019-01-13 18:16:19 -08:00
Mads Torgersen
3461615c9f
Update README.md 2019-01-11 14:37:04 -08:00
Julien Couvreur
f1e473bcad
Update README.md 2019-01-11 13:36:19 -08:00
Mads Torgersen
7188de5cbb
Reverse design README order to newest first 2019-01-11 13:23:29 -08:00
Andy Gocke
0c742de198 Fix typo 2019-01-11 13:20:33 -08:00
Julien Couvreur
ffad58f4fd
Update README.md 2019-01-10 18:07:33 -08:00
Mads Torgersen
d0f4efa010
Merge pull request #2134 from dotnet/design-notes
Describe Merging
2019-01-10 16:30:50 -08:00
Mads Torgersen
365604f3d5 Describe Merging 2019-01-10 16:29:57 -08:00
Andy Gocke
e6fab216b9 Add LDM notes for Jan 7, 2019 2019-01-10 13:00:03 -08:00
Fred Silberberg
764d5cc864
Add LDM topic. 2019-01-08 10:52:08 -08:00
Maira Wenzel
21db2ab731
minor fixes 2019-01-08 10:12:14 -08:00
Julien Couvreur
50b2a5989e
Update README.md 2019-01-07 13:04:04 -08:00
Julien Couvreur
94e26e2bc4
Moving remaining topics from 2018 2019-01-07 13:03:39 -08:00
Julien Couvreur
40ea7c0d94
Update README.md 2019-01-07 13:02:53 -08:00
Andy Gocke
daea63ed9f Fix typo in the 2018 agenda 2019-01-07 00:23:12 -08:00
Andy Gocke
c9a99c0f17 Add LDM notes for Dec. 12, 2018 2019-01-07 00:20:35 -08:00
Andy Gocke
1788961228 Add LDM notes for Dec. 5, 2018 2019-01-07 00:11:20 -08:00
Neal Gafter
f1affadc58
Update README.md 2019-01-06 17:14:29 -08:00
Julien Couvreur
a43e692461
Update README.md 2019-01-06 14:57:12 -08:00
Julien Couvreur
a163e02cc8
Update README.md 2019-01-04 15:20:16 -08:00
Julien Couvreur
c9b85e777e
Update README.md 2019-01-04 14:34:18 -08:00
Mads Torgersen
4703522437
Start 2019 LDM agenda 2019-01-04 12:53:48 -08:00
Neal Gafter
bb0f682299
Add ref-escape rules for unary operators. (#2117) 2019-01-04 11:27:28 -08:00
Neal Gafter
959610965e
Introduce directory for 2019 meetings (#2116) 2019-01-03 16:40:50 -08:00