| Age | Commit message (Expand) | Author | Lines |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -609/+3877 |
| 2024-02-09 | Rollup merge of #120827 - DianQK:docker-run-local, r=Kobzol | Matthias Krüger | -3/+4 |
| 2024-02-09 | Rollup merge of #120806 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -604/+3869 |
| 2024-02-09 | Rollup merge of #120790 - onur-ozkan:better-error-message, r=wesleywiser | Matthias Krüger | -2/+4 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -418/+414 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -5/+28 |
| 2024-02-09 | Rollup merge of #120831 - Nikokrock:pr/disappearing_startup_objects, r=onur-o... | Matthias Krüger | -0/+2 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -5/+26 |
| 2024-02-09 | Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obk | bors | -2/+2 |
| 2024-02-09 | Startup objects disappearing from sysroot | Nicolas Roche | -0/+2 |
| 2024-02-09 | Print image input file and checksum in CI only | DianQK | -3/+4 |
| 2024-02-08 | Add new ui tests | Ben Kimock | -1/+1 |
| 2024-02-08 | Rollup merge of #120769 - tshepang:minimal-diffs, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -604/+3869 |
| 2024-02-08 | better error message on download CI LLVM failure | onur-ozkan | -2/+4 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -1/+1 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -6/+2 |
| 2024-02-08 | Bump to newly branched stage0 compiler | Mark Rousskov | -412/+412 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -57/+67 |
| 2024-02-08 | Auto merge of #120550 - oli-obk:track_errors8, r=estebank | bors | -1/+1 |
| 2024-02-08 | make future diffs minimal | Tshepang Mbambo | -2/+2 |
| 2024-02-08 | Rollup merge of #120702 - bvanjoi:fix-120444, r=notriddle | Matthias Krüger | -18/+33 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -39/+34 |
| 2024-02-08 | Auto merge of #120579 - GuillaumeGomez:prevent-running-unneeded-code, r=notri... | bors | -0/+8 |
| 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 | -124/+126 |
| 2024-02-07 | Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obk | Guillaume Boisseau | -122/+64 |
| 2024-02-07 | Rollup merge of #120726 - saethlin:no-bashism, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-02-07 | Rollup merge of #120664 - SparrowLii:parallel_test, r=nnethercote | Guillaume Boisseau | -1/+1 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+16 |
| 2024-02-07 | Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiser | Guillaume Boisseau | -0/+44 |
| 2024-02-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-07 | Auto merge of #120060 - saethlin:mir-opt-bless-targets, r=wesleywiser | bors | -206/+201 |
| 2024-02-07 | rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`. | Nicholas Nethercote | -102/+54 |
| 2024-02-07 | rustdoc: make `main` more like rustc's. | Nicholas Nethercote | -20/+10 |
| 2024-02-07 | docs: also check the inline stmt during redundant link check | bohan | -18/+33 |
| 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 | -38/+33 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -1/+1 |
| 2024-02-06 | Don't call std_cargo to build mir-only sysroots | Ben Kimock | -1/+1 |
| 2024-02-06 | Tweak a few mir-opt tests instead of using -Clink-dead-code | Ben Kimock | -2/+0 |
| 2024-02-06 | Use a better set of targets for blessing mir-opt tests | Ben Kimock | -206/+203 |
| 2024-02-07 | Update tests | r0cky | -2/+15 |
| 2024-02-06 | Don't use bashism in checktools.sh | Ben Kimock | -1/+1 |
| 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 | -11/+11 |
| 2024-02-06 | Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk | bors | -2/+21 |
| 2024-02-06 | miri: fix ICE with symbolic alignment check on extern static | Ralf Jung | -23/+75 |
| 2024-02-06 | Auto merge of #120509 - shepmaster:m1-runners-redux, r=jdno | bors | -15/+23 |