Commit graph

1282 commits

Author SHA1 Message Date
Mads Torgersen ea449ed112
Update README.md 2020-07-24 16:30:59 -07:00
Rikki Gibson 28eb378734
Delete nullable-constructor-analysis.md
This file wasn't intended to be added to `master` yet
2020-07-24 13:19:48 -07:00
Rikki Gibson 1dd5317c8b Add nullable-constructor-analysis.md 2020-07-24 13:18:54 -07:00
Mads Torgersen 2dda3cdd75
Update README.md 2020-07-24 12:49:11 -07:00
Leandro Fernandes 384dc3b466
adds few features 2020-07-24 14:23:14 -03:00
Fred Silberberg c25bf006cd
Merge pull request #3710 from 333fred/public-conventions
Only support public calling convention types.
2020-07-22 09:37:37 -07:00
Fredric Silberberg ebaabf6ca3
Only support public calling convention types. 2020-07-21 14:52:22 -07:00
Julien Couvreur c11b561232
Update README.md 2020-07-21 13:56:08 -07:00
Fred Silberberg de1645446e
Add equality operators in records to the agenda 2020-07-21 10:56:33 -07:00
Fredric Silberberg c6f4a217a6
Added LDM notes for 2020-07-20. 2020-07-20 15:52:41 -07:00
Julien Couvreur 32bfa55d19
Update README.md 2020-07-20 12:02:35 -07:00
Julien Couvreur 9a99808082
Update README.md 2020-07-20 12:01:29 -07:00
Julien Couvreur 731b371161
Update README.md 2020-07-20 11:52:03 -07:00
AlekseyTs 84c16c14e0
Rename Variance-safety-for-static-interface-members.md to variance-safety-for-static-interface-members.md 2020-07-19 09:26:18 -07:00
AlekseyTs 1052c8855f
Create Variance-safety-for-static-interface-members.md 2020-07-19 09:25:24 -07:00
Mads Torgersen 994c41586e
Update LDM Agenda 2020-07-17 15:42:13 -07:00
Fred Silberberg 8087d27db1
Merge pull request #3696 from anurmatov/patch-1
Update unsafe-code.md
2020-07-17 09:39:32 -07:00
AlekseyTs a5899d45d1
Clarify expected accessibility of an EqualityContract property in a record directly inheriting from object. (#3700) 2020-07-16 14:49:17 -07:00
Michael Ketting 6b9a732aa3
Fixed typo in Readme.md (#3694)
The link to the Design Notes for June 24th was set to June 22nd.
2020-07-16 08:15:53 -07:00
anurmatov 7d4c75a2da
Update unsafe-code.md
It should be specified comparison operator `>=` (greater than or equal) instead of lambda `=>`
2020-07-16 14:14:04 +06:00
AlekseyTs 3402ccd0e0
Clarify semantics of with expression. (#3690) 2020-07-15 16:02:56 -07:00
AlekseyTs 66fd2ffbda
Clarify accessibility of a synthesized record copy constructor. (#3686) 2020-07-15 13:20:16 -07:00
Fred Silberberg 1124abb051
Merge pull request #3688 from slang25/patch-2
Correct LDM date
2020-07-15 12:58:21 -07:00
Stuart Lang fe73722354
Correct date 2020-07-15 20:55:02 +01:00
AlekseyTs e149d1e9c0
Clarify accessibility requirements for explicitly declared record copy constructor. (#3678) 2020-07-15 09:55:25 -07:00
AlekseyTs 5a09cc1726
Add clarifications for instance "clone" method (#3683) 2020-07-15 09:32:46 -07:00
Neal Gafter f1533732b0
Missing ':' in format part of interpolation (#3679) 2020-07-15 09:23:26 -07:00
Mads Torgersen c46030b7fd
Update README.md 2020-07-14 12:42:46 -07:00
Julien Couvreur e874c6d46e
Disallow certain modifiers in record parameters (#3672) 2020-07-14 12:06:46 -07:00
AlekseyTs db9bca1e5c
Document ability to explicitly declare Deconstruct method. (#3670) 2020-07-14 10:15:08 -07:00
AlekseyTs c6c9e199ad
Applying attributes to properties and fields that are created to back primary constructor parameters (#3667) 2020-07-14 10:14:32 -07:00
Julien Couvreur 09c67fbf78
Local functions and lambdas are outside init phase (#3674) 2020-07-13 22:24:09 -07:00
Fredric Silberberg ee1ba85e54
Add missing triage decision to the notes. 2020-07-13 15:01:16 -07:00
Fredric Silberberg dfedf00f3c
Fix link in 2020 readme 2020-07-13 14:55:43 -07:00
Fredric Silberberg e4429f399f
Add notes for July 17th, 2020 2020-07-13 14:53:05 -07:00
Mads Torgersen 9cf2f66647
Update LDM agenda 2020-07-09 13:55:15 -07:00
Rikki Gibson 4e69e5cde3
Update repeated-attributes.md (#3661) 2020-07-09 13:48:23 -07:00
Julien Couvreur 78a7c37efe
Disallow "Clone" members (#3652) 2020-07-09 10:11:13 -07:00
Rikki Gibson cc68af0b2a
Repeated attributes across partial declarations (#3646)
* Create repeat-attributes.md

* Update repeat-attributes.md

* Update repeat-attributes.md

* Update repeat-attributes.md

* Fix filename

* Update repeated-attributes.md
2020-07-08 17:07:10 -07:00
Rikki Gibson d0deb2f61b
Update and rename static-lambdas.md to static-anonymous-functions.md (#3651) 2020-07-08 17:06:50 -07:00
Rikki Gibson b50c5ee1d9
Update repeated-attributes.md 2020-07-08 14:25:29 -07:00
Fredric Silberberg d96d221393
Add notes for July 7th, 2020, update readme. 2020-07-08 13:26:15 -07:00
AlekseyTs 2cbd8db612
Additional clarifications around Equality members (#3641) 2020-07-08 11:22:31 -07:00
Fred Silberberg 1aaa2ce941
Merge pull request #3647 from Jay-Madden/master 2020-07-07 15:46:50 -07:00
David Pine 9b736b5b73
Update the ranges.md file to correctly represent the actual impl. (#3645) 2020-07-07 10:51:45 -04:00
Jay c4f7854f1c Added mention ??= rules 2020-07-07 09:48:49 -04:00
Jay 0d8b6b6596 Added Pointer-null-coalescing.md 2020-07-06 17:42:09 -04:00
Rikki Gibson 9ae50fad18 Fix filename 2020-07-06 13:01:17 -07:00
Rikki Gibson ad8e804774
Update repeat-attributes.md 2020-07-06 12:54:09 -07:00
Mads Torgersen 43966001af
Update README.md 2020-07-02 16:10:49 -07:00