| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -3/+3 |
| 2023-07-25 | Remove credential providers from bootstrap | Arlo Siemsen | -9/+0 |
| 2023-07-23 | Fix test panics for submodule of book is not updated | yukang | -4/+14 |
| 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 must_use to `msg_` functions | jyn | -4/+4 |
| 2023-07-14 | Add even more GHA log groups | jyn | -0/+9 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -60/+47 |
| 2023-06-29 | Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514 | Matthias Krüger | -9/+41 |
| 2023-06-29 | refactor `tool_doc!` so that it can accept additional arguments. | ozkanonur | -9/+41 |
| 2023-06-25 | Switch some more Steps to `builder.msg` | jyn | -11/+4 |
| 2023-06-10 | Auto merge of #112256 - jyn514:faster-mingw-check, r=Mark-Simulacrum | bors | -10/+13 |
| 2023-06-09 | Compile rustc_driver by default | Matthew Esposito | -1/+6 |
| 2023-06-03 | fix `x doc --stage 0 compiler` if the compiler hasn't yet been built | jyn | -0/+1 |
| 2023-06-03 | don't return a `Result` from symlink_dir_force | jyn | -9/+11 |
| 2023-06-03 | rename src/dst to original/link | jyn | -5/+5 |
| 2023-06-02 | Rollup merge of #112211 - eval-exec:exec/fix-bootstrap-rustdoc, r=ozkanonur | Michael Goulet | -0/+1 |
| 2023-06-03 | Add `--lib` to `cargo doc` | Eval EXEC | -0/+1 |
| 2023-05-31 | Fix the progress message for `x doc rustc` | jyn | -1/+1 |
| 2023-05-29 | Fix bugs in `doc` refactor | jyn | -25/+40 |
| 2023-05-29 | Switch doc::{Std, Rustc} to `crate_or_deps` | jyn | -94/+79 |
| 2023-05-25 | Generate docs for bootstrap itself | jyn | -1/+4 |
| 2023-04-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -1/+1 |
| 2023-04-10 | Fix `x check --stage 1` when `download-ci-llvm=false` | Joshua Nelson | -1/+1 |
| 2023-03-27 | Always set `RUSTC_BOOTSTRAP` with `x doc` | clubby789 | -4/+5 |
| 2023-03-10 | bootstrap: document tidy | Alex Huang | -0/+1 |
| 2023-02-23 | make --open work on all books | Pietro Albini | -15/+20 |
| 2023-01-26 | also document hidden items | Pietro Albini | -1/+1 |
| 2023-01-24 | add option to include private items in library docs | Pietro Albini | -0/+3 |
| 2022-12-30 | Rollup merge of #106305 - jyn514:tail-args, r=Mark-Simulacrum | Michael Goulet | -1/+3 |
| 2022-12-30 | Use more consistent progress messages in bootstrap | Joshua Nelson | -1/+3 |
| 2022-12-29 | `./x doc library --open` opens `std` | Lukas Markeffsky | -1/+5 |
| 2022-12-22 | Support documenting Cargo | Joshua Nelson | -11/+52 |
| 2022-11-25 | rustbuild: Don't build doc::SharedAssets when building JSON docs. | Nixon Enraght-Moony | -1/+3 |
| 2022-11-23 | Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514 | Dylan DPC | -13/+8 |
| 2022-11-20 | refactor doc copying process | ozkanonur | -47/+9 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -3/+3 |
| 2022-11-13 | copy doc output files by format r=ozkanonur | ozkanonur | -13/+46 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -5/+5 |
| 2022-11-06 | Rollup merge of #103851 - viandoxdev:103816_bootstrap_fix_json_doc, r=jyn514 | Matthias Krüger | -51/+32 |
| 2022-11-05 | fix out dir being wrong in json | viandoxdev | -1/+5 |
| 2022-11-03 | address review comment | Pietro Albini | -2/+5 |
| 2022-11-03 | move browser opening logic in Builder | Pietro Albini | -29/+11 |
| 2022-11-02 | prevent open with json | viandoxdev | -0/+5 |
| 2022-11-02 | merge JsonStd and Std steps | viandoxdev | -55/+22 |
| 2022-11-01 | fix json running all the time | viandoxdev | -2/+7 |
| 2022-11-01 | Fixes #103816 make --json work | viandoxdev | -1/+1 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -29/+6 |
| 2022-10-26 | Rollup merge of #102706 - ferrocene:pa-ignore-doc-index, r=jyn514 | Dylan DPC | -18/+48 |
| 2022-10-24 | use the shared assets step for building std too | Pietro Albini | -1/+2 |