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
2025-06-24
rustc_session: Add a structure for keeping both explicit and default sysroots
Vadim Petrochenkov
-10
/
+4
2025-05-09
Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG...
Matthias Krüger
-3
/
+3
2025-04-15
Replace flag `--doctest-compilation-args` with a simpler one: `--doctest-buil...
León Orell Valerian Liehr
-3
/
+3
2025-03-27
Remove and stabilize --enable-per-target-ignores
Eric Huss
-7
/
+0
2025-03-27
Rename `--runtool` and `--runtool-arg`
Eric Huss
-8
/
+8
2025-03-12
Use materialize_sysroot in rustdoc
bjorn3
-4
/
+1
2025-03-12
Don't return an error from get_or_default_sysroot
bjorn3
-3
/
+1
2025-03-12
Make opts.maybe_sysroot non-optional
bjorn3
-0
/
+4
2025-03-06
`librustdoc`: flatten nested ifs
Yotam Ofek
-8
/
+8
2025-02-26
Add rustdoc support for `--emit=dep-info[=path]`
Guillaume Gomez
-6
/
+22
2025-02-05
Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez
bors
-2
/
+2
2025-02-03
Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin
bors
-4
/
+5
2025-02-02
Target modifiers (special marked options) are recorded in metainfo and compar...
Andrew Zhogin
-4
/
+5
2025-01-29
rustdoc: run css and html minifier at build instead of runtime
Michael Howell
-2
/
+2
2025-01-29
Improve check for `--output-format` combinations and add ui regression test
Guillaume Gomez
-31
/
+35
2025-01-29
Improve code and add missing docs for new `doctest::extracted` module
Guillaume Gomez
-6
/
+4
2025-01-29
Mention the tracking issue of `--output-format=doctest`
Guillaume Gomez
-0
/
+2
2025-01-29
Add new output-format
Guillaume Gomez
-2
/
+12
2025-01-11
re-add --disable-minification to rustdoc
binarycat
-0
/
+6
2024-12-20
Add `--doctest-compilation-args` option to allow passing arguments to doctest...
Guillaume Gomez
-0
/
+5
2024-11-28
Fix new clippy lints
Guillaume Gomez
-2
/
+2
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-07
rfc#3662 changes under unstable flags
EtomicBomb
-4
/
+105
2024-09-07
librustdoc::config: removed Input from Options
EtomicBomb
-12
/
+6
2024-08-29
Fix clippy lints
Guillaume Gomez
-3
/
+3
2024-08-15
Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid
Matthias Krüger
-5
/
+10
2024-08-13
Emit a warning instead of an error if `--generate-link-to-definition` is used...
Guillaume Gomez
-3
/
+5
2024-08-12
Add possibility to generate rustdoc JSON output to stdout
Guillaume Gomez
-5
/
+10
2024-08-08
Split `ColorConfig` off of `HumanReadableErrorType`
Esteban Küber
-2
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-13
/
+7
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-7
/
+9
2024-06-09
rustdoc: Add support for --remap-path-prefix
Edward Shen
-0
/
+26
2024-05-18
Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez
bors
-14
/
+37
2024-05-07
rustdoc: use stability, instead of features, to decide what to show
Michael Howell
-4
/
+0
2024-05-04
Simplify `markdown_input` fn and subsequent logic
Urgau
-4
/
+3
2024-05-04
Add `-` (stdin) support to rustdoc
Urgau
-13
/
+37
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
[next]