about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-0/+5
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-2/+1
2022-01-10Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...Dirkjan Ochtman-5/+0
2021-12-23Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+4
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-37/+21
2021-12-11Don't emit shared files when scraping dependenciesWill Crichton-0/+4
2021-12-11Rollup merge of #91717 - inashivb:issue-91713, r=jyn514Matthias Krüger-13/+13
2021-12-09Add deprecation warning for --passesShivani Bhardwaj-13/+13
2021-11-30Add --out-dir flag for rustdochi-rustin-2/+12
2021-11-27Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomezMatthias Krüger-1/+1
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-6/+0
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-1/+1
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-10/+10
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-6/+6
2021-10-06Incorporate jyn's feedbackWill Crichton-1/+2
2021-10-06Sort examples by sizeWill Crichton-24/+1
2021-10-06Generate example source files with corresponding linksWill Crichton-8/+0
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-3/+35
2021-10-06Add updated support for example-analyzerWill Crichton-0/+11
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-4/+4
2021-08-24Stabilize `force-warn`inquisitivecrystal-2/+1
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-0/+5
2021-08-05Ensure that --generate-link-to-definition is only used with HTML output and i...Guillaume Gomez-0/+8
2021-08-05Add an option for the source code link generationGuillaume Gomez-0/+4
2021-07-21Run rustfmtIan Jackson-2/+4
2021-07-21rustdoc: Restore --default-theme, etc, by restoring varname escapingIan Jackson-1/+23
2021-07-19Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwcobors-1/+1
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+5
2021-07-17Make `--force-warns` a normal lint level optioninquisitivecrystal-1/+1
2021-07-07Clean up rustdoc static filesGuillaume Gomez-1/+1
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-1/+2
2021-06-02Force warn on lint groups as wellRyan Levick-1/+2
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-7/+0
2021-05-24Use parse_target_triple in rustdocbjorn3-10/+5
2021-05-16Use TargetTriple::from_path in rustdocbjorn3-1/+1
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+4
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-6/+3
2021-05-01Auto merge of #83857 - ABouttefeux:master, r=jyn514bors-0/+10
2021-05-01Apply suggestions from code reviewAliénore Bouttefeux-1/+1
2021-04-30error when --no-run is present without --testAliénore Bouttefeux-1/+6
2021-04-08Rollup merge of #82497 - jyn514:json, r=CraftSpiderDylan DPC-14/+13
2021-04-07change based on reviewsAliénore Bouttefeux-1/+1
2021-04-06Fix handling of `--output-format json` flagJoshua Nelson-14/+13
2021-04-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-2/+1
2021-04-05Merge branch 'master' into masterAliénore Bouttefeux-3/+8
2021-04-05Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomezDylan DPC-1/+3
2021-04-04added --no-run optionAliénore Bouttefeux-0/+5
2021-04-04Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelidDylan DPC-1/+0
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-1/+5
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-1/+0