Commit graph

534 commits

Author SHA1 Message Date
Eyal Solnik 3c6fcc3ded
Update Communities.md 2018-08-10 20:12:29 +03:00
Eyal Solnik 9063ab2fed
Add a communities document
Includes links to major C# communities.
2018-08-10 19:38:01 +03:00
Neal Gafter 00ed94d94a
Update range proposal (#1770) 2018-08-06 16:08:34 -07:00
Julien Couvreur 1aed67be2b
Merge pull request #1501 from hyagli/patch-1
Fix typo in ref-local-reassignment.md
2018-07-29 11:19:17 -07:00
Julien Couvreur 54fb167419
Merge pull request #1608 from svick/patch-1
Fixed link formatting
2018-07-29 11:18:39 -07:00
Julien Couvreur 68b7a84096
Merge pull request #1425 from carlreinke/remove-asterisks
Remove superfluous asterisks
2018-07-29 11:16:01 -07:00
Julien Couvreur 5239f5f901
Merge pull request #1635 from lindexi/patch-1
Fix code format
2018-07-29 11:14:19 -07:00
Julien Couvreur 65b8af18a9
Merge pull request #1636 from lindexi/patch-2
Code Formatted
2018-07-29 11:13:47 -07:00
Julien Couvreur 6244126574
Merge pull request #1714 from Tsarar/fix-braces-namespace
Fix brace | add semicolon
2018-07-29 11:13:11 -07:00
Jared Parsons 72f9edccdd
Merge pull request #1730 from tannergooding/readonly-methods
Adding the readonly-methods proposal document.
2018-07-26 09:14:47 -07:00
Tanner Gooding 5b4b07a066 Adding the readonly-methods proposal document. 2018-07-26 09:07:40 -07:00
Jared Parsons 91ffdd283e
Merge pull request #1731 from jaredpar/fix-oops
Move proposal to the right folder
2018-07-19 15:29:36 -07:00
Jared Parsons 0b2da3d15f
Move proposal to the right folder 2018-07-19 15:28:59 -07:00
Fred Silberberg f4f9f590da
Merge pull request #1721 from 333fred/null-coalescing-updates
Update null-coalescing-assignment proposal with changes from LDM.
2018-07-19 11:06:39 -07:00
Fredric Silberberg a9c33ef740
the -> and 2018-07-19 11:06:18 -07:00
Fredric Silberberg 7a80baa479
Address PR feedback. 2018-07-19 10:46:09 -07:00
Julien Couvreur 9b4e7a8c62
Minor formatting issue on "<no attribute>" case 2018-07-19 07:26:34 -07:00
Andy Gocke 1b4d4e5e7c Add notes for 2018-07-16 LDM 2018-07-18 23:58:24 -07:00
Jared Parsons 17a300125f
Merge pull request #1685 from jaredpar/fix-intrinsic
Compiler intrinsics
2018-07-17 08:43:51 -07:00
Fredric Silberberg ac7a40a0e7
Update null-coalescing-assignment proposal with changes from LDM. 2018-07-16 17:23:09 -07:00
Andy Gocke b7247c4272 Add LDM notes for 2018-07-11 2018-07-16 16:52:12 -07:00
Jared Parsons 3bd8afdbb8
Trigger PR 2018-07-16 13:25:07 -07:00
Jared Parsons 7b87ad912d
Respond to PR feedback 2018-07-16 10:54:47 -07:00
Julien Couvreur d2ce4cc3e1
Minor terminology tweaks 2018-07-13 15:05:57 -07:00
Dmytro Dorodnykh ac5f60aa23 Fix brace | add semicolon 2018-07-13 12:15:51 +03:00
Andy Gocke ab2987c20d Add notes for 2018-07-09 LDM 2018-07-12 23:33:10 -07:00
Mads Torgersen 21969cb789
Merge pull request #1705 from dotnet/design-notes
Add design notes
2018-07-09 17:10:06 -07:00
Mads Torgersen 962dfeab6c Add design notes 2018-07-09 17:07:16 -07:00
Jared Parsons ca4da89ce1
Fixed lots of typos 2018-07-09 07:10:27 -07:00
Jared Parsons c725278c68
Using declaration 2018-07-09 06:09:50 -07:00
Jared Parsons 0812c810b6
Using pattern 2018-07-09 05:50:00 -07:00
Jared Parsons b8509a781e
Using Doc 2018-07-03 09:43:19 -07:00
Jared Parsons 3b4697d79f
Compiler intrinsics
This is an alternate proposal for the compiler intrinsicts feature:

https://github.com/dotnet/csharplang/issues/191
https://github.com/dotnet/roslyn/issues/11475

This alternate design proposal comes after reviewing a prototype implementation
of the original proposal by @mjsabby as well as the use throughout a significant
code base.

This design was done with significant input from @mjsabby, @tmat and @jkotas.
2018-07-01 22:21:28 -07:00
Bill Barry c26d8480d4
abstract/virtual parameters use InAttribute
An `in` parameter must have the attribute `[IsReadOnly]`. It may have the attribute `[In]` if and only if it is either abstract or virtual.
2018-06-22 12:58:01 -04:00
lindexi 2ac7b6e913
Code Formatted
We use Allman style braces, where each brace begins on a new line. 

See: [coding-style.md](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md )
2018-06-15 14:35:30 +08:00
lindexi ee7b1265d6
Fix code format
We use [Allman style](http://en.wikipedia.org/wiki/Indent_style#Allman_style) braces, where each brace begins on a new line. 

We should use `_camelCase` for internal and private fields

See: [coding-style.md](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md )
2018-06-15 14:25:46 +08:00
Julien Couvreur 98043cdc88
Rename null-coalecing-assignment.md to null-coalescing-assignment.md 2018-06-14 15:08:28 -07:00
Julien Couvreur 62be28af5e
Delete nullable-reference-types-speclet.md 2018-06-10 10:33:47 -07:00
Julien Couvreur d233ee377a
Move speclet for nullable feature to csharplang 2018-06-10 10:33:25 -07:00
Petr Onderka 6f8c1d8bf3
Fixed link formatting 2018-06-06 14:40:42 +02:00
Julien Couvreur da34bb714b
The method name custom fixed is GetPinnableReference (#1605) 2018-06-04 13:57:50 -07:00
Jared Parsons c05b6b3bd9
Merge pull request #1593 from jaredpar/fix-span
Clarify Span<T> rules
2018-06-04 10:26:20 -07:00
Jared Parsons d0da082089
Respond to PR feedback 2018-06-04 10:25:36 -07:00
Jared Parsons b3aaa91995
Clarify Span<T> rules
While discussing `Span<T>` safety rules with the F# team I realized we
hadn't fully documented our dependency on the shape of the `Span<T>`
API. Added that plus some of the future considerations we discussed for
`Span<T>`.

https://github.com/Microsoft/visualfsharp/pull/4888
2018-06-01 16:25:39 -07:00
Mads Torgersen 7b961e73f7
Merge pull request #1561 from dotnet/design-notes
Add design notes
2018-05-23 09:38:35 -07:00
Mads Torgersen 2fa167f506 Add design notes 2018-05-23 09:37:18 -07:00
Mads Torgersen 9e05ecfd9f
Merge pull request #1543 from dotnet/design-notes
Design notes
2018-05-18 16:06:32 -07:00
Mads Torgersen ba3a4cd71b add and edit design notes 2018-05-18 16:04:30 -07:00
Mads Torgersen f9cf91154d Merge remote-tracking branch 'refs/remotes/origin/master' into design-notes 2018-05-14 13:33:55 -07:00
Julien Couvreur ec2b071c30
Remove unnecessary checkboxes from 7.3 speclets (#1519) 2018-05-13 20:05:44 -07:00