@@ -55,7 +55,9 @@ and just ask the editors to select the category.
5555
5656## Crate of the Week
5757
58- <!-- COTW goes here -->
58+ This week's crate is [ ansic] ( https://crates.io/crates/ansic ) , a proc macro providing a DSL to output ANSI escape strings with zero runtime overhead.
59+
60+ Thanks to [ Zeon] ( https://users.rust-lang.org/t/crate-of-the-week/2704/1448 ) for the self-suggestion!
5961
6062[ Please submit your suggestions and votes for next week] [ submit_crate ] !
6163
@@ -114,7 +116,59 @@ If you are an event organizer hoping to expand the reach of your event, please s
114116
115117## Updates from the Rust Project
116118
117- <!-- Rust updates go here -->
119+ 429 pull requests were [ merged in the last week] [ merged ]
120+
121+ [ merged ] : https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-06-24..2025-07-01
122+
123+ #### Compiler
124+ * [ add ` #[loop_match] ` for improved DFA codegen] ( https://github.com/rust-lang/rust/pull/138780 )
125+ * [ add runtime check to avoid overwrite arg in ` Diag ` ] ( https://github.com/rust-lang/rust/pull/142724 )
126+ * [ check ` CoerceUnsized ` impl validity before coercing] ( https://github.com/rust-lang/rust/pull/142976 )
127+ * [ compute hard errors without diagnostics in ` impl_intersection_has_impossible_obligation ` ] ( https://github.com/rust-lang/rust/pull/142647 )
128+ * [ collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaques] ( https://github.com/rust-lang/rust/pull/142802 )
129+ * [ encode hir attributes cross-crate properly] ( https://github.com/rust-lang/rust/pull/142777 )
130+ * [ fast path for WF goals in new solver] ( https://github.com/rust-lang/rust/pull/142223 )
131+ * [ implement parsing of pinned borrows] ( https://github.com/rust-lang/rust/pull/135731 )
132+ * [ improve recovery when users write ` where ` :] ( https://github.com/rust-lang/rust/pull/143065 )
133+ * [ introduce ` ByteSymbol ` ] ( https://github.com/rust-lang/rust/pull/141875 )
134+ * [ new const traits syntax] ( https://github.com/rust-lang/rust/pull/139858 )
135+ * [ only compute recursive callees once] ( https://github.com/rust-lang/rust/pull/142625 )
136+ * [ shallowly bail from ` coerce_unsized ` more] ( https://github.com/rust-lang/rust/pull/142941 )
137+ * [ simplify ` ObligationCauseCode::IfExpression ` ] ( https://github.com/rust-lang/rust/pull/139594 )
138+
139+ #### Library
140+ * [ add SIMD funnel shift and round-to-even intrinsics] ( https://github.com/rust-lang/rust/pull/142078 )
141+ * [ make RefCell unstably const] ( https://github.com/rust-lang/rust/pull/137843 )
142+ * [ make ` Sub ` , Mul` , Div ` and ` Rem const_traits ` ] ( https://github.com/rust-lang/rust/pull/143000 )
143+
144+ #### Cargo
145+ * [ add ` http.proxy-cainfo ` config for proxy certs] ( https://github.com/rust-lang/cargo/pull/15374 )
146+ * [ expand error messages around path dependency on ` cargo package ` and ` cargo publish ` ] ( https://github.com/rust-lang/cargo/pull/15705 )
147+ * [ override ` Cargo.lock ` checksums when doing a dry-run ` publish ` ] ( https://github.com/rust-lang/cargo/pull/15711 )
148+ * [ rework ` cargo-test-support ` & ` testsuite ` to use ` CARGO_BIN_EXE_* ` for Cargo] ( https://github.com/rust-lang/cargo/pull/15692 )
149+
150+ #### Rustdoc
151+ * [ rustdoc: show attributes on ` enum ` variants] ( https://github.com/rust-lang/rust/pull/142987 )
152+
153+ #### Clippy
154+ * [ ` missing_panics_doc ` : Allow ` unwrap() ` and ` expect() ` inside const-only contexts] ( https://github.com/rust-lang/rust-clippy/pull/15170 )
155+ * [ ` zero_ptr ` : lint in ` const ` context as well] ( https://github.com/rust-lang/rust-clippy/pull/15152 )
156+ * [ consider deref'ed argument as non-temporary] ( https://github.com/rust-lang/rust-clippy/pull/15172 )
157+ * [ ` cast_possible_truncation ` should not suggest inside const context] ( https://github.com/rust-lang/rust-clippy/pull/15164 )
158+ * [ fix ` coerce_container_to_any ` false positive on autoderef] ( https://github.com/rust-lang/rust-clippy/pull/15057 )
159+ * [ fix ` disallowed_script_idents ` FP on identifiers with ` _ ` ] ( https://github.com/rust-lang/rust-clippy/pull/15123 )
160+
161+ #### Rust-Analyzer
162+ * [ de-arc trait items query] ( https://github.com/rust-lang/rust-analyzer/pull/20088 )
163+ * [ do not append ` --compile-time-deps ` to overwritten build script commands] ( https://github.com/rust-lang/rust-analyzer/pull/20121 )
164+ * [ drop rustc workspace loading error, if we don't needs its sources] ( https://github.com/rust-lang/rust-analyzer/pull/20092 )
165+ * [ highlighting of return values while the cursor is on ` match ` / ` if ` / ` => ` ] ( https://github.com/rust-lang/rust-analyzer/pull/19546 )
166+ * [ fix completion in when typing ` integer.| ` ] ( https://github.com/rust-lang/rust-analyzer/pull/20110 )
167+ * [ prettify AST in ` PathTransform ` if it's coming from a macro] ( https://github.com/rust-lang/rust-analyzer/pull/20103 )
168+ * [ parse new const trait syntax] ( https://github.com/rust-lang/rust-analyzer/pull/20105 )
169+ * [ remove last use of ` rustc_pattern_analysis::Captures ` ] ( https://github.com/rust-lang/rust-analyzer/pull/20124 )
170+ * [ remove unnecessary parens in closure] ( https://github.com/rust-lang/rust-analyzer/pull/20122 )
171+ * [ salsa idiomize ` VariantFields ` query] ( https://github.com/rust-lang/rust-analyzer/pull/20106 )
118172
119173### Rust Compiler Performance Triage
120174Lots of changes this week with results dominated by the 1-5% improvements from
@@ -328,7 +382,13 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
328382
329383# Quote of the Week
330384
331- <!-- QOTW goes here -->
385+ > I love Rust, so I was already biased to be positive about the Rust for Linux project, even before dabbling with it myself. I'm genuinely surprised to be even more optimistic now than before. The coding part was much easier than I imagined, thanks to the use of reference counting in the kernel.
386+ >
387+ > And the promised benefits of Rust over C? They're absolutely real. The Rust version of the driver feels way more robust than the C code, not just regarding memory safety. It didn't have a single bug: Once it compiled, it worked. That's not a huge deal considering it was a direct rewrite, but it counts for something.
388+
389+ – [ Remo Senekowitsch blogging about their Rust 4 Linux adventure] ( https://blog.buenzli.dev/rust-for-linux-first-contrib/ )
390+
391+ Despite a lamentable lack of suggestions, llogiq is reasonably pleased with his choice.
332392
333393[ Please submit quotes and vote for next week!] ( https://users.rust-lang.org/t/twir-quote-of-the-week/328 )
334394
0 commit comments