| Age | Commit message (Expand) | Author | Lines |
| 2024-07-01 | Revert some ICE avoiding logic that is not necessary anymore | Oli Scherer | -22/+3 |
| 2024-07-01 | Avoid an ICE reachable through const eval shenanigans | Oli Scherer | -4/+81 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -816/+886 |
| 2024-07-01 | Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler... | bors | -428/+543 |
| 2024-07-01 | Auto merge of #127082 - GuillaumeGomez:help-gui-test, r=notriddle | bors | -0/+70 |
| 2024-06-30 | Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol | bors | -39/+4 |
| 2024-06-30 | Auto merge of #127174 - matthiaskrgr:rollup-q87j6cn, r=matthiaskrgr | bors | -346/+427 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -428/+503 |
| 2024-06-30 | Make `feature(effects)` require `-Znext-solver` | Deadbeef | -0/+40 |
| 2024-06-30 | Rollup merge of #127161 - GuillaumeGomez:improve-run-make-args, r=Kobzol | Matthias Krüger | -18/+15 |
| 2024-06-30 | Rollup merge of #127160 - pacak:123630-test, r=Nadrieril | Matthias Krüger | -0/+43 |
| 2024-06-30 | Rollup merge of #127157 - Zalathar:unexpand, r=cjgillot | Matthias Krüger | -66/+68 |
| 2024-06-30 | Rollup merge of #127069 - Sky9x:fmt-pointer-use-addr, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-06-30 | Rollup merge of #127053 - xen0n:update-loong-docs, r=Nilstrieb,heiher | Matthias Krüger | -70/+125 |
| 2024-06-30 | Rollup merge of #127038 - BoxyUwU:reword_comment, r=camelid | Matthias Krüger | -10/+14 |
| 2024-06-30 | Rollup merge of #126981 - Zalathar:enums, r=Nadrieril | Matthias Krüger | -52/+150 |
| 2024-06-30 | Rollup merge of #126895 - betelgeuse:improve_simd_gather_documentation, r=Ama... | Matthias Krüger | -3/+0 |
| 2024-06-30 | Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnr | Matthias Krüger | -125/+11 |
| 2024-06-30 | Auto merge of #127162 - bjorn3:sync_cg_clif-2024-06-30, r=bjorn3 | bors | -291/+440 |
| 2024-06-30 | Update test comment | Boxy | -10/+14 |
| 2024-06-30 | Auto merge of #127156 - matthiaskrgr:rollup-jjfd464, r=matthiaskrgr | bors | -25/+24 |
| 2024-06-30 | Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202... | bjorn3 | -291/+440 |
| 2024-06-30 | Rustup to rustc 1.81.0-nightly (ba1d7f4a0 2024-06-29) | bjorn3 | -1/+1 |
| 2024-06-30 | Add a regression test for #123630 | Michael Baikov | -0/+43 |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -46/+55 |
| 2024-06-30 | Improve `run-make-support` library `args` API | Guillaume Gomez | -18/+15 |
| 2024-06-30 | coverage: Avoid getting extra unexpansion info when we don't need it | Zalathar | -16/+21 |
| 2024-06-30 | Replace a magic boolean with enum `ScheduleDrops` | Zalathar | -18/+56 |
| 2024-06-30 | Replace a magic boolean with enum `EmitStorageLive` | Zalathar | -19/+32 |
| 2024-06-30 | Replace a magic boolean with enum `DeclareLetBindings` | Zalathar | -17/+64 |
| 2024-06-30 | Rollup merge of #127134 - tgross35:typeid-debug, r=Nilstrieb | Matthias Krüger | -1/+12 |
| 2024-06-30 | Rollup merge of #127131 - Kobzol:remove-unused-deps, r=compiler-errors | Matthias Krüger | -8/+0 |
| 2024-06-30 | Rollup merge of #127023 - Kobzol:ci-rfl-rename, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2024-06-30 | Rollup merge of #126906 - GrigorenkoPV:fixme-split_at_first, r=Mark-Simulacrum | Matthias Krüger | -6/+2 |
| 2024-06-30 | Rollup merge of #126876 - WaffleLapkin:unignoreconfigtoml, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2024-06-30 | Rollup merge of #126705 - safinaskar:panic, r=Mark-Simulacrum | Matthias Krüger | -5/+2 |
| 2024-06-30 | coverage: Move span unexpansion into its own submodule | Zalathar | -62/+59 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -272/+632 |
| 2024-06-30 | Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxu | bors | -0/+142 |
| 2024-06-29 | Print `TypeId` as a `u128` for `Debug` | Trevor Gross | -1/+12 |
| 2024-06-29 | Rollup merge of #127122 - TDecking:div_ceil, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-06-29 | Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu | Matthias Krüger | -3/+35 |
| 2024-06-29 | Rollup merge of #127114 - linyihai:issue-126863, r=Nadrieril | Matthias Krüger | -33/+50 |
| 2024-06-29 | Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errors | Matthias Krüger | -11/+127 |
| 2024-06-29 | Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics... | Matthias Krüger | -14/+34 |
| 2024-06-29 | Rollup merge of #127081 - Kobzol:lld-test, r=onur-ozkan | Matthias Krüger | -2/+32 |
| 2024-06-29 | Rollup merge of #127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkan | Matthias Krüger | -25/+212 |
| 2024-06-29 | Rollup merge of #126960 - Kobzol:tidy-venv-message, r=tgross35 | Matthias Krüger | -4/+3 |
| 2024-06-29 | Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errors | Matthias Krüger | -179/+138 |
| 2024-06-29 | Remove unused compiler dependencies | Jakub Beránek | -8/+0 |