| Age | Commit message (Expand) | Author | Lines |
| 2023-07-16 | Auto merge of #113745 - tshepang:patch-1, r=workingjubilee | bors | -6/+0 |
| 2023-07-16 | collect.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -6/+0 |
| 2023-07-16 | Auto merge of #113430 - Zalathar:hash, r=b-naber | bors | -17/+6 |
| 2023-07-16 | Auto merge of #113738 - jyn514:rollup-mjcya4c, r=jyn514 | bors | -91/+81 |
| 2023-07-15 | Rollup merge of #113737 - jyn514:mailmap, r=jyn514 | jyn | -1/+5 |
| 2023-07-15 | Rollup merge of #113731 - jyn514:ci-env, r=ozkanonur | jyn | -10/+0 |
| 2023-07-15 | Rollup merge of #113643 - jyn514:try-run, r=ozkanonur | jyn | -80/+76 |
| 2023-07-15 | update mailmap for myself | jyn | -1/+5 |
| 2023-07-15 | Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillot | bors | -12/+5 |
| 2023-07-15 | Auto merge of #113697 - GuillaumeGomez:rm-unneeded-externallocation-handling,... | bors | -6/+1 |
| 2023-07-15 | Auto merge of #113732 - matthiaskrgr:rollup-nm5qy4i, r=matthiaskrgr | bors | -278/+449 |
| 2023-07-15 | Rollup merge of #113724 - GuillaumeGomez:migrate-gui-test-color-21, r=notriddle | Matthias Krüger | -10/+10 |
| 2023-07-15 | Rollup merge of #113709 - notriddle:notriddle/src, r=GuillaumeGomez | Matthias Krüger | -155/+155 |
| 2023-07-15 | Rollup merge of #113683 - ozkanonur:polished, r=jyn514 | Matthias Krüger | -13/+1 |
| 2023-07-15 | Rollup merge of #113663 - syvb:non_inherited_unsafe_thir, r=cjgillot | Matthias Krüger | -26/+176 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -68/+56 |
| 2023-07-15 | Rollup merge of #113625 - compiler-errors:structurally-norm-in-selection, r=lcnr | Matthias Krüger | -6/+51 |
| 2023-07-15 | Remove unused `bootstrap::util::CiEnv` enum | jyn | -10/+0 |
| 2023-07-15 | Replace `builder::try_run_quiet` with `run_quiet_delaying_failure` | jyn | -17/+13 |
| 2023-07-15 | Rename `Builder::try_run` to `run_delaying_failure` | jyn | -16/+16 |
| 2023-07-15 | Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecated | jyn | -63/+63 |
| 2023-07-15 | Implement "items do not inherit unsafety" for THIR unsafeck | syvb | -26/+176 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -93/+1251 |
| 2023-07-15 | Auto merge of #113514 - jyn514:more-gha-groups, r=oli-obk | bors | -65/+184 |
| 2023-07-15 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -10/+10 |
| 2023-07-14 | rustdoc: rename to `src-script.js` | Michael Howell | -0/+0 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -26/+26 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -129/+129 |
| 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 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -115/+113 |
| 2023-07-14 | Auto merge of #113471 - compiler-errors:new-solver-norm-escaping, r=lcnr | bors | -22/+55 |
| 2023-07-14 | extern-fn-explicit-align test: remove unnecessary derives | Erik Desjardins | -5/+0 |
| 2023-07-14 | Auto merge of #113703 - matthiaskrgr:rollup-19uhwuh, r=matthiaskrgr | bors | -223/+416 |
| 2023-07-14 | Structurally normalize in selection | Michael Goulet | -6/+51 |
| 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 #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -10/+14 |