| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | tweak comment and use a weaker fence | Ralf Jung | -1/+4 |
| 2025-06-01 | chore: replace smart quote with straight quote in update_lints comment (#14949) | Catherine Flores | -4/+4 |
| 2025-06-01 | Fix typo in `StructuralPartialEq` docs | zacryol | -1/+1 |
| 2025-06-01 | chore: fix smart quote in comment used by update_lints script | krikera | -4/+4 |
| 2025-06-01 | Make sure to sync on file-io.rs tokio test | Noratrieb | -0/+1 |
| 2025-06-01 | Do not count deprecated lints in lint total (#14948) | llogiq | -1/+1 |
| 2025-06-01 | Use interned symbols instead of strings in more places (#14855) | Timo | -50/+72 |
| 2025-06-01 | Do not count deprecated lints in lint total | Samuel Tardieu | -1/+1 |
| 2025-06-01 | resolve if-let-chain FIXME on bootstrap | onur-ozkan | -3/+3 |
| 2025-06-01 | Auto merge of #141731 - compiler-errors:tweak-fast-path-trait, r=lcnr | bors | -34/+54 |
| 2025-06-01 | Merge pull request #4368 from Noratrieb/write-not-little-but-a-lot-instead | Ralf Jung | -3/+3 |
| 2025-06-01 | new restriction lint: pointer_format (#14792) | Samuel Tardieu | -4/+223 |
| 2025-06-01 | Fix tokio/file-io.rs test relying on `read`/`write` not being short | Noratrieb | -3/+3 |
| 2025-06-01 | Async drop - type instead of async drop fn and incorrect drop signature don't... | Andrew Zhogin | -30/+91 |
| 2025-06-01 | Add unimplemented `current_dll_path()` for WASI | Tim Hutt | -0/+5 |
| 2025-06-01 | Auto merge of #141730 - osiewicz:collect-crate-deps-postorder-use-indexset, r... | bors | -10/+13 |
| 2025-06-01 | Add opaque type attributes | Stan Manilov | -0/+3 |
| 2025-06-01 | Fix TLS model on bootstrap for cygwin | 王宇逸 | -1/+6 |
| 2025-06-01 | Merge pull request #4364 from rust-lang/rustup-2025-06-01 | Ben Kimock | -513/+1339 |
| 2025-06-01 | Lint more cases in `unit_arg` | yanglsh | -20/+79 |
| 2025-06-01 | Merge from rustc | The Miri Cronjob Bot | -512/+1338 |
| 2025-06-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-01 | Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwU | bors | -163/+173 |
| 2025-06-01 | Add `visit_id` to ast `Visitor` | Deadbeef | -327/+232 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -148/+551 |
| 2025-06-01 | clippy and more formatting | BazookaMusic | -9/+4 |
| 2025-06-01 | rename function so it makes more sense | BazookaMusic | -5/+5 |
| 2025-06-01 | Formatting issues resolved | BazookaMusic | -13/+18 |
| 2025-06-01 | implement `va_arg` for `powerpc` | Folkert de Vries | -11/+145 |
| 2025-06-01 | add missing public keyword | BazookaMusic | -1/+1 |
| 2025-06-01 | Allow assist edit for converting structs to appear also on struct keyword and... | BazookaMusic | -6/+192 |
| 2025-06-01 | Rollup merge of #141832 - workingjubilee:explain-what-toctou-races-are, r=tho... | Jacob Pratt | -8/+19 |
| 2025-06-01 | Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmann | Jacob Pratt | -0/+143 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -117/+333 |
| 2025-06-01 | Rollup merge of #141277 - RalfJung:miri-ci, r=oli-obk | Jacob Pratt | -4/+6 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -12/+10 |
| 2025-06-01 | Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubilee | Jacob Pratt | -2/+37 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -17/+13 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -86/+385 |
| 2025-05-31 | Merge pull request #2434 from rust-lang/tshepang-mailmap | nora | -0/+1 |
| 2025-05-31 | update surname (was lekhonkhobe previously) and email | Tshepang Mbambo | -0/+1 |
| 2025-05-31 | library: explain TOCTOU races in `fs::remove_dir_all` | Jubilee Young | -8/+19 |
| 2025-05-31 | Merge pull request #2432 from rust-lang/tshepang-patch-1 | nora | -5/+2 |
| 2025-05-31 | Merge pull request #2433 from rust-lang/tshepang-patch-2 | nora | -1/+1 |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -143/+146 |
| 2025-05-31 | replace a broken sentence | Tshepang Mbambo | -1/+1 |
| 2025-05-31 | `missing_const_for_fn`: consider constness of instance | Samuel Tardieu | -2/+99 |
| 2025-05-31 | suggest build/rust-analyzer instead of build-rust-analyzer | Tshepang Mbambo | -5/+2 |
| 2025-05-31 | source_span_for_markdown_range: fix utf8 violation | binarycat | -2/+72 |
| 2025-05-31 | compiler: add CanonAbi | Jubilee Young | -7/+155 |