| Age | Commit message (Expand) | Author | Lines |
| 2023-06-28 | syle-guide: Clarify let-else further | Josh Triplett | -2/+24 |
| 2023-06-28 | Auto merge of #2936 - Vanille-N:unique, r=RalfJung | bors | -39/+524 |
| 2023-06-29 | Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle | Takayuki Maeda | -1/+1 |
| 2023-06-29 | Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddle | Takayuki Maeda | -9/+29 |
| 2023-06-29 | Rollup merge of #113048 - psumbera:solaris-bootstrap-cfgs, r=ozkanonur | Takayuki Maeda | -4/+6 |
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -13/+486 |
| 2023-06-28 | Auto merge of #2945 - oli-obk:gha_mk_pr, r=RalfJung | bors | -1/+25 |
| 2023-06-28 | Try running a sync automatically | Oli Scherer | -1/+25 |
| 2023-06-28 | Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri... | Dylan DPC | -6/+4 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -26/+25 |
| 2023-06-28 | rustdoc: Reduce internal function visibility. | Alona Enraght-Moony | -1/+1 |
| 2023-06-28 | Fix display of long items in search results | Guillaume Gomez | -9/+29 |
| 2023-06-28 | fmt | Oli Scherer | -2/+2 |
| 2023-06-28 | Merge from rustc | Oli Scherer | -610/+709 |
| 2023-06-28 | Preparing for merge from rustc | Oli Scherer | -1/+1 |
| 2023-06-28 | Remove the old `coverage-reports` and `coverage` directories | Zalathar | -1/+1 |
| 2023-06-28 | Re-bless the newly-migrated tests | Zalathar | -12/+0 |
| 2023-06-28 | Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage` | Zalathar | -0/+12 |
| 2023-06-28 | Expand `run-coverage` to support the remaining `coverage-reports` tests | Zalathar | -3/+115 |
| 2023-06-28 | Declare a `run-coverage-rustdoc` suite for coverage tests that need `rustdoc` | Zalathar | -0/+7 |
| 2023-06-28 | Add a custom `run-coverage` mode to compiletest | Zalathar | -3/+232 |
| 2023-06-28 | Move the `RUSTC_PROFILER_SUPPORT` check into `CachedNeedsConditions` | Zalathar | -1/+3 |
| 2023-06-28 | Remember whether `failure-status` was explicitly specified | Zalathar | -8/+5 |
| 2023-06-28 | Introduce `exec_compiled_test_general` | Zalathar | -1/+12 |
| 2023-06-28 | Extract a common function for setting up environment vars | Zalathar | -13/+12 |
| 2023-06-28 | Declare a `run-coverage` test mode/suite in bootstrap | Zalathar | -4/+11 |
| 2023-06-27 | Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr | bors | -132/+109 |
| 2023-06-27 | Replace `id` attribute with `name` for `<meta>` tag | Guillaume Gomez | -5/+4 |
| 2023-06-27 | Rollup merge of #112692 - jieyouxu:better-err-msg-for-unstable-options, r=dav... | Matthias Krüger | -67/+77 |
| 2023-06-27 | Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwco | Matthias Krüger | -65/+32 |
| 2023-06-27 | Rollup merge of #113068 - clubby789:bootstrap-user-to-dist, r=jyn514 | Matthias Krüger | -10/+43 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -67/+77 |
| 2023-06-27 | Add trophy | Andy Wang | -0/+1 |
| 2023-06-27 | Fix invalid HTML DIV tag used in HEAD | Guillaume Gomez | -2/+1 |
| 2023-06-27 | [PATCH] Fix build on Solaris where fd-lock cannot be used. | Petr Sumbera | -4/+6 |
| 2023-06-27 | new lint `needless_raw_string` + refactor a bit | Centri3 | -1/+1 |
| 2023-06-27 | add `needless_raw_string_hashes` lint | Centri3 | -2/+2 |
| 2023-06-27 | Make `--quiet` actually do something | Oli Scherer | -6/+13 |
| 2023-06-27 | Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgr | bors | -1/+4 |
| 2023-06-27 | Rollup merge of #113063 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-06-27 | Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddle | Matthias Krüger | -1/+4 |
| 2023-06-27 | Auto merge of #112938 - compiler-errors:clause-3, r=oli-obk | bors | -98/+49 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -98/+49 |
| 2023-06-26 | bootstrap: rename 'user' profile to 'dist' | clubby789 | -10/+43 |
| 2023-06-26 | Auto merge of #112969 - CryZe:patch-7, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-06-26 | Auto merge of #113057 - TaKO8Ki:rollup-071lc9g, r=TaKO8Ki | bors | -43/+45 |
| 2023-06-26 | Update books | Eric Huss | -0/+0 |
| 2023-06-26 | CI: do not cancel concurrent builds on the same branch | Jakub Beránek | -1/+1 |
| 2023-06-26 | Add/improve code comments | Guillaume Gomez | -1/+4 |