| Age | Commit message (Expand) | Author | Lines |
| 2024-07-01 | Make `FloatTy` checks exhaustive in pretty print | Trevor Gross | -16/+18 |
| 2024-07-01 | Auto merge of #127216 - GuillaumeGomez:rollup-iw9f2ed, r=GuillaumeGomez | bors | -521/+528 |
| 2024-07-01 | Rollup merge of #127201 - GuillaumeGomez:improve-run-make-support, r=Kobzol | Guillaume Gomez | -14/+22 |
| 2024-07-01 | Rollup merge of #127188 - onur-ozkan:rustc-src-fix, r=Kobzol | Guillaume Gomez | -28/+31 |
| 2024-07-01 | Rollup merge of #127129 - compiler-errors:full-expr-span, r=jieyouxu | Guillaume Gomez | -16/+56 |
| 2024-07-01 | Rollup merge of #127128 - elomatreb:elomatreb/stabilize-duration_abs_diff, r=... | Guillaume Gomez | -3/+3 |
| 2024-07-01 | Rollup merge of #126880 - Rejyr:migrate-rmake-vw, r=Kobzol | Guillaume Gomez | -69/+80 |
| 2024-07-01 | Rollup merge of #126832 - petrochenkov:linkarg, r=jieyouxu | Guillaume Gomez | -383/+318 |
| 2024-07-01 | Rollup merge of #126753 - compiler-errors:use-style-guide, r=joshtriplett,cal... | Guillaume Gomez | -0/+12 |
| 2024-07-01 | Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se | Guillaume Gomez | -8/+6 |
| 2024-07-01 | Auto merge of #127113 - scottmcm:retune-inlining-again, r=oli-obk | bors | -845/+385 |
| 2024-07-01 | Avoid MIR bloat in inlining | Scott McMurray | -845/+385 |
| 2024-07-01 | linker: Bail out of rpath logic early if the target doesn't support rpath | Vadim Petrochenkov | -10/+4 |
| 2024-07-01 | linker: Refactor interface for passing arguments to linker | Vadim Petrochenkov | -373/+314 |
| 2024-07-01 | fail on component linking errors | onur-ozkan | -3/+6 |
| 2024-07-01 | improve the way bootstrap handles rustlib components | onur-ozkan | -26/+26 |
| 2024-07-01 | Improve `target` method API in `run-make-support` | Guillaume Gomez | -5/+7 |
| 2024-07-01 | Improve `run-make-support` API for `assert*` functions | Guillaume Gomez | -9/+15 |
| 2024-07-01 | Auto merge of #127197 - matthiaskrgr:rollup-aqpvn5q, r=matthiaskrgr | bors | -18/+436 |
| 2024-07-01 | Rollup merge of #127191 - beetrees:register-out-of-scope-macro-calls, r=compi... | Matthias Krüger | -0/+7 |
| 2024-07-01 | Rollup merge of #127182 - danielhuang:patch-4, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-07-01 | Rollup merge of #127181 - BoxyUwU:dump_def_parents, r=compiler-errors | Matthias Krüger | -1/+217 |
| 2024-07-01 | Rollup merge of #127150 - xen0n:issue125908, r=Kobzol | Matthias Krüger | -3/+19 |
| 2024-07-01 | Rollup merge of #127105 - scottmcm:issue-127089, r=cjgillot | Matthias Krüger | -5/+132 |
| 2024-07-01 | Rollup merge of #127090 - kornelski:wrap-conflicts, r=fee1-dead | Matthias Krüger | -7/+15 |
| 2024-07-01 | Rollup merge of #126923 - workingjubilee:regression-tests-for-simd-invalid-bi... | Matthias Krüger | -0/+44 |
| 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-06-30 | Use full expr span for return suggestion on type error/ambiguity | Michael Goulet | -16/+56 |
| 2024-07-01 | Auto merge of #127082 - GuillaumeGomez:help-gui-test, r=notriddle | bors | -0/+70 |
| 2024-07-01 | Ensure `out_of_scope_macro_calls` lint is registered | beetrees | -0/+7 |
| 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 | Update ip_addr.rs | Daniel Huang | -2/+2 |
| 2024-06-30 | add `rustc_dump_def_parents` attribute | Boxy | -1/+217 |
| 2024-06-30 | Add a GVN test for 127089 that doesn't optimize to a constant | Scott McMurray | -0/+52 |
| 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 |