| Age | Commit message (Expand) | Author | Lines |
| 2024-06-27 | Auto merge of #127049 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1008/+3631 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -1008/+3631 |
| 2024-06-27 | Add `ar` command in `run-make-support` | Guillaume Gomez | -4/+10 |
| 2024-06-27 | Migrate `run-make/invalid-library` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-27 | Add `ar_command` in `run_make_support` | Guillaume Gomez | -0/+8 |
| 2024-06-27 | Auto merge of #123918 - DianQK:clang-format, r=Kobzol | bors | -12/+141 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -577/+606 |
| 2024-06-26 | Add clang-format to the external tool check | DianQK | -12/+123 |
| 2024-06-26 | Rollup merge of #126971 - DianQK:bump, r=Kobzol | Matthias Krüger | -61/+60 |
| 2024-06-26 | Rollup merge of #126964 - Oneirical:total-catestrophe, r=Kobzol | Matthias Krüger | -3/+0 |
| 2024-06-26 | Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2024-06-26 | Auto merge of #126955 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-26 | Add clang-format to requirements.txt in tidy | DianQK | -0/+18 |
| 2024-06-26 | Bump black, ruff and platformdirs | DianQK | -61/+60 |
| 2024-06-25 | rewrite and rename issue-20626 to rmake | Oneirical | -1/+0 |
| 2024-06-25 | rewrite invalid-so to rmake | Oneirical | -1/+0 |
| 2024-06-25 | rewrite lto-empty to rmake | Oneirical | -1/+0 |
| 2024-06-25 | Update cargo | Weihang Lo | -0/+0 |
| 2024-06-25 | `sudo CI=green` && Review changes <3 | xFrednet | -11/+2 |
| 2024-06-25 | Rollup merge of #126893 - dtolnay:prec, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` in Miri | xFrednet | -1/+1 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips: | xFrednet | -573/+611 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -3/+3 |
| 2024-06-25 | miri: make sure we can find link_section statics even for the local crate | Ralf Jung | -0/+17 |
| 2024-06-25 | Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco | bors | -61/+61 |
| 2024-06-25 | Auto merge of #126813 - compiler-errors:SliceLike, r=lcnr | bors | -9/+9 |
| 2024-06-24 | Rollup merge of #126413 - matthiaskrgr:crshmsg, r=oli-obk | Michael Goulet | -4/+5 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -3/+3 |
| 2024-06-24 | Replace Deref bounds on Interner in favor of a SliceLike trait | Michael Goulet | -1/+1 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -8/+8 |
| 2024-06-24 | compiletest: make the crash test error message abit more informative | Matthias Krüger | -4/+5 |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -61/+61 |
| 2024-06-24 | Fix tidy issue for rustdoc tests commands | Guillaume Gomez | -0/+5 |
| 2024-06-24 | Remove commands duplication between `compiletest` and `tests/rustdoc` | Guillaume Gomez | -230/+234 |
| 2024-06-24 | Move `tests/rustdoc` testsuite to `//@` syntax | Guillaume Gomez | -5/+34 |
| 2024-06-24 | Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-06-24 | Rollup merge of #126754 - compiler-errors:use-rustfmt, r=calebcartwright | Matthias Krüger | -9/+105 |
| 2024-06-24 | Rollup merge of #126298 - heiher:loongarch64-musl-ci, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2024-06-23 | Remove stray println from rustfmt | Michael Goulet | -1/+0 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -5/+5 |
| 2024-06-23 | Rollup merge of #126862 - ChrisDenton:needs-symlink, r=jieyouxu | Matthias Krüger | -0/+27 |
| 2024-06-23 | Rollup merge of #126851 - nnethercote:NtExprKind-NtPatKind, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-06-23 | Rollup merge of #126833 - RalfJung:extern-type-field-ice, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2024-06-23 | Rollup merge of #126612 - ehuss:build-manifest-readme, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-06-23 | Rollup merge of #126230 - onur-ozkan:followup-126225, r=Mark-Simulacrum | Matthias Krüger | -1/+57 |
| 2024-06-23 | Auto merge of #126865 - lnicola:sync-from-ra, r=lnicola | bors | -4787/+8836 |
| 2024-06-23 | Implement use<> formatting in rustfmt | Michael Goulet | -9/+105 |
| 2024-06-23 | Promote loongarch64-unknown-linux-musl to Tier 2 with host tools | WANG Rui | -0/+2 |
| 2024-06-23 | Add need-symlink directive to compiletest | Chris Denton | -0/+27 |
| 2024-06-23 | Auto merge of #124733 - workingjubilee:cant-beleaf-we-dont-have-this, r=saethlin | bors | -0/+2 |