| Age | Commit message (Expand) | Author | Lines |
| 2024-06-01 | include missing submodule on bootstrap | onur-ozkan | -1/+2 |
| 2024-06-01 | Auto merge of #17302 - mladedav:dm/fix-clear, r=Veykril | bors | -13/+30 |
| 2024-06-01 | Move state trackig of diagnostic clearing inside `FlycheckActor` | David Mládek | -41/+31 |
| 2024-06-01 | Deduplicate supertrait_def_ids code | Mark Rousskov | -1/+1 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -295/+62 |
| 2024-06-01 | Auto merge of #17278 - chenx97:flycheck-process-wrap, r=lnicola | bors | -45/+73 |
| 2024-06-01 | Migrate `run-make/emit-named-files` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-01 | Migrate `run-make/cdylib` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-01 | Add `Cc::output` method | Guillaume Gomez | -0/+7 |
| 2024-06-01 | Auto merge of #125835 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-05-31 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-31 | Auto merge of #125408 - chriskrycho:chriskrycho/book-updates, r=ehuss | bors | -0/+13 |
| 2024-05-31 | docs: Missing word typo | Luke Franceschini | -1/+1 |
| 2024-05-31 | Rollup merge of #125816 - Zalathar:demangler, r=oli-obk | Matthias Krüger | -31/+38 |
| 2024-05-31 | Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obk | Matthias Krüger | -2/+5 |
| 2024-05-31 | Remove unused rust-demangler support from compiletest | Zalathar | -10/+0 |
| 2024-05-31 | Use `Builder::tool_exe` to build the coverage-dump tool | Zalathar | -4/+1 |
| 2024-05-31 | Use `coverage-dump --demangle` as the demangler for coverage-run tests | Zalathar | -17/+13 |
| 2024-05-31 | Add an alternate `--demangle` mode to coverage-dump | Zalathar | -0/+24 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -0/+5 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -173/+189 |
| 2024-05-31 | minor: replace command-group with process-wrap | Henry Chen | -45/+73 |
| 2024-05-30 | The modern styling is apparently to use Title Case for the chip/company, "Arm". | Lokathor | -22/+22 |
| 2024-05-30 | Auto merge of #125710 - RalfJung:compiletest-components, r=workingjubilee | bors | -4/+10 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -173/+189 |
| 2024-05-30 | Auto merge of #125378 - lcnr:tracing-no-lines, r=oli-obk | bors | -1/+0 |
| 2024-05-30 | Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearth | bors | -676/+1422 |
| 2024-05-30 | remove tracing tree indent lines | lcnr | -1/+0 |
| 2024-05-30 | Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u... | Philipp Krones | -676/+1422 |
| 2024-05-30 | Rollup merge of #125753 - Zalathar:procres, r=jieyouxu | Matthias Krüger | -29/+19 |
| 2024-05-30 | Rollup merge of #125745 - tgross35:bump-stage0, r=Mark-Simulacrum | Matthias Krüger | -428/+428 |
| 2024-05-30 | Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubilee | Matthias Krüger | -0/+12 |
| 2024-05-30 | Rollup merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | Matthias Krüger | -32/+34 |
| 2024-05-30 | explain what the open questions are, and add a Miri test for that | Ralf Jung | -0/+12 |
| 2024-05-30 | compiletest: clarify COMPILETEST_NEEDS_ALL_LLVM_COMPONENTS error | Ralf Jung | -4/+10 |
| 2024-05-30 | coverage: Add CLI support for `-Zcoverage-options=condition` | Dorian Péron | -2/+5 |
| 2024-05-30 | compiletest: Unify `cmd2procres` with `run_command_to_procres` | Zalathar | -29/+19 |
| 2024-05-30 | Auto merge of #125744 - fmease:rollup-ky7d098, r=fmease | bors | -146/+138 |
| 2024-05-29 | Bump the stage0 compiler to beta.7 (2024-05-25) | Trevor Gross | -428/+428 |
| 2024-05-30 | Rollup merge of #125734 - petrochenkov:macinattr, r=wesleywiser | León Orell Valerian Liehr | -24/+24 |
| 2024-05-30 | Rollup merge of #125723 - GuillaumeGomez:migrate-run-make-crate-data-smoke, r... | León Orell Valerian Liehr | -3/+8 |
| 2024-05-30 | Rollup merge of #125699 - nnethercote:streamline-rustfmt, r=GuillaumeGomez | León Orell Valerian Liehr | -115/+106 |
| 2024-05-30 | Rollup merge of #125662 - Oneirical:more-tests-again, r=jieyouxu | León Orell Valerian Liehr | -3/+0 |
| 2024-05-30 | Rollup merge of #125653 - GuillaumeGomez:migrate-const-prop-lint, r=jieyouxu | León Orell Valerian Liehr | -1/+0 |
| 2024-05-29 | Auto merge of #125702 - workingjubilee:tell-tidy-about-csky, r=nikic | bors | -10/+3 |
| 2024-05-29 | Auto merge of #125732 - matthiaskrgr:rollup-bozbtk3, r=matthiaskrgr | bors | -427/+406 |
| 2024-05-29 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -24/+24 |
| 2024-05-29 | Rollup merge of #125719 - Zalathar:run-coverage, r=jieyouxu | Matthias Krüger | -426/+372 |
| 2024-05-29 | Rollup merge of #125708 - RalfJung:tier3, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+32 |