about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2020-04-11Depend on getopts from crates.ioLuca Barbieri-0/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-9/+8
2020-03-02Replace ToJson with serdeGuillaume Gomez-5/+11
2020-03-02Put back output-format option for show-coverageGuillaume Gomez-8/+51
2020-02-09Make issue references consistentMatthias Prechtl-1/+4
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-2/+0
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+1
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-17/+26
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-17/+26
2020-01-04Rollup merge of #67709 - petrochenkov:nodedup2, r=CentrilDylan DPC-6/+1
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-6/+1
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-67/+62
2019-12-09Add options to --extern flag.Eric Huss-30/+3
2019-11-18improve error messages and documentationGuillaume Gomez-3/+3
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-6/+6
2019-11-18rename check-theme option into check-themesGuillaume Gomez-3/+3
2019-11-18Improve documentation, add checks for themes option arguments, make sure the ...Guillaume Gomez-1/+7
2019-11-18Add sentence to tell other options are ignored when running check-themeGuillaume Gomez-3/+3
2019-11-18Apply review commentsGuillaume Gomez-3/+9
2019-11-18Warn instead of failing for themesGuillaume Gomez-2/+1
2019-11-18Stabilize rustdoc theme optionsGuillaume Gomez-1/+3
2019-11-13Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomezbors-1/+3
2019-11-08rustdoc: Support --extern-private but treat as --externDaniel Silverstone-1/+3
2019-11-07Stabilize --extern flag without a path.Eric Huss-4/+0
2019-10-21Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27Mazdak Farrokhzad-0/+4
2019-10-11rustdoc: forward -Z options to rustcTomasz Miąsko-0/+4
2019-10-10Don't pass doctest feature by defaultGuillaume Gomez-4/+1
2019-10-01Prevent rustdoc feature to be passed down to doctestsGuillaume Gomez-1/+0
2019-09-10Add unstable --test-builder to rustdocMark Rousskov-0/+6
2019-09-03changed target from option to plain target, populated with host triple at arg...Dario Gonzalez-3/+5
2019-09-03added feature gate enable-per-target-ignoresDario Gonzalez-0/+7
2019-09-03Added ability to crosscompile doctestsDario Gonzalez-0/+10
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-5/+0
2019-08-29Run doctests via out-of-process rustcAndreas Jonson-0/+12
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-0/+14
2019-08-11Remove thread-local for playground configMark Rousskov-1/+1
2019-08-11Store typed PassesMark Rousskov-8/+8
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-32/+4
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-2/+2
2019-07-06rustdoc: set cfg(doctest) when collecting doctestsQuietMisdreavus-0/+3
2019-06-08Revert "Set test flag when rustdoc is running with --test option"Oliver Middleton-3/+0
2019-05-19Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27bors-11/+15
2019-05-17Use iter() for iterating arrays by sliceJosh Stone-1/+1
2019-05-06don't pre-allocate the default edition stringQuietMisdreavus-7/+10
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-10/+11
2019-04-24Set test flag when rustdoc is running with --test optionGuillaume Gomez-0/+3
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-6/+13
2019-04-14Derive Default for ExternEntryAaron Hill-7/+3