Commit graph

1177 commits

Author SHA1 Message Date
Fred Silberberg
1bb454804d
Update the calling convention and UnmanagedCallersOnly attribute. (#3441)
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-07-01 15:02:01 -07:00
Fredric Silberberg
2ca2a15434
Fix typo. 2020-07-01 15:01:18 -07:00
Fredric Silberberg
07582155a4
Update the calling convention sections with feedback from internal design, LDM decisions, and PR feedback. 2020-06-30 16:05:25 -07:00
Fred Silberberg
dd3261cfde
Add required properties to the schedule. 2020-06-30 11:44:45 -07:00
Charles Stoner
413c55fe88
Override abstract property get and init accessors (#3626) 2020-06-30 10:53:26 -07:00
Mads Torgersen
510a72d2fc
Update README.md 2020-06-29 17:17:44 -07:00
Fredric Silberberg
6d8cee6e4a
Added notes for 6/29/2020 2020-06-29 17:16:32 -07:00
Andy Gocke
7460aa357e Adjust agenda 2020-06-28 22:22:19 -07:00
Andy Gocke
7058cc815e Add LDM notes for June 22, 2020 2020-06-28 22:20:41 -07:00
Mads Torgersen
607706fbf5
Update README.md 2020-06-26 10:52:29 -07:00
Mads Torgersen
6d43eec15c
Update README.md 2020-06-25 16:55:04 -07:00
Julien Couvreur
8498f4963c
Update README.md 2020-06-25 14:59:16 -07:00
Petr Kulikov
6f244db799
Fix typo in tuple equality proposal (#3614) 2020-06-25 11:42:58 -07:00
Fredric Silberberg
3b8500a93f
Added notes for 6/24/2020 2020-06-25 11:21:37 -07:00
Leandro Fernandes
f4b1117610
Add features in Language-Version-History.md (#3371)
* Update Language-Version-History.md

* remove en-us from links

* `params` arrays

* removed "Statement" bullet

* specify yield and lock statements

* adjust links section

* adds more links

* adds few more links

* added Covariance and contravariance in c#

reference https://docs.microsoft.com/pt-br/dotnet/csharp/whats-new/csharp-version-history
2020-06-25 08:34:14 -04:00
Julien Couvreur
b901db48de
Update static-lambdas.md 2020-06-24 14:00:36 -07:00
Rikki Gibson
aa2d828c82
Update module-initializers.md (#3604) 2020-06-23 15:23:17 -07:00
Andy Gocke
7c44a62f9a
Add nullable spec for nested functions 2020-06-22 15:07:55 -07:00
Fred Silberberg
26966202e8
Add function pointer link for Wednesday. 2020-06-22 11:16:48 -07:00
Mads Torgersen
0df3446c36
Update README.md 2020-06-22 08:24:00 -07:00
Charles Stoner
d48f35e584
Records: update "Equality members" spec section (#3583) 2020-06-19 14:20:47 -07:00
Andy Gocke
0e365431d7 Add LDM notes for 2020-06-17 2020-06-18 16:31:16 -07:00
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