| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -62/+135 |
| 2025-05-04 | Fix tidy dep list | Mark Rousskov | -7/+3 |
| 2025-05-04 | Remove -Zunique-is-unique | Johannes Hostert | -451/+12 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -90/+49 |
| 2025-05-04 | Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxu | bors | -10/+13 |
| 2025-05-04 | Merge pull request #19739 from Veykril/push-kpozprqnsmkk | Lukas Wirth | -12/+12 |
| 2025-05-04 | Disable fixpoint for variance computation temporarily | Lukas Wirth | -12/+12 |
| 2025-05-04 | Rollup merge of #140551 - mejrs:test4, r=jieyouxu | Stuart Cook | -10/+0 |
| 2025-05-04 | cargo update | github-actions | -55/+132 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -10/+13 |
| 2025-05-03 | Move some tests out of tests/ui | mejrs | -10/+0 |
| 2025-05-03 | Rollup merge of #140582 - GuillaumeGomez:update-sysinfo, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-05-03 | Improve let snippet | A4-Tacks | -6/+6 |
| 2025-05-03 | Rollup merge of #140546 - LegNeato:anyhowbacktrace, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-05-03 | Improve the let code snippet | A4-Tacks | -6/+101 |
| 2025-05-03 | Merge from rustc | The Miri Cronjob Bot | -734/+1952 |
| 2025-05-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -7/+46 |
| 2025-05-02 | Merge pull request #19733 from ShoyuVanilla/issue-19724 | Lukas Wirth | -13/+82 |
| 2025-05-02 | Merge pull request #19732 from ShoyuVanilla/issue-19730 | Lukas Wirth | -1/+27 |
| 2025-05-03 | fix: Implement mut to const ptr cast for method resolution | Shoyu Vanilla | -13/+82 |
| 2025-05-02 | Construct test so that it would fail for old code | Xinglu Chen | -5/+22 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -106/+106 |
| 2025-05-02 | Correctly handle interior mutable data in `Box` | Xinglu Chen | -1/+26 |
| 2025-05-02 | Merge pull request #19731 from Veykril/push-mmvowomkpwxy | Lukas Wirth | -175/+113 |
| 2025-05-03 | fix: Correct assoc ty bound var starting index | Shoyu Vanilla | -1/+27 |
| 2025-05-02 | refactor: Simplify macro call id construction | Lukas Wirth | -175/+113 |
| 2025-05-02 | Implement skeleton code for adding GenMC support to Miri (not yet functional). | Patrick-6 | -307/+1254 |
| 2025-05-02 | Render more lifetimes | Lukas Wirth | -149/+201 |
| 2025-05-02 | Update sysinfo to `0.35.0` in `src/tools/opt-dist` | Guillaume Gomez | -1/+1 |
| 2025-05-02 | Auto merge of #140540 - flip1995:clippy-subtree-update, r=Manishearth | bors | -582/+1819 |
| 2025-05-02 | Merge pull request #4305 from RalfJung/squash | Ralf Jung | -10/+84 |
| 2025-05-02 | add ./miri squash | Ralf Jung | -10/+84 |
| 2025-05-01 | Rollup merge of #140556 - GuillaumeGomez:improve-rustdoc-gui-tool-error-outpu... | Guillaume Gomez | -4/+13 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -42/+14 |
| 2025-05-01 | Improve error output in case `nodejs` or `npm` is not installed for rustdoc-g... | Guillaume Gomez | -4/+13 |
| 2025-05-01 | Remove backtrace dep from anyhow in features status dump tool | Christian Legnitto | -1/+1 |
| 2025-05-01 | Merge pull request #4273 from yoctocell/new-cell-state | Ralf Jung | -72/+141 |
| 2025-05-01 | remove a couple of clones | Matthias Krüger | -90/+71 |
| 2025-05-01 | Add `Cell` state to Tree Borrows | Xinglu Chen | -72/+141 |
| 2025-05-01 | Merge commit '03a5b6b976ac121f4233775c49a4bce026065b47' into clippy-subtree-u... | Philipp Krones | -582/+1819 |
| 2025-05-01 | Merge from rust-lang/rust | Laurențiu Nicola | -664/+1072 |
| 2025-05-01 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-05-01 | Update lockfile | Laurențiu Nicola | -6/+6 |
| 2025-05-01 | Bump salsa | Lukas Wirth | -2/+2 |
| 2025-05-01 | fmt | The Miri Cronjob Bot | -3/+1 |
| 2025-05-01 | Merge from rustc | The Miri Cronjob Bot | -39679/+33261 |
| 2025-05-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-04-30 | Rollup merge of #140486 - calebcartwright:rustfmt-let-chain-bool-lit, r=caleb... | Matthias Krüger | -15/+17 |
| 2025-04-30 | Rollup merge of #140385 - lnicola:sync-from-ra, r=Veykril | Matthias Krüger | -39401/+33092 |