about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-10/+4
2025-05-09Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG...Matthias Krüger-3/+3
2025-04-15Replace flag `--doctest-compilation-args` with a simpler one: `--doctest-buil...León Orell Valerian Liehr-3/+3
2025-03-27Remove and stabilize --enable-per-target-ignoresEric Huss-7/+0
2025-03-27Rename `--runtool` and `--runtool-arg`Eric Huss-8/+8
2025-03-12Use materialize_sysroot in rustdocbjorn3-4/+1
2025-03-12Don't return an error from get_or_default_sysrootbjorn3-3/+1
2025-03-12Make opts.maybe_sysroot non-optionalbjorn3-0/+4
2025-03-06`librustdoc`: flatten nested ifsYotam Ofek-8/+8
2025-02-26Add rustdoc support for `--emit=dep-info[=path]`Guillaume Gomez-6/+22
2025-02-05Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomezbors-2/+2
2025-02-03Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlinbors-4/+5
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-4/+5
2025-01-29rustdoc: run css and html minifier at build instead of runtimeMichael Howell-2/+2
2025-01-29Improve check for `--output-format` combinations and add ui regression testGuillaume Gomez-31/+35
2025-01-29Improve code and add missing docs for new `doctest::extracted` moduleGuillaume Gomez-6/+4
2025-01-29Mention the tracking issue of `--output-format=doctest`Guillaume Gomez-0/+2
2025-01-29Add new output-formatGuillaume Gomez-2/+12
2025-01-11re-add --disable-minification to rustdocbinarycat-0/+6
2024-12-20Add `--doctest-compilation-args` option to allow passing arguments to doctest...Guillaume Gomez-0/+5
2024-11-28Fix new clippy lintsGuillaume Gomez-2/+2
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-2/+2
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+5
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-4/+105
2024-09-07librustdoc::config: removed Input from OptionsEtomicBomb-12/+6
2024-08-29Fix clippy lintsGuillaume Gomez-3/+3
2024-08-15Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoidMatthias Krüger-5/+10
2024-08-13Emit a warning instead of an error if `--generate-link-to-definition` is used...Guillaume Gomez-3/+5
2024-08-12Add possibility to generate rustdoc JSON output to stdoutGuillaume Gomez-5/+10
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-2/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+7
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-7/+9
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-0/+26
2024-05-18Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomezbors-14/+37
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-4/+0
2024-05-04Simplify `markdown_input` fn and subsequent logicUrgau-4/+3
2024-05-04Add `-` (stdin) support to rustdocUrgau-13/+37
2024-04-23Mark @RUSTC_BUILTIN search path usage as unstableLukas Wirth-1/+10
2024-03-25Make sysroot mandatory for rustdocLukas Wirth-1/+8
2024-03-25Make use of sysroot in librustdoc/config.rs for builtin:$pathLukas Wirth-2/+2
2024-03-25Implement `-L builtin:$path`Lukas Wirth-2/+6
2024-03-15rustdoc: add `--test-builder-wrapper` argumentTravis Finkenauer-0/+7
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-0/+4
2024-02-07rustdoc: remove `unchecked_claim_error_was_emitted` call in `main_args`.Nicholas Nethercote-64/+32
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-5/+5
2024-01-10Shorten some error invocations.Nicholas Nethercote-12/+12
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-5/+5
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-1/+1
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-26/+26