Commit graph

1155 commits

Author SHA1 Message Date
Andy Gocke a05203115d Add LDM notes for 2020-06-15 2020-06-18 16:23:32 -07:00
Kevin Sun eb00bb077e
Add constant interpolated strings (#3581)
* Create constant_interpolated_strings.md

* Update constant_interpolated_strings.md

* Update constant_interpolated_strings.md

* Update constant_interpolated_strings.md

* Update constant_interpolated_strings.md

* Update constant_interpolated_strings.md
2020-06-18 09:43:38 -07:00
Fred Silberberg aa2ff4d18a
Add spec for extension GetEnumerator (#3576)
* Add extension GetEnumerator spec.

* Add await foreach note
2020-06-17 16:40:02 -07:00
Mads Torgersen 9ca3758397
Update README.md 2020-06-17 10:33:28 -07:00
Hiroshi Yoshioka 538df2e3c3
Typo "***" (#3405)
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/nullable-reference-types-specification
2020-06-17 08:30:02 -07:00
Mads Torgersen 7efb8212e5
Update README.md 2020-06-15 13:56:27 -07:00
Charles Stoner 4c158751bb
Update README.md 2020-06-15 09:03:57 -07:00
Mads Torgersen f84503e651
Update README.md 2020-06-15 08:58:56 -07:00
Mads Torgersen 1a38cbd5b1
Update README.md 2020-06-15 07:34:57 -07:00
Rikki Gibson c90824ed24
Create repeat-attributes.md 2020-06-12 16:59:32 -07:00
Mads Torgersen 82c4d68bb8
Update README.md 2020-06-11 12:02:05 -07:00
Andy Gocke 0f56445e25 Add LDM notes for June 10, 2020 2020-06-10 12:22:54 -07:00
Charles Stoner 3bfb6f875a
Update record equality specification (#3552) 2020-06-10 12:16:37 -07:00
AlekseyTs 0e42c53aa5
Clarify some aspects for record constructors (#3548) 2020-06-10 08:46:46 -07:00
Mads Torgersen 348d1c74a9
Update README.md 2020-06-09 11:12:16 -07:00
Mads Torgersen ab0c24d125
Update README.md 2020-06-09 11:10:06 -07:00
Andy Gocke 5c9b8f27bd
Update records.md (#3547) 2020-06-08 14:01:34 -07:00
Mads Torgersen 956d7e8ece
Update LDM agenda 2020-06-05 15:50:17 -07:00
Andy Gocke 100d3f7f04
Bring records proposal up to date (#3527)
Try to bring the proposal in line with LDM decisions. Inheritance is somewhat described, but there
have been no affirmative decisions by LDM so this is still in flux
2020-06-04 12:18:43 -07:00
Mads Torgersen 14f32ea1f1
Update README.md 2020-06-04 09:25:44 -07:00
Andy Gocke 6c404867b9
Add spec for nominal records (#3520) 2020-06-02 14:21:18 -07:00
Andy Gocke 2b2452802a Add LDM notes for June 1, 2020 2020-06-01 14:33:26 -07:00
Andy Gocke 85263bfff8 Add LDM notes for May 27, 2020 2020-05-31 15:23:16 -07:00
Neal Gafter 41e377c7fa
Update target-typed conditional expression spec. (#3503) 2020-05-31 14:29:44 -07:00
Andy Gocke ae11413106 Move old records proposals to rejected/ and rename current proposal 2020-05-30 12:24:13 -07:00
Andy Gocke 04f998e2f9
Update records-wip.md (#3505) 2020-05-30 12:21:00 -07:00
Mads Torgersen 7f02ff0a8b
Update LDM agenda 2020-05-29 15:49:55 -07:00
Mads Torgersen e1f35d1569
Update LDM agenda 2020-05-29 11:09:47 -07:00
Mads Torgersen 35c14f7c15
Update LDM agenda 2020-05-26 11:51:35 -07:00
Andy Gocke 300226c009
Update spec for record value equality (#3396) 2020-05-24 12:25:51 -07:00
Neal Gafter e355841daa
Update target-typed-conditional-expression.md
Adjust specification.
2020-05-21 14:53:19 -07:00
Andy Gocke 751ebd4669 Add LDM notes for 2020-05-11 2020-05-19 00:54:16 -07:00
Neal Gafter 125539b88d
Add doc for C# 6.0 struct autoprop initialization (#3459) 2020-05-18 16:36:57 -07:00
Jaliya Udagedara c2df2ee72f
Update constructor parameters (#3466) 2020-05-17 10:12:44 -07:00
JesperTreetop 9c3fde1e45
Correct March to April (#3461) 2020-05-15 08:24:07 -07:00
Matt Styles c2fe8f1d15
Updated status of null coalescing assignment from proposed to implementation completed (#3451)
* Updated status of null coalescing assignment from proposed to implementation completed

The feature is available in C# 8. I can't see guidance on what should be updated in these docs to reflect that, so not sure if what I've changed is what should be changed!

* Update null-coalescing-assignment.md

Marking all stages of null coalescing assignment proposal as completed with checkbox filling
2020-05-12 14:41:23 -07:00
Mads Torgersen 97eaba738e
Update README.md 2020-05-12 08:56:49 -07:00
Julien Couvreur 1466a8ae9e
Update README.md 2020-05-12 07:31:40 -07:00
Julien Couvreur 91b25c73a8
Update README.md 2020-05-11 14:07:05 -07:00
Julien Couvreur 76631d3a84
Update README.md 2020-05-11 14:06:24 -07:00
Julien Couvreur 9face9a8ec
Update README.md 2020-05-11 14:05:46 -07:00
AlekseyTs dccd6f151a
Merge pull request #3442 from AlekseyTs/SimplePrograms_04
Providing access to command line arguments within top-level statements
2020-05-11 10:34:04 -07:00
Andy Gocke ac0b1302b1 Fix file name for 2020-05-04 notes 2020-05-09 17:09:46 -07:00
Andy Gocke 45d49ec640 Add LDM notes for May 6, 2020 2020-05-09 17:06:58 -07:00
Andy Gocke a2d15ae55b Add LDM notes for May 4, 2020 2020-05-09 17:02:06 -07:00
AlekseyTs c657de69f5
Providing access to command line arguments within top-level statements 2020-05-09 09:43:55 -07:00
Fred Silberberg d073319400
Update proposals/function-pointers.md
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-05-08 23:16:08 -07:00
Fredric Silberberg fc347a5739
Update the calling convention and UnamangedCallersOnly attribute. 2020-05-08 16:14:30 -07:00
AlekseyTs f7f8935d16
Merge from dotnet/csharplang
Merge from dotnet/csharplang
2020-05-08 10:45:45 -07:00
Julien Couvreur 36bf39178d
Update README.md 2020-05-07 14:26:53 -07:00