Skip to content

Commit 38f2144

Browse files
authored
Merge pull request #2635 from U007D/master
Update FCP and RFC sections for TWiR-418
2 parents 18ffda7 + e951c4e commit 38f2144

File tree

3 files changed

+44
-7
lines changed

3 files changed

+44
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ include
55
output
66
*~
77
cache
8-
.sass-cache
8+
.sass-cache
9+
**/.idea

draft/2021-11-24-this-week-in-rust.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ Revision range: [eee8b9c7..934624f](https://perf.rust-lang.org/?start=eee8b9c7ba
171171
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
172172
are the RFCs that were approved for implementation this week:
173173

174-
* *No RFCs were approved this week.*
174+
[Constrained Naked Functions](https://github.com/rust-lang/rfcs/pull/2972)
175+
[Cargo --crate-type CLI Argument](https://github.com/rust-lang/rfcs/pull/3180)
175176

176177
### Final Comment Period
177178

@@ -181,17 +182,21 @@ decision. Express your opinions now.
181182

182183
### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
183184

184-
* [disposition: merge] [Add RFC float-next-up-down.](https://github.com/rust-lang/rfcs/pull/3173)
185+
* *No RFCs entered final comment period this week.*
185186

186187
### [Tracking Issues & PRs](https://github.com/rust-lang/rust/labels/final-comment-period)
187188

188-
* [disposition: merge] [#![feature(maybe_uninit_extra,const_maybe_uninit_write)]](https://github.com/rust-lang/rust/issues/63567)
189+
* [disposition: merge] [Stabilize some MaybeUninit behavior as const](https://github.com/rust-lang/rust/pull/90896)
190+
* [disposition: merge] [Document setgroups call caused by std::os::unix::process::CommandExt.uid](https://github.com/rust-lang/rust/pull/90292)
191+
* [disposition: merge] [Tracking Issue for const-initialized thread locals](https://github.com/rust-lang/rust/issues/84223)
192+
* [disposition: merge] [Tracking Issue for NonZeroUn::is_power_of_two (feature nonzero_is_power_of_two)](https://github.com/rust-lang/rust/issues/81106)
193+
* [disposition: merge] [Tracking Issue for #![feature(available_parallelism)]](https://github.com/rust-lang/rust/issues/74479)
194+
* [disposition: merge] [Tracking Issue for inline assembly (asm!)](https://github.com/rust-lang/rust/issues/72016)
195+
* [disposition: merge] [Tracking Issue for cargo report future-incompat](https://github.com/rust-lang/rust/issues/71249)
189196

190197
### [New RFCs](https://github.com/rust-lang/rfcs/pulls)
191198

192-
* [Add std::inputln()](https://github.com/rust-lang/rfcs/pull/3196)
193-
* [Fix link in RFC 2873](https://github.com/rust-lang/rfcs/pull/3195)
194-
* [return position impl trait in traits](https://github.com/rust-lang/rfcs/pull/3193)
199+
* RFC Update: [Clarify that RFC1520 does not permit the compiler to replace calls to Clone::clone with a memcpy](https://github.com/rust-lang/rfcs/pull/3197)
195200

196201
## Upcoming Events
197202

draft/twir-418_fcp-and-rfc.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### Approved RFCs
2+
3+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
4+
are the RFCs that were approved for implementation this week:
5+
6+
[Constrained Naked Functions](https://github.com/rust-lang/rfcs/pull/2972)
7+
[Cargo --crate-type CLI Argument](https://github.com/rust-lang/rfcs/pull/3180)
8+
9+
### Final Comment Period
10+
11+
Every week [the team](https://www.rust-lang.org/team.html) announces the
12+
'final comment period' for RFCs and key PRs which are reaching a
13+
decision. Express your opinions now.
14+
15+
### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
16+
17+
* *No RFCs entered final comment period this week.*
18+
19+
### [Tracking Issues & PRs](https://github.com/rust-lang/rust/labels/final-comment-period)
20+
21+
* [disposition: merge] [Stabilize some MaybeUninit behavior as const](https://github.com/rust-lang/rust/pull/90896)
22+
* [disposition: merge] [Document setgroups call caused by std::os::unix::process::CommandExt.uid](https://github.com/rust-lang/rust/pull/90292)
23+
* [disposition: merge] [Tracking Issue for const-initialized thread locals](https://github.com/rust-lang/rust/issues/84223)
24+
* [disposition: merge] [Tracking Issue for NonZeroUn::is_power_of_two (feature nonzero_is_power_of_two)](https://github.com/rust-lang/rust/issues/81106)
25+
* [disposition: merge] [Tracking Issue for #![feature(available_parallelism)]](https://github.com/rust-lang/rust/issues/74479)
26+
* [disposition: merge] [Tracking Issue for inline assembly (asm!)](https://github.com/rust-lang/rust/issues/72016)
27+
* [disposition: merge] [Tracking Issue for cargo report future-incompat](https://github.com/rust-lang/rust/issues/71249)
28+
29+
### [New RFCs](https://github.com/rust-lang/rfcs/pulls)
30+
31+
* RFC Update: [Clarify that RFC1520 does not permit the compiler to replace calls to Clone::clone with a memcpy](https://github.com/rust-lang/rfcs/pull/3197)

0 commit comments

Comments
 (0)