about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
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
2018-11-04add Debug impls for the Options structsQuietMisdreavus-1/+41
2018-11-02split off a separate RenderOptions structQuietMisdreavus-22/+32
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-0/+22
2018-11-02parse command-line into a central Options structQuietMisdreavus-0/+488
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-373/+0
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-5/+5
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-7/+7
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-10std::vec: Change fn unzip to take an iterator argumentblake2-ppc-1/+1
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-4/+4
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-1/+1
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-5/+5
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-15/+15
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-27cleanup .chain and .chain_err + fixing other filesmaikklein-16/+10
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-14/+11
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-13/+11
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+2
2013-06-22Merge pull request #7270 from thestinger/docDaniel Micay-6/+6