| Age | Commit message (Expand) | Author | Lines |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -604/+3869 |
| 2024-02-09 | Rollup merge of #120806 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -604/+3869 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -2/+2 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -5/+24 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -5/+24 |
| 2024-02-08 | Add new ui tests | Ben Kimock | -1/+1 |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -604/+3869 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -1/+1 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -2/+2 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -37/+32 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -37/+32 |
| 2024-02-08 | inline a function that is only used in clippy | Oli Scherer | -1/+1 |
| 2024-02-07 | Auto merge of #120748 - Nadrieril:rollup-dj0qwv5, r=Nadrieril | bors | -1/+2 |
| 2024-02-07 | Rollup merge of #120664 - SparrowLii:parallel_test, r=nnethercote | Guillaume Boisseau | -1/+1 |
| 2024-02-07 | Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiser | Guillaume Boisseau | -0/+1 |
| 2024-02-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-07 | Auto merge of #120060 - saethlin:mir-opt-bless-targets, r=wesleywiser | bors | -0/+1 |
| 2024-02-07 | Add parallel rustc ui tests | SparrowLii | -1/+1 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -36/+31 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -1/+1 |
| 2024-02-06 | Tweak a few mir-opt tests instead of using -Clink-dead-code | Ben Kimock | -1/+0 |
| 2024-02-06 | Use a better set of targets for blessing mir-opt tests | Ben Kimock | -0/+2 |
| 2024-02-07 | Update tests | r0cky | -2/+15 |
| 2024-02-06 | Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-02-06 | Rollup merge of #120683 - RalfJung:symbolic-alignment-ice, r=oli-obk | Matthias Krüger | -23/+75 |
| 2024-02-06 | Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebank | Matthias Krüger | -10/+10 |
| 2024-02-06 | miri: fix ICE with symbolic alignment check on extern static | Ralf Jung | -23/+75 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -2/+6 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -5/+24 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -2/+8 |
| 2024-02-05 | Make `Emitter::emit_diagnostic` consuming. | Nicholas Nethercote | -10/+10 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -20/+12 |
| 2024-02-05 | Auto merge of #120660 - matthiaskrgr:rollup-zuqljul, r=matthiaskrgr | bors | -2004/+3123 |
| 2024-02-05 | Rollup merge of #120636 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2004/+3103 |
| 2024-02-04 | Add an `armv8r-none-eabihf` target to support the Cortex-R52. | Chris Copeland | -0/+1 |
| 2024-02-04 | Try to fix in-tree build | Laurențiu Nicola | -3/+3 |
| 2024-02-04 | Merge commit '0113bc9388b480fa42c632f57f4f0f7af5813ec1' into sync-from-ra | Laurențiu Nicola | -2004/+3103 |
| 2024-02-03 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-02 | miri: normalize struct tail in ABI compat check | Lukas Markeffsky | -0/+20 |
| 2024-02-01 | Auto merge of #120447 - lnicola:sync-from-ra, r=lnicola | bors | -2796/+1391 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -2/+15 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -5/+3 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -1/+1 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -2/+15 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -17/+1 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -2/+2 |
| 2024-01-30 | hir: Add non-optional `hir_owner_nodes` for real `OwnerId`s | Vadim Petrochenkov | -3/+1 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -1/+1 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120439 - seqre-contrib:moving-ui-tests, r=nnethercote | Guillaume Gomez | -2/+5 |