Skip to content

Commit 94d7804

Browse files
authored
Merge branch 'master' into community-updates-569
2 parents 94d09f6 + 920f353 commit 94d7804

File tree

3 files changed

+54
-36
lines changed

3 files changed

+54
-36
lines changed

content/2024-10-02-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
467467
468468
-->
469469

470-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
470+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1fa0tf6/official_rrust_whos_hiring_thread_for_jobseekers/)
471471

472472
# Quote of the Week
473473

content/2024-10-09-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
401401
402402
-->
403403

404-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
404+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1fa0tf6/official_rrust_whos_hiring_thread_for_jobseekers/)
405405

406406
# Quote of the Week
407407

draft/2024-10-16-this-week-in-rust.md

Lines changed: 52 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ and just ask the editors to select the category.
3838
* [This Week In Bevy - Animation Events, Curves, and no_std](https://thisweekinbevy.com/issue/2024-10-14-animation-events-curves-and-nostd)
3939

4040
### Project/Tooling Updates
41+
* [On Rust in enterprise kernels](https://lwn.net/SubscriberLink/993337/68c7e5af573545e6/)
42+
* [FFI type mismatches in Rust for Linux](https://lwn.net/SubscriberLink/993163/3c2b06af07814cd2/)
43+
* [Zapping pointers out of thin air](https://lwn.net/SubscriberLink/993484/385b176aa8939e7b/)
44+
* [Using LKMM atomics in Rust](https://lwn.net/SubscriberLink/993785/cbe8cf5846d6864a/)
45+
46+
* "pigg" (the Raspberry Pi GPIO GUI) 0.4.0 released with TCP connection support [Release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.4.0), [Discussion](https://github.com/andrewdavidmackenzie/pigg/discussions/503)
4147

4248
### Observations/Thoughts
4349
* [Why `Pin` is a part of trait signatures (and why that's a problem)](https://blog.yoshuawuyts.com/why-pin/)
@@ -50,9 +56,17 @@ and just ask the editors to select the category.
5056
* [IPC in Rust](https://pranitha.rs/posts/rust-ipc-ping-pong/)
5157
* [Serde Trait - Part 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
5258
* [Memory for Nothing: Why Vec is (probably) a bad idea](https://pwy.io/posts/memory-for-nothing/)
59+
* [An experiment in async Rust](https://ochagavia.nl/blog/an-experiment-in-async-rust/)
60+
* [Upgrade the Logging in your Rust Tests](https://tylerjw.dev/posts/20241012-rust-logging-in-tests/)
61+
* [Improve an algorithm performance step by step](https://blog.mapotofu.org/blogs/rabitq-bench/)
62+
* [Nine Rules for Running Rust on Embedded Systems](https://medium.com/towards-data-science/nine-rules-for-running-rust-on-embedded-systems-b0c247ee877e)
63+
* [Why Rust is taking the data engineering world by storm](https://kerkour.com/rust-data-engineering)
5364

5465
### Rust Walkthroughs
5566

67+
* [series] [Serde for Trait Object 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
68+
* [video] [Build with Naz : Rust memory address and size](https://www.youtube.com/watch?v=ivqIty5EOf8)
69+
5670
### Research
5771

5872
### Miscellaneous
@@ -65,18 +79,19 @@ and just ask the editors to select the category.
6579

6680
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6781

68-
## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
82+
## Calls for Testing
6983
An important step for RFC implementation is for people to experiment with the
7084
implementation and give feedback, especially before stabilization. The following
7185
RFCs would benefit from user testing before moving forward:
7286

73-
<!-- Calls for Testing go here, use this format:
74-
* [<RFC Topic>](<RFC URL>)
75-
* [Tracking Issue](<Tracking Issue URL>)
76-
* [Testing steps](<Testing Steps URL>)
77-
-->
78-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
79-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
87+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
88+
* *No calls for testing were issued this week.*
89+
90+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
91+
* *No calls for testing were issued this week.*
92+
93+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
94+
* *No calls for testing were issued this week.*
8095

8196
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
8297
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -114,51 +129,52 @@ If you are an event organizer hoping to expand the reach of your event, please s
114129

115130
### Rust Compiler Performance Triage
116131

117-
<!-- Perf results go here -->
132+
No major changes this week.
133+
134+
Triage done by **@simulacrum**.
135+
Revision range: [e6c46db4..5ceb623a](https://perf.rust-lang.org/?start=e6c46db4e9fd11e3183c397a59d946731034ede6&end=5ceb623a4abd66e91e7959d25caaf0523f1a7f7c&absolute=false&stat=instructions%3Au)
136+
137+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2024-10-14.md)
118138

119139
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
120140

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

124-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
125-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
126-
<!-- * []() -->
127-
128-
<!--
129-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
130-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
131-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
132-
-->
144+
* *No RFCs were approved this week.*
133145

134146
### Final Comment Period
135147

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

139151
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
152+
* *No RFCs entered Final Comment Period this week.*
140153

141-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
142-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
143-
<!-- * [disposition: ] []() -->
144-
145-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
154+
#### Tracking Issues & PRs
155+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
156+
* [disposition: merge] [stabilize Strict Provenance and Exposed Provenance APIs](https://github.com/rust-lang/rust/pull/130350)
157+
* [disposition: merge] [make unsupported_calling_conventions a hard error](https://github.com/rust-lang/rust/pull/129935)
158+
* [disposition: merge] [Decide on name for `derive(SmartPtr)`](https://github.com/rust-lang/rust/issues/129104)
159+
* [disposition: merge] [Stabilize `shorter_tail_lifetime`](https://github.com/rust-lang/rust/issues/131445)
160+
* [disposition: merge] [Finish stabilization of `result_ffi_guarantees`](https://github.com/rust-lang/rust/pull/130628)
161+
* [disposition: merge] [Implement edition 2024 match ergonomics restrictions](https://github.com/rust-lang/rust/pull/131381)
146162

147-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
148-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
149-
<!-- * [disposition: ] []() -->
163+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
150164

151-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
152-
<!-- Remove this section if empty>
165+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
166+
* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
153167

154-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
155-
<!-- Remove this section if empty>
168+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
169+
* *No Language Reference RFCs entered Final Comment Period this week.*
156170

157-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
171+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
172+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
158173

159-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
160-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
161-
<!-- * [new|updated] []() -->
174+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
175+
* [new] [RFC: No (opsem) Magic Boxes](https://github.com/rust-lang/rfcs/pull/3712)
176+
* [new] [`#[inline(required)]`](https://github.com/rust-lang/rfcs/pull/3711)
177+
* [new] [RFC: introduce the flavor syntactic design pattern](https://github.com/rust-lang/rfcs/pull/3710)
162178

163179
## Upcoming Events
164180

@@ -199,6 +215,8 @@ Rusty Events between 2024-10-16 - 2024-11-13 🦀
199215
* [**Last Tuesday**](https://www.meetup.com/dallasrust/events/301585671/)
200216
* 2022-10-31 | Virtual (Nürnberg, DE) | [Rust Nurnberg DE](https://www.meetup.com/rust-noris/)
201217
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/300820274/)
218+
* 2024-11-07 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
219+
* [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298633272/)
202220

203221
### Africa
204222
* 2024-11-02 | Kampala, UG | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033/)

0 commit comments

Comments
 (0)