Commit Graph

5735 Commits

Author SHA1 Message Date
fwcd 9c24e775d8 Mark Markdown files as linguist-detectable 2023-01-22 23:19:00 +01:00
Eric Huss f4414ddaf3
Merge pull request #3375 from GitNiko/patch-1
3192-dyno update plugin example
2023-01-22 07:24:03 -08:00
ling jia a7db0490e5
3192-dyno update plugin example
fixed function `log_active_rules` parameter
2023-01-22 13:20:46 +08:00
Waffle Maybe 3fe3c65f5c
Merge pull request #3308 from thomcc/offsetof
Add `core::mem::offset_of!` RFC
2023-01-10 03:00:24 +04:00
Waffle Maybe 56510ce212
Fillin tracking issue and RFC numbers 2023-01-10 02:59:17 +04:00
Tyler Mandry 873890e352
Merge pull request #3348 from m-ou-se/c-str-literal
RFC: `c"…"` string literals
2022-12-14 15:22:53 -08:00
Tyler Mandry 2196c96216
Add tracking issue link 2022-12-14 18:22:00 -05:00
Eric Huss c85eef1c34
Merge pull request #3356 from Jeroendevr/patch-1
Update link to blog post
2022-12-13 11:21:00 -08:00
Thom Chiovoloni db48e95574
Add discussion about fields in traits 2022-12-13 08:30:54 -08:00
Jeroendevr 3809d607cc
Update link to blog post
Website is not accessible on the GitHub.io domain. So change to the current domain.
2022-12-13 14:28:53 +01:00
Niko Matsakis ea58235d1c
Merge pull request #3324 from nikomatsakis/dyn-upcast
Support upcasting of `dyn Trait` values
2022-12-10 06:18:03 -05:00
Niko Matsakis 153806eed8 adjust metadata 2022-12-10 06:17:49 -05:00
Niko Matsakis de8f335f55 rename RFC file 2022-12-10 06:17:29 -05:00
Niko Matsakis 1f015f9076 weaken conclusion 2022-12-10 06:16:42 -05:00
Niko Matsakis 54e355b94d
Update text/0000-dyn-upcasting.md
Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
2022-12-10 06:15:30 -05:00
Niko Matsakis 7e3e7c2fbf clarify current lang-team consensus
The current consensus is simply that we should not make upcasting
opt-in.
2022-12-10 06:13:39 -05:00
Niko Matsakis 343eeef2f4 document afetisov's data 2022-12-08 09:50:09 -05:00
Niko Matsakis d4665333aa unresolved question regarding size 2022-12-08 09:44:01 -05:00
Niko Matsakis a52be8a2d9 mention marker traits 2022-12-08 09:44:01 -05:00
Niko Matsakis 22e66b4b2b mention potential performance impact 2022-12-08 09:44:01 -05:00
Josh Triplett 9653baea64
Merge pull request #3338 from joshtriplett/style-evolution
Style evolution
2022-12-05 13:57:41 -08:00
Josh Triplett 5e95dbf984 Add tracking issue for style evolution 2022-12-05 13:56:56 -08:00
Tyler Mandry 5963091b64
Merge pull request #3323 from jhpratt/restrictions
Restrictions
2022-11-29 15:39:59 -08:00
Tyler Mandry d42e9a1d3e
Add tracking issue link 2022-11-29 18:37:44 -05:00
Josh Triplett 357fdbcd1e Merge branch 'lang-team-advisors' 2022-11-22 13:26:38 -08:00
Josh Triplett 1bb60cdb94 Lang team advisors is RFC 3327 2022-11-22 13:25:52 -08:00
Mara Bos 0056759434
Typo.
Co-authored-by: teor <teor@riseup.net>
2022-11-18 11:33:05 +01:00
Mara Bos f30e5babe2 Update! 2022-11-17 17:48:30 +01:00
Josh Triplett 80ee30d923 Discuss permanent vs temporary use of old style editions 2022-11-16 17:00:30 -08:00
Josh Triplett 51ec87232f Expand text about style guides for each edition, discuss new constructs 2022-11-16 16:48:39 -08:00
Josh Triplett 0646850288 Mention tooling such as `blame.ignoreRevsFile` 2022-11-16 13:35:55 -08:00
Mara Bos b4ccc53a7a Clarify all nuls are disallowed. 2022-11-15 21:03:48 +01:00
Mara Bos 534349c688 Fix typo. 2022-11-15 20:59:22 +01:00
Mara Bos 5fa805631e
Update
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
2022-11-15 15:57:36 +01:00
Mara Bos 76518703c7 Add implicit "" idea. 2022-11-15 15:07:32 +01:00
Mara Bos a1306b66d6 Update. 2022-11-15 14:51:01 +01:00
Mara Bos df9bd28582 Add c'…' idea. 2022-11-15 14:43:16 +01:00
Mara Bos 9fdd8f17e0 Add c_str_literal rfc. 2022-11-15 14:13:35 +01:00
Jacob Pratt b101f5cb48
Add alternatives, future possibility from feedback 2022-11-10 03:05:36 -05:00
Eric Huss cff401de06
Merge pull request #3345 from rust-lang/badboy-patch-1
Disable the playground run button by default for code blocks
2022-11-08 05:52:04 -08:00
Tobias Bieniek 0d84bbca13
Merge pull request #2947 from pietroalbini/crates-io-token-scopes
crates.io token scopes
2022-11-08 11:09:15 +01:00
Tobias Bieniek 28049400be
token scopes: Adjust RFC number and metadata 2022-11-08 11:08:10 +01:00
Jan-Erik Rediger 782376fa36 Update to mdbook v0.4.21 2022-11-08 10:21:11 +01:00
Jan-Erik Rediger f2736c9079
Disable the playground run button by default for code blocks
Most example code in RFCs is not written with executability in mind, so having the "Run" button available by default on all RFCs seems a bit misleading.
This now disables the playground for the whole book (which also removes the "hidden" code mdbook inserts). It thus only leaves the copy button.
2022-11-07 18:49:08 +01:00
Josh Triplett 7a40d947dc Note that rustfmt need not support all configuration in all style editions
For instance, a configuration option might become obsolete in a new
style edition if it configures something that no longer applies.
2022-11-05 08:22:52 -07:00
Josh Triplett 2a5d2fa2d0 Add link to rustfmt stability guarantee in RFC 2437 in prior art 2022-11-02 21:17:08 +01:00
Niko Matsakis 01d542fa57
Merge pull request #3341 from rust-lang/spastorino-patch-2
async fns desugared version is async move
2022-11-01 10:54:03 -04:00
Felix S Klock II 2c5b2e3d7c
Merge pull request #2432 from joshtriplett/think-about-maintenance
0000-template.md: Encourage discussion of maintenance
2022-11-01 10:44:25 -04:00
Santiago Pastorino 84e0f89aa2
async fns desugared version is async move 2022-11-01 11:38:09 -03:00
Josh Triplett 71e82bfb50 Change "how will this" to just "will this"
"how will this" comes across as though *every* RFC is about making code
easier to maintain. Some RFCs may just be maintenance-neutral.
2022-11-01 15:34:25 +01:00