| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | rustdoc: format type layout template with newline after `<p>` | Michael Howell | -8/+16 |
| 2023-04-18 | rustdoc: create variants list outside of template | Michael Howell | -63/+60 |
| 2023-04-18 | Auto merge of #110492 - GuillaumeGomez:rollup-n4tpbl4, r=GuillaumeGomez | bors | -3/+5 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -39/+39 |
| 2023-04-18 | Remove very useless `as_substs` usage from clippy | Maybe Waffle | -1/+1 |
| 2023-04-18 | rustdoc: use a separate template for type layout size | Michael Howell | -12/+24 |
| 2023-04-18 | Rollup merge of #110490 - jyn514:bump-llvm, r=nikic | Guillaume Gomez | -1/+1 |
| 2023-04-18 | Rollup merge of #110485 - albertlarsan68:fix-bootstrap-lock, r=ozkanonur | Guillaume Gomez | -2/+4 |
| 2023-04-18 | Bump `download-ci-llvm-stamp` for loong support | jyn | -1/+1 |
| 2023-04-18 | Fix no_std tests that load libc when download-rustc is enabled | Joshua Nelson | -17/+77 |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -9/+43 |
| 2023-04-18 | Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrum | bors | -7/+73 |
| 2023-04-18 | Fix bootstrap locking | Albert Larsan | -2/+4 |
| 2023-04-18 | Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n... | Matthias Krüger | -10/+38 |
| 2023-04-18 | Rollup merge of #110442 - ferrocene:pa-build-metrics-dry-run, r=ozkanonur | Matthias Krüger | -6/+22 |
| 2023-04-18 | Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book... | Matthias Krüger | -3/+8 |
| 2023-04-18 | Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68 | Matthias Krüger | -0/+30 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -9/+43 |
| 2023-04-18 | Auto merge of #110403 - klensy:bolt-deprecate, r=albertlarsan68,Kobzol | bors | -1/+1 |
| 2023-04-17 | rustdoc: restructure type search engine to pick-and-use IDs | Michael Howell | -204/+273 |
| 2023-04-17 | Spelling src/ci | Josh Soref | -8/+8 |
| 2023-04-17 | rustdoc-search: fix incorrect doc comment | Michael Howell | -1/+1 |
| 2023-04-17 | Rollup merge of #110337 - iterion:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-17 | Spelling src/bootstrap | Josh Soref | -6/+6 |
| 2023-04-17 | Fix invalid handling of nested items with `--document-private-items` | Guillaume Gomez | -5/+35 |
| 2023-04-17 | Force -Zflatten-format-args=no in Clippy. | Mara Bos | -0/+3 |
| 2023-04-17 | Force -Zflatten-format-args=no in Clippy. | Mara Bos | -0/+3 |
| 2023-04-17 | Merge from rustc | Oli Scherer | -44/+173 |
| 2023-04-17 | Remove unused RustdocVisitor::visit_item_inner return type | Guillaume Gomez | -5/+3 |
| 2023-04-17 | Preparing for merge from rustc | Oli Scherer | -1/+1 |
| 2023-04-17 | Add code comment to remind contributors to update rustdoc book if they update... | Guillaume Gomez | -0/+2 |
| 2023-04-17 | Add list of supported disambiguators and suffixes for intra-doc links in the ... | Guillaume Gomez | -3/+6 |
| 2023-04-17 | avoid including dry run steps in the build metrics | Pietro Albini | -6/+22 |
| 2023-04-17 | Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgr | bors | -45/+42 |
| 2023-04-17 | Rollup merge of #110423 - jsoref:spelling-srcdoc, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2023-04-17 | Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddle | Matthias Krüger | -28/+28 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -4/+3 |
| 2023-04-17 | Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau... | Matthias Krüger | -4/+2 |
| 2023-04-17 | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | -5/+5 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -28/+28 |
| 2023-04-16 | Support loading version information from xz tarballs | Mark Rousskov | -3/+26 |
| 2023-04-17 | Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obk | bors | -44/+173 |
| 2023-04-16 | Extract variable | Nilstrieb | -4/+5 |
| 2023-04-16 | bootstrap.py: Use loop for `_download_component_helper` | Nilstrieb | -10/+11 |
| 2023-04-16 | bootstrap.py: Create cache before download | Nilstrieb | -8/+11 |
| 2023-04-16 | Test python2.7 in dist-x86_64-illumos | Josh Stone | -2/+3 |
| 2023-04-16 | ci: add a runner for vanilla LLVM 16 | Josh Stone | -5/+70 |
| 2023-04-16 | bootstrap: switch from `stream_cargo` to `try_run_quiet` | Weihang Lo | -3/+3 |
| 2023-04-16 | chore: remove `rustc-workspace-hack` | Weihang Lo | -181/+2 |
| 2023-04-16 | chore: remove Cargo features in rustc-workspace-hack | Weihang Lo | -85/+1 |