about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-0/+7
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-1/+0
2021-08-05Add an option for the source code link generationGuillaume Gomez-0/+7
2021-07-21Rename force-warns to force-warnRyan Levick-2/+2
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+3
2021-07-13Remove useless alias from `rustc_span` to itselfJoshua Nelson-1/+1
2021-07-13Remove renaming of `test` crateJoshua Nelson-1/+1
2021-07-10Change all instance of optflag added since the original change to optflagmulti.Zach Lute-4/+6
2021-07-10Change all 'optflag' arguments to 'optflagmulti'Zach Lute-15/+15
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-2/+2
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-1/+4
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-0/+2
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-1/+4
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+2
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-0/+8
2021-06-02Force warn on lint groups as wellRyan Levick-0/+8
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-3/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+3
2021-05-05Revert PR 83866Pietro Albini-6/+1
2021-05-01Auto merge of #83857 - ABouttefeux:master, r=jyn514bors-0/+1
2021-04-28Rollup merge of #84484 - jyn514:check-tools, r=Mark-SimulacrumJack Huey-1/+1
2021-04-27Switch `rustc::internal` from deny to warnJoshua Nelson-1/+1
2021-04-22Remove unnecessary `edition` parameter to rendererJoshua Nelson-17/+3
2021-04-22Remove unnecessary `diag` parameter to `after_krate`Joshua Nelson-8/+4
2021-04-17rustdoc: use more precise relative URLSMichael Howell-1/+7
2021-04-07Reuse logic for determining the channel in the rest of rustdocJoshua Nelson-1/+6
2021-04-07change based on reviewsAliénore Bouttefeux-1/+1
2021-04-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-1/+7
2021-04-05Update src/librustdoc/lib.rs from suggestionAliénore Bouttefeux-1/+1
2021-04-04use jemallocator in rustc/rustdocGus Wynn-0/+51
2021-04-04added --no-run optionAliénore Bouttefeux-0/+1
2021-04-03Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkovbors-2/+2
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-2/+2
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-1/+1
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-0/+8
2021-03-19librustdoc: or_patterns are stablemark-1/+1
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-0/+3
2021-03-05Store `UNVERSIONED_FILES` in a data structureJoshua Nelson-0/+18
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-0/+2
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-0/+7
2021-03-01Move lint machinery into a separate fileJoshua Nelson-0/+1
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-0/+1
2021-03-02Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514Guillaume Gomez-0/+1
2021-03-02Rollup merge of #82018 - jyn514:no-dummy-cache, r=camelid,GuillaumeGomezGuillaume Gomez-6/+6
2021-03-02Rollup merge of #81932 - jyn514:rustdoc-logging, r=Mark-SimulacrumGuillaume Gomez-0/+74
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-6/+6
2021-02-28Always compile rustdoc with debug logging enabled when `download-rustc` is setJoshua Nelson-0/+74
2021-02-28Run some rustc passes in rustdocGuillaume Gomez-0/+1
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0