Skip to content

Commit 049aef2

Browse files
committed
fix formatting
1 parent 71ecf97 commit 049aef2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

content/2025-10-08-this-week-in-rust.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,25 @@ If you are an event organizer hoping to expand the reach of your event, please s
146146

147147
[merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-09-30..2025-10-07
148148

149-
#### Compiler
149+
#### Compiler
150150
* [add a dummy codegen backend](https://github.com/rust-lang/rust/pull/146596)
151151
* [don't normalize higher-ranked assumptions if they're not used](https://github.com/rust-lang/rust/pull/147299)
152152
* [extending `#[rustc_force_inline]` to be applicable to inherent methods](https://github.com/rust-lang/rust/pull/147231)
153153
* [fix the bevy implied bounds hack for the next solver](https://github.com/rust-lang/rust/pull/147184)
154154
* [Global Value Numbering: support unions](https://github.com/rust-lang/rust/pull/146355)
155155
* [Global Value Numbering: use a VnIndex in Address projection](https://github.com/rust-lang/rust/pull/144477)
156156
* [miri: add support for temporal mixing of atomic and non-atomic accesses in GenMC mode](https://github.com/rust-lang/miri/pull/4611)
157-
#### Library
157+
158+
#### Library
158159
* [add `CloneFromCell` and `Cell::get_cloned`](https://github.com/rust-lang/rust/pull/145685)
159160
* [add `Path::has_trailing_sep` and related methods](https://github.com/rust-lang/rust/pull/142506)
160161
* [add `mem::conjure_zst`](https://github.com/rust-lang/rust/pull/146479)
161162
* [add fast-path for accessing the current thread id](https://github.com/rust-lang/rust/pull/143069)
162163
* [implement `Box::take`](https://github.com/rust-lang/rust/pull/147227)
163164
* [implement non-poisoning `Mutex::with_mut`, `RwLock::with` and `RwLock::with_mut`](https://github.com/rust-lang/rust/pull/147328)
164165
* [hashbrown: recognize and use over sized allocations](https://github.com/rust-lang/hashbrown/pull/523)
165-
#### Cargo
166+
167+
#### Cargo
166168
* [`fix(run)`: Override arg0 for cargo scripts](https://github.com/rust-lang/cargo/pull/16027)
167169
* [`fix(timings)`: compute codegen start time to draw dep lines](https://github.com/rust-lang/cargo/pull/16055)
168170
* [`fix(toml)`: Prevent non-script fields in Cargo scripts](https://github.com/rust-lang/cargo/pull/16026)
@@ -178,9 +180,11 @@ If you are an event organizer hoping to expand the reach of your event, please s
178180
* [public in private manifest errors](https://github.com/rust-lang/cargo/pull/16002)
179181
* [recommend `package.rust-version` in the Rust version section of `reference/semver.md`](https://github.com/rust-lang/cargo/pull/15806)
180182
* [test: null-terminated path for reserved windows name detection](https://github.com/rust-lang/cargo/pull/16052)
181-
#### Rustdoc
183+
184+
#### Rustdoc
182185
* [replace `rustc_span::Span` with a stripped down version for librustdoc's highlighter](https://github.com/rust-lang/rust/pull/147189)
183-
#### Clippy
186+
187+
#### Clippy
184188
* [`assertions_on_constants`: Suggest using a const block when using a named constant](https://github.com/rust-lang/rust-clippy/pull/15774)
185189
* [`zero_repeat_side_effects`: better identify exprs with side effects](https://github.com/rust-lang/rust-clippy/pull/15814)
186190
* [const eval changes](https://github.com/rust-lang/rust-clippy/pull/15773)
@@ -191,7 +195,8 @@ If you are an event organizer hoping to expand the reach of your event, please s
191195
* [fix `let_unit_value` suggests wrongly for field init shorthand](https://github.com/rust-lang/rust-clippy/pull/15791)
192196
* [fix `mem_replace_with_default` wrongly unmangled macros](https://github.com/rust-lang/rust-clippy/pull/15786)
193197
* [implement `volatile_composites` lint](https://github.com/rust-lang/rust-clippy/pull/15686)
194-
#### Rust-Analyzer
198+
199+
#### Rust-Analyzer
195200
* [make rust-analyzer use a dedicated build directory](https://github.com/rust-lang/rust/pull/141839)
196201
* [deduplicate sort+dedup calls](https://github.com/rust-lang/rust-analyzer/pull/20794)
197202
* [log flycheck stdout and stderr to files](https://github.com/rust-lang/rust-analyzer/pull/20806)

0 commit comments

Comments
 (0)