index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-23
Mark @RUSTC_BUILTIN search path usage as unstable
Lukas Wirth
-1
/
+10
2024-03-25
Make sysroot mandatory for rustdoc
Lukas Wirth
-1
/
+8
2024-03-25
Make use of sysroot in librustdoc/config.rs for builtin:$path
Lukas Wirth
-2
/
+2
2024-03-25
Implement `-L builtin:$path`
Lukas Wirth
-2
/
+6
2024-03-15
rustdoc: add `--test-builder-wrapper` argument
Travis Finkenauer
-0
/
+7
2024-02-17
Fix missing trait impls for type in rustc docs
Shoyu Vanilla
-0
/
+4
2024-02-07
rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`.
Nicholas Nethercote
-64
/
+32
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-5
/
+5
2024-01-10
Shorten some error invocations.
Nicholas Nethercote
-12
/
+12
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-5
/
+5
2023-12-23
Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-26
/
+26
2023-12-18
Rename many `EarlyDiagCtxt` arguments.
Nicholas Nethercote
-15
/
+15
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-3
/
+3
2023-12-18
Rename `new_handler` as `new_dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-11-25
is_{some,ok}_and for rustdoc
Michael Goulet
-1
/
+1
2023-09-15
rustdoc: merge theme css into rustdoc.css
Michael Howell
-6
/
+18
2023-09-08
Add missing Debuginfo to PDB debug file on windows.
Florian Schmiderer
-0
/
+7
2023-08-23
Add unstable `--no-html-source` rustdoc flag
Guillaume Gomez
-0
/
+4
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-14
/
+12
2023-06-27
Provide more context for `rustc +nightly -Zunstable-options` on stable
许杰友 Jieyou Xu (Joe)
-19
/
+17
2023-05-27
Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkov
Matthias Krüger
-1
/
+0
2023-05-27
Fix ICE caused by at-expanding argument 0 instead of removing it early
dekrain
-1
/
+0
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-11
/
+11
2023-04-16
Spelling librustdoc
Josh Soref
-1
/
+1
2023-04-14
Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor
Matthias Krüger
-1
/
+0
2023-04-12
Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8Ki
Matthias Krüger
-9
/
+1
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-04-12
Make rustdoc and rustc's help match exactly
Jynn Nelson
-9
/
+1
2023-04-10
Fix typos in librustdoc
DaniPopes
-1
/
+1
2023-04-01
a couple clippy::complexity fixes
Matthias Krüger
-7
/
+2
2023-01-21
Fix typo in comment
Roy Wellington Ⅳ
-1
/
+1
2022-12-07
Revert crate_types change, add new bin_crate field
Will Crichton
-4
/
+10
2022-12-07
Improve several aspects of the Rustdoc scrape-examples UI.
Will Crichton
-5
/
+4
2022-11-18
couple of clippy::perf fixes
Matthias Krüger
-2
/
+2
2022-11-09
Fix `rustdoc --version` when used with download-rustc
Joshua Nelson
-1
/
+1
2022-10-29
rustdoc: add hash to filename of toolchain files
Jacob Hoffman-Andrews
-7
/
+6
2022-10-19
Avoid cloning `RenderOptions`.
Nicholas Nethercote
-37
/
+43
2022-09-14
Simplify CSS parser to check themes
Guillaume Gomez
-2
/
+14
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-13
/
+13
2022-07-11
Fix rustdoc -Zhelp and -Chelp options
Guillaume Gomez
-11
/
+11
2022-07-08
Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk
Matthias Krüger
-1
/
+5
2022-07-07
Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomez
Dylan DPC
-3
/
+0
2022-07-06
session: `output-width` -> `diagnostic-width`
David Wood
-5
/
+5
2022-07-06
session: `terminal-width` -> `output-width`
David Wood
-4
/
+4
2022-07-06
sess: stabilize `--terminal-width`
David Wood
-1
/
+5
2022-07-02
Fix bug in `rustdoc -Whelp`
Joshua Nelson
-12
/
+10
2022-06-29
Remove needless FIXME
Noah Lev
-3
/
+0
[next]