summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2020-01-23Distinguish between private items and hidden items in rustdocDavid Tolnay-17/+26
2020-01-23format librustdocMark 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
2019-04-14Update rustdoc to new ExternEntry formatAaron Hill-2/+8
2019-04-14Fix tidyAaron Hill-2/+2
2019-04-14Combine 'Extern' and 'ExternPrivate'Aaron Hill-2/+3
2019-04-02Do not render coloful json in rustdocOliver Scherer-2/+2
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-6/+12
2019-04-02Update rustdocOliver Scherer-2/+3
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-1/+1
2019-03-05only print coverage pass lists if running on nightlyQuietMisdreavus-7/+11
2019-02-28add a coverage mode for private itemsQuietMisdreavus-3/+11
2019-02-28add option to calculate documentation coverageQuietMisdreavus-0/+12
2019-02-23merge early and late passes into single structAndy Russell-1/+1
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-11/+11