@@ -66,6 +66,14 @@ Some of these tasks may also have mentors available, visit the task page for mor
66
66
67
67
If you are a Rust project owner and are looking for contributors, please submit tasks [ here] [ guidelines ] .
68
68
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
+
69
77
[ guidelines ] : https://users.rust-lang.org/t/twir-call-for-participation/4821
70
78
71
79
# Updates from Rust Core
@@ -103,28 +111,29 @@ If you are a Rust project owner and are looking for contributors, please submit
103
111
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
104
112
are the RFCs that were approved for implementation this week:
105
113
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 )
107
115
108
116
## Final Comment Period
109
117
110
118
Every week [ the team] ( https://www.rust-lang.org/team.html ) announces the
111
119
'final comment period' for RFCs and key PRs which are reaching a
112
120
decision. Express your opinions now.
113
121
122
+
114
123
### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
115
124
116
- * [ disposition: merge ] [ Project Groups ] ( https://github.com/rust-lang/rfcs/pull/2856 ) .
125
+ * No RFCs are in final comment period this week *
117
126
118
127
### [ Tracking Issues & PRs] ( https://github.com/rust-lang/rust/labels/final-comment-period )
119
128
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 )
124
131
125
132
## New RFCs
126
133
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 )
128
137
129
138
# Upcoming Events
130
139
@@ -134,9 +143,18 @@ decision. Express your opinions now.
134
143
135
144
### North America
136
145
146
+ * [ May 6. Johannesburg, ZA - Johannesburg meetup] ( https://www.meetup.com/Johannesburg-Rust-Meetup )
137
147
* [ May 6. Portland, OR, US - PDXRust - NES Emulation in Rust] ( https://www.meetup.com/PDXRust/events/269165311/ ) .
138
148
* [ 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 )
140
158
141
159
If you are running a Rust event please add it to the [ calendar] to get
142
160
it mentioned here. Please remember to add a link to the event too.
0 commit comments