about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
2023-07-30bootstrap: inline format!() argsMatthias Krüger-3/+3
2023-07-25Remove credential providers from bootstrapArlo Siemsen-9/+0
2023-07-23Fix test panics for submodule of book is not updatedyukang-4/+14
2023-07-14fix another nesting issuejyn-4/+4
2023-07-14fix another GHA log panicjyn-0/+3
2023-07-14Add must_use to `msg_` functionsjyn-4/+4
2023-07-14Add even more GHA log groupsjyn-0/+9
2023-07-14bootstrap: update defaults for `compiler` and `library` aliasesLukas Markeffsky-60/+47
2023-06-29Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514Matthias Krüger-9/+41
2023-06-29refactor `tool_doc!` so that it can accept additional arguments.ozkanonur-9/+41
2023-06-25Switch some more Steps to `builder.msg`jyn-11/+4
2023-06-10Auto merge of #112256 - jyn514:faster-mingw-check, r=Mark-Simulacrumbors-10/+13
2023-06-09Compile rustc_driver by defaultMatthew Esposito-1/+6
2023-06-03fix `x doc --stage 0 compiler` if the compiler hasn't yet been builtjyn-0/+1
2023-06-03don't return a `Result` from symlink_dir_forcejyn-9/+11
2023-06-03rename src/dst to original/linkjyn-5/+5
2023-06-02Rollup merge of #112211 - eval-exec:exec/fix-bootstrap-rustdoc, r=ozkanonurMichael Goulet-0/+1
2023-06-03Add `--lib` to `cargo doc`Eval EXEC-0/+1
2023-05-31Fix the progress message for `x doc rustc`jyn-1/+1
2023-05-29Fix bugs in `doc` refactorjyn-25/+40
2023-05-29Switch doc::{Std, Rustc} to `crate_or_deps`jyn-94/+79
2023-05-25Generate docs for bootstrap itselfjyn-1/+4
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-1/+1
2023-04-10Fix `x check --stage 1` when `download-ci-llvm=false`Joshua Nelson-1/+1
2023-03-27Always set `RUSTC_BOOTSTRAP` with `x doc`clubby789-4/+5
2023-03-10bootstrap: document tidyAlex Huang-0/+1
2023-02-23make --open work on all booksPietro Albini-15/+20
2023-01-26also document hidden itemsPietro Albini-1/+1
2023-01-24add option to include private items in library docsPietro Albini-0/+3
2022-12-30Rollup merge of #106305 - jyn514:tail-args, r=Mark-SimulacrumMichael Goulet-1/+3
2022-12-30Use more consistent progress messages in bootstrapJoshua Nelson-1/+3
2022-12-29`./x doc library --open` opens `std`Lukas Markeffsky-1/+5
2022-12-22Support documenting CargoJoshua Nelson-11/+52
2022-11-25rustbuild: Don't build doc::SharedAssets when building JSON docs.Nixon Enraght-Moony-1/+3
2022-11-23Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514Dylan DPC-13/+8
2022-11-20refactor doc copying processozkanonur-47/+9
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-3/+3
2022-11-13copy doc output files by format r=ozkanonurozkanonur-13/+46
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-5/+5
2022-11-06Rollup merge of #103851 - viandoxdev:103816_bootstrap_fix_json_doc, r=jyn514Matthias Krüger-51/+32
2022-11-05fix out dir being wrong in jsonviandoxdev-1/+5
2022-11-03address review commentPietro Albini-2/+5
2022-11-03move browser opening logic in BuilderPietro Albini-29/+11
2022-11-02prevent open with jsonviandoxdev-0/+5
2022-11-02merge JsonStd and Std stepsviandoxdev-55/+22
2022-11-01fix json running all the timeviandoxdev-2/+7
2022-11-01Fixes #103816 make --json workviandoxdev-1/+1
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-29/+6
2022-10-26Rollup merge of #102706 - ferrocene:pa-ignore-doc-index, r=jyn514Dylan DPC-18/+48
2022-10-24use the shared assets step for building std tooPietro Albini-1/+2