Commit graph

821 commits

Author SHA1 Message Date
Neal Gafter
e14bb331fd
Update DIM proposal to forbid class declared within variant interface. (#2967) 2019-11-15 17:04:28 -08:00
Mads Torgersen
7add278964
Update LDM agenda 2019-11-15 13:50:42 -08:00
Andy Gocke
fc4406b671 Add LDM notes for 2019-11-13 2019-11-15 13:42:02 -08:00
Mads Torgersen
aa1b609940
Update LDM agenda 2019-11-15 13:09:53 -08:00
Andy Gocke
5983461e05 Add proposal for discriminated unions 2019-11-14 16:40:28 -08:00
Andy Gocke
04b1a3bda8
Fix typos in Nov. 11th notes 2019-11-14 15:28:43 -08:00
Andy Gocke
0a0a68fa2a Add LDM notes for Nov. 11, 2019 2019-11-11 16:44:34 -08:00
Fred Silberberg
b9f7e2c9b5
Update proposal link 2019-11-11 15:55:56 -08:00
Andy Gocke
859b866a7b Add LDM notes for 2019-10-30 2019-11-11 15:46:37 -08:00
Neal Gafter
f4a1dcc1de
Update README.md 2019-11-11 14:10:22 -08:00
Charles Stoner
8b88465881
Update README.md 2019-11-11 13:55:28 -08:00
Neal Gafter
f806ae6df3
Update README.md 2019-11-11 12:19:09 -08:00
Charles Stoner
fb8177c909
Update README.md 2019-11-11 08:20:50 -08:00
Charles Stoner
13413ef06b
Update README.md 2019-11-11 08:14:03 -08:00
Charles Stoner
8e8002d011
Update README.md 2019-11-09 08:15:18 -08:00
Neal Gafter
b206ebb3c9
Update README.md 2019-11-07 08:54:32 -08:00
Bill Wagner
4ddf18d000
fix sign error (#2933)
The exponent range is -1075 - 970, not 1075 - 970.
2019-11-05 10:18:57 -05:00
Neal Gafter
349ff051f5
Update README.md 2019-11-04 12:29:28 -08:00
Neal Gafter
b81a13551c
Update README.md 2019-11-01 17:57:39 -07:00
Andy Gocke
61966fed72 Add notes for Oct. 28, 2019 2019-11-01 11:14:52 -07:00
Andy Gocke
3b22aa0b47 Add LDM notes for Oct. 23, 2019 2019-10-31 14:07:49 -07:00
Neal Gafter
405435616a
Update README.md 2019-10-30 16:15:37 -07:00
Julien Couvreur
f466a1415f
Remove mentions of safeonly context (#2900) 2019-10-29 14:18:56 -07:00
Bill Wagner
b8f1103eb6
remove locale (#2915)
These two links both contained the "en-us" locale. That directs  readers to the English version, rather than the localized version based on their browser environment.
2019-10-29 09:33:40 -04:00
Neal Gafter
743d3d114d
Update README.md 2019-10-28 12:46:40 -07:00
Neal Gafter
ff0378ee6a
Update README.md 2019-10-28 12:38:31 -07:00
Neal Gafter
fe026753b9
Update README.md 2019-10-25 15:53:05 -07:00
Neal Gafter
204654b7a1
Update README.md 2019-10-25 15:05:43 -07:00
Mads Torgersen
3e77eba86f
Update LDM agenda 2019-10-25 14:25:24 -07:00
Julien Couvreur
733b306f86
Schedule discussion of discard parameters 2019-10-25 10:43:17 -07:00
Charles Stoner
1b488e76c2
Add static local functions proposal (#2891) 2019-10-24 09:55:41 -07:00
Andy Gocke
92c3eb43cc Add LDM notes for Oct. 21, 2019 2019-10-23 15:43:53 -07:00
Julien Couvreur
e9afb74cc1
Create static-lambdas.md (#2899) 2019-10-22 10:11:01 -07:00
Julien Couvreur
2f9b2f7eb4
Queue up nameof(p) question 2019-10-21 12:41:10 -07:00
Next Turn
a5e393b018 Fix unsafe examples (#2324)
Fixes dotnet/docs#11067
2019-10-14 15:06:39 -07:00
patricka2
5a7614dee1 Tweak C# version history (#2862) 2019-10-10 10:23:44 -07:00
Andrew Arnott
da1180f7ea Fix typo/grammatical error 2019-10-04 15:30:49 -07:00
Neal Gafter
5dd11df697 Update spec for pattern-matching in C# 8.0. 2019-10-04 15:22:27 -07:00
Andy Gocke
372e7f5eb5
Add missing note about static local functions
`extern` is accepted for static local functions.
2019-10-04 10:25:10 -07:00
Neal Gafter
5ec2b2c8e3
Update README.md 2019-10-03 14:32:59 -07:00
patricka2
1777995091 Fix VS version (#2856)
* Fix VS version

* Fix VS 2019 version
2019-10-03 12:27:46 -07:00
Neal Gafter
7a65f8fd40
Update README.md 2019-10-02 20:21:01 -07:00
Neal Gafter
39d245ea54
Update README.md 2019-10-02 14:31:47 -07:00
Neal Gafter
a54b40e2d0
Update README.md 2019-10-01 13:14:47 -07:00
Neal Gafter
75e682df58
Update README.md 2019-10-01 13:04:43 -07:00
Charles Stoner
5474d63b30
Add native-sized ints 2019-10-01 12:24:40 -07:00
Tom Pratt
892af9016b Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
Jared Parsons
da452002c3
Merge pull request #2829 from jaredpar/fix-safety
Span safety samples
2019-09-27 12:55:48 -07:00
Bill Wagner
65ea1e6dc0
fold ranges changes into initial spec (#2797)
* fold ranges changes into initial spec

See https://github.com/dotnet/docs/issues/12772#issuecomment-501451870

This will read better as a coherent story for the Range and Index features as delivered.

* update the description of Slice.

* update precedence rules for range expression.

* Simplify language to move from a proposed design to a spec

This removes some of the history and concerns with the previous design.
2019-09-27 09:40:00 -07:00
Jared Parsons
1c68f302ab Span safety samples
Include same samples and explanations for why several of the `Span<T>`
and `ref struct` rules exist.
2019-09-26 10:47:52 -07:00