Commit graph

756 commits

Author SHA1 Message Date
Andy Gocke
0489cb64b7 Add LDM notes for Sep 11, 2019 2019-09-11 14:48:21 -07:00
Scott Dorman
4da0c18183 Recommend <remarks> rather than <remark>
Fixes https://github.com/dotnet/csharplang/issues/2435 and updates `<remark>`  to `<remarks>`, per the original text in [ECMA-334](https://ecma-international.org/publications/files/ECMA-ST/ECMA-334.pdf) §D.3.12.
2019-09-11 14:07:05 -07:00
Julien Couvreur
7f7fc6e9e1
Merge pull request #2374 from Unknown6656/patch-2
Added missing code tag as pointed out in #2371
2019-09-10 14:43:54 -07:00
Julien Couvreur
dfbe21da9f
Merge pull request #2327 from ghost/patch-2
fix typo
2019-09-10 14:33:14 -07:00
Julien Couvreur
7bcdec6cea
Merge pull request #2342 from ghost/patch-3
fix typo
2019-09-10 14:32:54 -07:00
Julien Couvreur
4930dbd0f0
Merge pull request #2391 from MihaZupan/master
Fix typos in format proposal
2019-09-10 14:32:16 -07:00
Julien Couvreur
41e83a4d94
Merge pull request #2557 from ghost/patch-6
remove syntax highlighting
2019-09-10 14:31:32 -07:00
Julien Couvreur
2ba542e843
Merge pull request #2755 from svick/patch-2
Remove outdated info from spec index
2019-09-10 14:30:35 -07:00
Julien Couvreur
84b71ab329
Merge pull request #2789 from imba-tjd/patch-1
Add missing type name
2019-09-10 14:30:02 -07:00
Julien Couvreur
1c93d5d0a7
Update README.md 2019-09-10 11:39:18 -07:00
Julien Couvreur
94627ab36d
Update README.md 2019-09-10 11:39:06 -07:00
Andy Gocke
fffefd2455 Add LDM notes for Aug 28, 2019 2019-09-10 10:47:23 -07:00
Andy Gocke
2118a41673 Add LDM notes for Aug 28, 2019 2019-09-10 10:10:05 -07:00
谭九鼎
d53ef867bb
Add missing type name 2019-09-09 09:29:23 +08:00
AlekseyTs
568e8b0dfc
default-interface-methods.md: Adjust dependency rules for types in "Binding base clauses" section. (#2785) 2019-09-05 16:50:16 -07:00
Mads Torgersen
af15a640f3
Update LDM agenda 2019-09-04 12:59:38 -07:00
Mads Torgersen
c758374c15
Update LDM agenda 2019-09-03 11:16:06 -07:00
Mads Torgersen
ff7329ceb2
Update LDM Agenda 2019-08-29 13:45:38 -07:00
Petr Onderka
9040f69f9b
Remove outdated info from spec index 2019-08-28 11:45:54 +02:00
Youssef Victor
3211a34eac typo (#2705) 2019-08-27 19:27:42 -07:00
Mads Torgersen
e936a91525
Update LDM agenda 2019-08-25 17:02:17 -07:00
Leonid Tsarev
af27912886 Update recordsv2.md (#2717)
Seems according to prev. text that "final generated code" should have `[WithConstructor]` attribute on `With` method. It's omission, isn't it.
2019-08-08 13:32:29 -04:00
Julien Couvreur
f7952cdddf
Update target-typed-default.md 2019-07-30 13:23:29 -07:00
Andy Gocke
645afbd761 Add LDM notes for July 22, 2019 2019-07-29 18:45:13 -07:00
Andy Gocke
856c335cc5 Add new "nominal" records proposal 2019-07-29 18:39:10 -07:00
Andy Gocke
6a09af1205 Add LDM notes for July 17, 2019 2019-07-29 16:53:45 -07:00
Andy Gocke
d60ae8eab8 Add design notes for July 10, 2019 2019-07-29 16:43:14 -07:00
Mads Torgersen
27487fa029
Create primary-constructors.md 2019-07-23 15:31:23 -07:00
Julien Couvreur
e329800055
Record C# 8.0 into language history (#2666) 2019-07-18 23:07:57 -07:00
Mads Torgersen
3f45c409eb
Update LDM agenda 2019-07-17 09:05:31 -07:00
Mads Torgersen
1f318f9f22
Update LDM Agenda 2019-07-16 15:19:29 -07:00
Neal Gafter
687cdfcc02
Update README.md
Propose triage of championed proposals for tomorrow.
2019-07-16 12:34:11 -07:00
Julien Couvreur
07876a675e
Update README.md 2019-07-10 09:59:53 -07:00
Julien Couvreur
3a0da8893b
Update README.md 2019-07-10 09:55:55 -07:00
Fred Silberberg
ab06071722
Update README.md 2019-07-08 15:36:56 -07:00
Mads Torgersen
0454fa903e
Add LDM agenda 2019-07-08 11:24:05 -07:00
Julien Couvreur
25d98b63d7
Update README.md 2019-07-08 11:06:20 -07:00
Julien Couvreur
e8a30bcb9a
Update README.md 2019-07-08 10:44:56 -07:00
Fred Silberberg
1a46441156
Code-fence object and dynamic (#2597)
Code-fence object and dynamic
2019-06-13 11:20:43 -07:00
Petr Kulikov
f25a59e484
Update conversions.md 2019-06-13 19:03:19 +02:00
Julien Couvreur
098f046a76
Move Ranges proposal to csharp-8.0 folder (#2594) 2019-06-12 14:08:21 -07:00
Fred Silberberg
5a88d5432d
Merge pull request #2591 from 333fred/update-null-coalescing
Update ??= proposal with changes from LDM
2019-06-11 14:18:13 -07:00
Fredric Silberberg
edddfb9e5d
Update ??= proposal with changes from LDM 2019-06-11 14:16:17 -07:00
Julien Couvreur
1f8c618f4b
Move DIM and readonly member proposals to C# 8 folder (#2592) 2019-06-11 13:32:10 -07:00
Fred Silberberg
b6872068fa
fix: MD033/no-inline-html (#2424)
fix: MD033/no-inline-html
2019-05-26 20:45:20 -07:00
Nick Schonning
6cd82c21ed fix: MD033/no-inline-html
Inline HTML get swallowed in MD and HTML rendering
2019-05-25 01:31:46 -04:00
Fred Silberberg
09e0ddec3b
fix: MD037/no-space-in-emphasis (#2422)
fix: MD037/no-space-in-emphasis
2019-05-23 18:07:19 -07:00
Fred Silberberg
a98bdb81b4
fix: MD038/no-space-in-code (#2423)
fix: MD038/no-space-in-code
2019-05-23 18:06:50 -07:00
Fred Silberberg
4b0c7dd311
typo: Double word "for" (#2425)
typo: Double word "for"
2019-05-23 17:56:46 -07:00
Fred Silberberg
c6ba1879e0
typo: Double word "it" (#2427)
typo: Double word "it"
2019-05-23 17:56:32 -07:00