Skip to content

Commit 6f0dc38

Browse files
authored
Merge pull request #1227 from emberian/add-additional-sections
Add additional sections
2 parents 50a7183 + c8c035f commit 6f0dc38

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

drafts/2020-05-05-this-week-in-rust.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ Some of these tasks may also have mentors available, visit the task page for mor
6666

6767
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
6868

69+
* [clap-rs: Implement and Derive common traits](https://github.com/clap-rs/clap/issues/952)
70+
* [Boa has several issues marked "easy", "good first issues", and "help wanted"](https://github.com/jasonwilliams/boa/issues)
71+
* [Tokio: Non-consume method to wait for new messages on watch channel](https://github.com/tokio-rs/tokio/issues/2404)
72+
* [Tokio: Add is_closed to mpsc channels](https://github.com/tokio-rs/tokio/issues/2469)
73+
* [Tokio: Unicode characters are split when writing to windows terminal](https://github.com/tokio-rs/tokio/issues/2380)
74+
* [Tokio: select! with one branch causes a clippy error](https://github.com/tokio-rs/tokio/issues/2251)
75+
* [Stick: Call for Participation - Test More Joysticks On Linux](https://github.com/libcala/stick/issues/5)
76+
6977
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821
7078

7179
# Updates from Rust Core
@@ -103,28 +111,29 @@ If you are a Rust project owner and are looking for contributors, please submit
103111
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
104112
are the RFCs that were approved for implementation this week:
105113

106-
* [RFC 2836: Introduce the ASM project group](https://github.com/rust-lang/rfcs/pull/2836).
114+
* [RFC 2585: FC for unsafe blocks in unsafe fn](https://github.com/rust-lang/rfcs/pull/2585)
107115

108116
## Final Comment Period
109117

110118
Every week [the team](https://www.rust-lang.org/team.html) announces the
111119
'final comment period' for RFCs and key PRs which are reaching a
112120
decision. Express your opinions now.
113121

122+
114123
### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
115124

116-
* [disposition: merge] [Project Groups](https://github.com/rust-lang/rfcs/pull/2856).
125+
*No RFCs are in final comment period this week*
117126

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

120-
* [disposition: merge] [Stabilize the `#[alloc_error_handler]` attribute (for no_std + liballoc)](https://github.com/rust-lang/rust/issues/66740).
121-
* [disposition: merge] [Make `handle_alloc_error` default to panic (for no_std + liballoc)](https://github.com/rust-lang/rust/issues/66741).
122-
* [disposition: merge] [Remove language-level UB for non-UTF-8 str](https://github.com/rust-lang/rust/issues/71033).
123-
* [disposition: merge] [Define UB in float-to-int casts to saturate](https://github.com/rust-lang/rust/pull/71269).
129+
* [disposition: merge] [Tracking issue for RFC 2432, "Allow `if` and `match` in constants"](https://github.com/rust-lang/rust/issues/49146)
130+
* [disposition: merge] [Tracking issue for std::sync::Once poisoning](https://github.com/rust-lang/rust/issues/33577)
124131

125132
## New RFCs
126133

127-
*No new RFCs were proposed this week.*
134+
* [Inline `const` expressions and patterns](https://github.com/rust-lang/rfcs/pull/2920)
135+
* [Add the `experimental_keywords` ability](https://github.com/rust-lang/rfcs/pull/2919)
136+
* [sigil-option-notation](https://github.com/rust-lang/rfcs/pull/2918)
128137

129138
# Upcoming Events
130139

@@ -134,9 +143,18 @@ decision. Express your opinions now.
134143

135144
### North America
136145

146+
* [May 6. Johannesburg, ZA - Johannesburg meetup](https://www.meetup.com/Johannesburg-Rust-Meetup)
137147
* [May 6. Portland, OR, US - PDXRust - NES Emulation in Rust](https://www.meetup.com/PDXRust/events/269165311/).
138148
* [May 6. Indianapolis, IN, US - Indy.rs - Rust Meetup](https://www.meetup.com/indyrs/events/dtqwprybchbjb/).
139-
* [May 15. Columbus, OH, US - Columbus Rust Society - Monthly Meeting](https://www.meetup.com/columbus-rs/events/dpkhgrybchbsb/).
149+
* [May 6. Atlanta, GA, US - Rust Atlanta Meetup](https://www.meetup.com/Rust-ATL/)
150+
* [May 11. Seattle, WA, US - Seattle Rust Meetup](http://www.meetup.com/Seattle-Rust-Meetup/)
151+
* [May 13. Denver, CO, US Rust Boulder/Denver Monthly Meeting](https://www.meetup.com/Rust-Boulder-Denver/)
152+
* [May 13. Vancouver, BC, CA - Vancouver Rust Meetup](https://www.meetup.com/Vancouver-Rust/events/)
153+
* [May 14. Berlin, DE - Berlin Rust Hack and Learn](https://berline.rs/)
154+
* [May 14. Columbus, OH, US - Columbus Rust Society - Monthly Meeting](https://www.meetup.com/columbus-rs/events/dpkhgrybchbsb/).
155+
* [May 14. Lehi, UT, US - Utah Rust Monthly Meetup](https://www.meetup.com/utahrust)
156+
* [May 14. San Diego, CA, US - San Diego Rust](http://meetu.ps/c/2vF0G/4DXV4/a)
157+
* [May 19. Paris, FR - Rust Paris](https://www.meetup.com/Rust-Paris)
140158

141159
If you are running a Rust event please add it to the [calendar] to get
142160
it mentioned here. Please remember to add a link to the event too.

0 commit comments

Comments
 (0)