Skip to content

Commit 214e82c

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # draft/2024-08-21-this-week-in-rust.md
2 parents ee3dda4 + f509292 commit 214e82c

35 files changed

+8668
-384
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ cache
1010
.DS_Store
1111

1212
# Publishing creations...
13-
publishing/output
13+
publishing/email
14+
publishing/output*
1415
publishing/juice

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and just ask the editors to select the category.
4848
* [How to configure CPU cores to be used in a Tokio application with core_affinity](https://blog.veeso.dev/blog/en/how-to-configure-cpu-cores-to-be-used-on-a-tokio-with-core--affinity/)
4949
* [Further simplifying self-referential types for Rust](https://blog.yoshuawuyts.com/self-referential-types-2/)
5050
* [Network Manager and Rust's zbus](https://rbs.io/2024/07/network-manager-and-rusts-zbus/)
51-
* [PyO3: From Python to Rust and Back Again](https://www.youtube.com/watch?v=UmL_CA-v3O8)
51+
* [video] [PyO3: From Python to Rust and Back Again](https://www.youtube.com/watch?v=UmL_CA-v3O8)
5252
* [Properly Testing Concurrent Data Structures](https://matklad.github.io/2024/07/05/properly-testing-concurrent-data-structures.html)
5353
* [A Unified Typesystem](https://gist.github.com/Aras14HD/f96cebf827975ba51852b1b981c389ab)
5454

content/2024-07-17-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
208208

209209
### Rust Compiler Performance Triage
210210

211-
Fairly quite week with the only pure regressions being small and coming from correctness fixes. The biggest single change came from turning off the `-Zenforce-type-length-limit` check which had positive impacts across many different benchmarks since the compiler is doing strictly less work.
211+
Fairly quiet week with the only pure regressions being small and coming from correctness fixes. The biggest single change came from turning off the `-Zenforce-type-length-limit` check which had positive impacts across many different benchmarks since the compiler is doing strictly less work.
212212

213213
Triage done by **@rylev**.
214214
Revision range: [a2d58197..5572759b](https://perf.rust-lang.org/?start=a2d58197a766085856504328948c89a33a6a36e8&end=5572759b8d7012fa34eba47f4885c76fa06d9251&absolute=false&stat=instructions%3Au)

content/2024-08-14-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
425425
426426
-->
427427

428-
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1eq74fa/hey_rustaceans_got_a_question_ask_here_332024/)
428+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1ecdzp2/official_rrust_whos_hiring_thread_for_jobseekers/)
429429

430430
# Quote of the Week
431431

content/2024-08-21-this-week-in-rust.md

Lines changed: 421 additions & 0 deletions
Large diffs are not rendered by default.

content/2024-08-28-this-week-in-rust.md

Lines changed: 439 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 453 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 435 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 428 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 433 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)