Skip to content

Commit 090a532

Browse files
committed
adds in cfp, rfc, and events links
Signed-off-by: Nell Shamrell <[email protected]>
1 parent d8953bb commit 090a532

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

draft/2020-06-09-this-week-in-rust.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Thanks to [Davy Duperron](https://users.rust-lang.org/t/crate-of-the-week/2704/7
6464

6565
# Call for Participation
6666

67+
* [maud: Add an on-by-default "unstable" feature](https://github.com/lambda-fairy/maud/issues/187)
68+
* [maud: Change all uses of Span::def_site to Span::mixed_site](https://github.com/lambda-fairy/maud/issues/190)
69+
* [maud: Document "Allow arbitrary attribute syntax in class and ID names"](https://github.com/lambda-fairy/maud/issues/167)
70+
* [maud: Migrate to the third-party `quote!` macro](https://github.com/lambda-fairy/maud/issues/191)
6771

6872
Always wanted to contribute to open-source projects but didn't know where to start?
6973
Every week we highlight some tasks from the Rust community for you to pick and get started!
@@ -115,14 +119,12 @@ If you are a Rust project owner and are looking for contributors, please submit
115119
This is a new section containing the results of a weekly check on how rustc's
116120
perf has changed.
117121

118-
* [2020-06-02](https://github.com/rust-lang/rustc-perf/blob/master/triage/2020.md#2020-06-02)
119-
120122
## Approved RFCs
121123

122124
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
123125
are the RFCs that were approved for implementation this week:
124126

125-
* [Transition to rust-analyzer as our official LSP (Language Server Protocol) implementation](https://github.com/rust-lang/rfcs/pull/2912)
127+
*No RFCs were approved this week.*
126128

127129
## Final Comment Period
128130

@@ -136,28 +138,31 @@ decision. Express your opinions now.
136138

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

139-
* [disposition: merge] [`impl AsRef<[T]>` for `vec::IntoIter<T>`](https://github.com/rust-lang/rust/pull/72583)
141+
* [disposition: merge] [`impl ToSocketAddrs for (String, u16)`](https://github.com/rust-lang/rust/pull/73007)
142+
* [disposition: merge] [Stabilize `Option::zip`](https://github.com/rust-lang/rust/pull/72938)
143+
* [disposition: merge] [Stabilize `vec::Drain::as_slice`](https://github.com/rust-lang/rust/pull/72584)
140144
* [disposition: merge] [Add raw_ref macros](https://github.com/rust-lang/rust/pull/72279)
141-
* [disposition: merge] [Tracking issue for `std::io::{BufReader, BufWriter}::capacity`](https://github.com/rust-lang/rust/issues/68833)
145+
* [disposition: merge] [Print environment variables accessed by rustc as special comments into depinfo files](https://github.com/rust-lang/rust/pull/71858)
142146

143147
## New RFCs
144148

145-
* [add lang-team Major Change Proposals as a "pre-RFC" step](https://github.com/rust-lang/rfcs/pull/2936)
146-
* [Unsafe statics](https://github.com/rust-lang/rfcs/pull/2937)
147-
* [Request for creating pipes with fd other than 0,1,2](https://github.com/rust-lang/rfcs/pull/2939)
149+
*No new RFCs were proposed this week.*
148150

149151
# Upcoming Events
150152

151153
### Online
152-
* [June 3. Johannesburg, ZA - Remote - Johannesburg Rust Meetup](https://www.meetup.com/Johannesburg-Rust-Meetup/events/270827463/)
153-
* [June 8. Auckland, NZ - Remote - Rust AKL](https://www.meetup.com/rust-akl/events/266876685/)
154-
* [June 9. Seattle, WA - Remote - Seattle Rust Meetup](https://www.meetup.com/Seattle-Rust-Meetup/events/gskksrybcjbmb/)
155-
* [June 11. San Diego, CA - Remote - San Diego Rust Meetup](https://www.meetup.com/San-Diego-Rust/events/270938860/)
154+
* [June 9. Dallas, TX, US - Remote - Dallas Rust Second Tuesday](https://www.meetup.com/Dallas-Rust/events/mzzfsrybcjbmb/)
155+
* [June 10. Wroclaw, PL - Remote - Rust Wroclaw Meetup #20](https://www.meetup.com/Rust-Wroclaw/events/271034483/)
156+
* [June 11. Berlin, DE - Remote - Rust Hack and Learn](https://www.meetup.com/opentechschool-berlin/events/txcprrybcjbpb/)
157+
* [June 11. San Diego, CA, US - Remote - San Diego Rust Meetup](https://www.meetup.com/San-Diego-Rust/events/270938860/)
158+
* [June 18. Zurich, CH - Remote - Embedded Rust Update: probe.rs](https://www.meetup.com/Rust-Zurich/events/271020472/)
159+
* [June 18. Turin, IT - Remote - Rust Turin Study Group](https://community.mozilla.org/events/gruppo-di-studio-di-rust-2/)
156160

157161
### North America
158-
* [June 3. Indianapolis, IN, US - Indy.rs Meetup](https://www.meetup.com/indyrs/events/dtqwprybcjbfb/)
159162
* [June 11. Columbus, OH, US - Columbus Rust Society Monthly Meeting](https://www.meetup.com/columbus-rs/events/dpkhgrybcjbpb/)
160163
* [June 11. Lehi, UT, US - Utah Rust - Lightning Talks](https://www.meetup.com/utah-rust/events/269263282/)
164+
* [June 17. Vancouver, BC, CA - Vancouver Rust - Rust Study/Hack/Hang-out night](https://www.meetup.com/Vancouver-Rust/events/qnrgnrybcjbwb/)
165+
* [June 18. Durham, NC - Triangle Rustaceans - Project Night & Lightning Talks](https://www.meetup.com/triangle-rustaceans/events/mfglwpybcjbdc/)
161166

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

0 commit comments

Comments
 (0)