Skip to content

Commit 65bedb8

Browse files
authored
Merge pull request #6900 from rust-lang/publish-612
Publish 612
2 parents 7240f55 + 5aaf54a commit 65bedb8

File tree

2 files changed

+356
-8
lines changed

2 files changed

+356
-8
lines changed

draft/2025-08-13-this-week-in-rust.md renamed to content/2025-08-13-this-week-in-rust.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ and just ask the editors to select the category.
5959
* [Converting FunctionTrace from C to Rust](https://programsareproofs.com/articles/functiontrace-rust-conversion/)
6060
* [video] [Message framing in Rust and Iroh](https://www.youtube.com/watch?v=h6bBLbcj4Vg)
6161

62-
6362
## Crate of the Week
6463

6564
This week's crate is [MOMA](https://crates.io/crates/moma), a framework for Moving Origin Modular Arithmetic, with applications in number theory, cryptography and bioinformatics.
@@ -129,7 +128,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
129128

130129
[merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-08-05..2025-08-12
131130

132-
#### Compiler
131+
#### Compiler
133132
* [account for bare tuples and `Pin` methods in field searching logic](https://github.com/rust-lang/rust/pull/144649)
134133
* [detect `struct` construction with private field in field with default](https://github.com/rust-lang/rust/pull/135846)
135134
* [emit `StorageLive` and schedule `StorageDead` for `let`-`else`'s bindings after matching](https://github.com/rust-lang/rust/pull/143028)
@@ -156,12 +155,15 @@ If you are an event organizer hoping to expand the reach of your event, please s
156155
* [optimize `char::is_alphanumeric`](https://github.com/rust-lang/rust/pull/145027)
157156
* [print thread ID in panic message](https://github.com/rust-lang/rust/pull/115746)
158157
* [`std::sys::io::io_slice`: Add UEFI types](https://github.com/rust-lang/rust/pull/144350)
159-
#### Cargo
158+
159+
#### Cargo
160160
* [accessing each build script's `OUT_DIR` and in the correct order](https://github.com/rust-lang/cargo/pull/15776)
161-
#### Rustdoc
161+
162+
#### Rustdoc
162163
* [search: prefer stable items in search results](https://github.com/rust-lang/rust/pull/141658)
163164
* [fix caching of intra-doc links on reexports](https://github.com/rust-lang/rust/pull/144970)
164-
#### Clippy
165+
166+
#### Clippy
165167
* [fix `infinite_loop` positive](https://github.com/rust-lang/rust-clippy/pull/15157)
166168
* [do not attempt to compute size of a type with escaping lifetimes](https://github.com/rust-lang/rust-clippy/pull/15434)
167169
* [do not lint for `wildcard_imports` in external macro](https://github.com/rust-lang/rust-clippy/pull/15413)
@@ -172,7 +174,8 @@ If you are an event organizer hoping to expand the reach of your event, please s
172174
* [optimize `incompatible_msrv` lint](https://github.com/rust-lang/rust-clippy/pull/15422)
173175
* [optimize `needless_bool` lint](https://github.com/rust-lang/rust-clippy/pull/15423)
174176
* [reuse previous `Vec` allocation in loop](https://github.com/rust-lang/rust-clippy/pull/15428)
175-
#### Rust-Analyzer
177+
178+
#### Rust-Analyzer
176179
* [add assignment type analysis for ide-completion](https://github.com/rust-lang/rust-analyzer/pull/20381)
177180
* [add remove literal dbg stmt for `remove_dbg`](https://github.com/rust-lang/rust-analyzer/pull/20354)
178181
* [add write! and writeln! to minicore](https://github.com/rust-lang/rust-analyzer/pull/20409)
@@ -383,7 +386,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
383386
384387
-->
385388

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

388391
# Quote of the Week
389392

@@ -399,4 +402,4 @@ Despite a lack of suggestions, llogiq is feeling pretty good about his choice.
399402

400403
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
401404

402-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
405+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1mplhs4/this_week_in_rust_612/)</small>

0 commit comments

Comments
 (0)