| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -21/+21 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -55/+55 |
| 2023-07-14 | fix another nesting issue | jyn | -4/+4 |
| 2023-07-14 | fix another GHA log panic | jyn | -0/+3 |
| 2023-07-14 | add a couple more groups | jyn | -7/+12 |
| 2023-07-14 | Add `track_caller` to builder.msg | jyn | -0/+9 |
| 2023-07-14 | put configure behind a group | jyn | -1/+5 |
| 2023-07-14 | don't print download progress in CI | jyn | -3/+8 |
| 2023-07-14 | Add must_use to `msg_` functions | jyn | -45/+67 |
| 2023-07-14 | Add GHA log groups for tool tests | jyn | -0/+20 |
| 2023-07-14 | Make sure toolstates.json ends in a newline | jyn | -1/+4 |
| 2023-07-14 | fix nested GHA groups (redux) | jyn | -10/+6 |
| 2023-07-14 | Don't checkout the LLVM submodule in `x dist --dry-run` | jyn | -1/+3 |
| 2023-07-14 | Don't nest GHA groups in `check::Std` | jyn | -0/+1 |
| 2023-07-14 | Add even more GHA log groups | jyn | -18/+67 |
| 2023-07-14 | Fix `x suggest --run` | jyn | -3/+2 |
| 2023-07-14 | Fix compiletest windows path finding with spaces | Alex Macleod | -6/+6 |
| 2023-07-14 | remove outdated FIXMEs on bootstrap | ozkanonur | -13/+1 |
| 2023-07-14 | Rollup merge of #113699 - RalfJung:miri, r=RalfJung | Matthias Krüger | -64/+33 |
| 2023-07-14 | Rollup merge of #113685 - Kobzol:opt-dist-binary-sizes, r=Mark-Simulacrum | Matthias Krüger | -5/+45 |
| 2023-07-14 | Auto merge of #113591 - mdibaiee:genericargs-cleanup, r=oli-obk | bors | -405/+403 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -29/+56 |
| 2023-07-14 | Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co... | Guillaume Gomez | -6/+1 |
| 2023-07-14 | Strip impl if not re-exported and is doc(hidden) | Guillaume Gomez | -1/+7 |
| 2023-07-14 | Print artifact sizes in `opt-dist` | Jakub Beránek | -5/+45 |
| 2023-07-14 | remove compile-flags that are no longer needed | Ralf Jung | -37/+10 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -405/+403 |
| 2023-07-14 | work around custom_mir span | Ralf Jung | -13/+6 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -86/+114 |
| 2023-07-14 | Rollup merge of #113668 - kupiakos:patch-1, r=calebcartwright | Matthias Krüger | -1/+1 |
| 2023-07-14 | Rollup merge of #113640 - jyn514:nodejs-defaults, r=GuillaumeGomez | Matthias Krüger | -43/+39 |
| 2023-07-13 | Rename cast_ref_to_mut to invalid_reference_casting (clippy side) | Urgau | -6/+6 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -2/+2 |
| 2023-07-13 | Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle | Matthias Krüger | -25/+84 |
| 2023-07-13 | Trigger a rebuild when CLIPPY_CONF_DIR changes | Alex Macleod | -0/+7 |
| 2023-07-13 | Correct `the` -> `there` typo in items.md | Alyssa Haroldsen | -1/+1 |
| 2023-07-13 | Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonur | bors | -465/+444 |
| 2023-07-13 | Rollup merge of #113616 - edg-l:fix_bootstrap, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-07-13 | Rollup merge of #113613 - GuillaumeGomez:allow-dash-in-file-name, r=notriddle | Matthias Krüger | -4/+13 |
| 2023-07-13 | Rollup merge of #113603 - workingjubilee:test-for-98016, r=oli-obk | Matthias Krüger | -12/+13 |
| 2023-07-13 | Rollup merge of #113598 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+3 |
| 2023-07-13 | Rollup merge of #113353 - compiler-errors:select-better, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-07-13 | Support `x suggest` with build-metrics | jyn | -8/+9 |
| 2023-07-13 | Remove unnecessary `Builder::new_standalone` function | jyn | -23/+9 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -37/+39 |
| 2023-07-13 | Merge from rustc | The Miri Conjob Bot | -42/+30 |
| 2023-07-13 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-13 | Make `nodejs` control the default for RustdocJs tests instead of a hard-off s... | jyn | -43/+39 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -57/+76 |
| 2023-07-12 | Bump bootstrap compiler to latest | Mark Rousskov | -408/+368 |