about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
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
2019-02-17Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll...kennytm-0/+4
2019-02-10rustc: doc commentsAlexander Regueiro-7/+7
2019-01-27Add generate-old-style-files option to rustdocGuillaume Gomez-0/+4
2019-01-17Add book section and fix typo.Wesley Norris-1/+2
2019-01-17Minor changes to wording and formatting.Wesley Norris-1/+2
2019-01-17Persist doc test executables to given path.Wesley Norris-0/+4
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-0/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-0/+5
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-0/+5
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-6/+5
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-10move all static-file include!s into a single moduleQuietMisdreavus-2/+3
2018-11-04fix formattingQuietMisdreavus-3/+3