summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2021-05-05Revert PR 83866Pietro Albini-6/+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-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-1/+7
2021-04-04use jemallocator in rustc/rustdocGus Wynn-0/+51
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
2021-02-23Add --generate-redirect-map option to replace HTML redirection file with a un...Guillaume Gomez-0/+7
2021-02-19Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514Dylan DPC-1/+4
2021-02-19rustdoc: Support argument filesMiguel Ojeda-1/+4
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-06Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnayMara Bos-1/+0
2021-02-02Rollup merge of #81492 - camelid:rustdoc-internal-mod-vis, r=GuillaumeGomezJonas Schievink-1/+2
2021-01-31rustdoc: Note why `rustdoc::html::markdown` is publicCamelid-1/+2
2021-01-28rustdoc: Remove unnecessary optionalCamelid-2/+2
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+8
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-1/+1
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+8
2021-01-23Calculate self-profile strings in `Compiler::enter` instead in codegenJoshua Nelson-6/+3
2021-01-22Fix <unknown> queriesJoshua Nelson-2/+5
2021-01-21Deny internal lints for rustdocJoshua Nelson-0/+1
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-2/+2
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-1/+0
2021-01-12Update help message and add regression testTristan Dannenberg-6/+1
2021-01-12Fix rustdoc --test-builder argument parsingTristan Dannenberg-2/+3
2021-01-04Remove two obsolete uses of #![feature(split_inclusive)]Ian Jackson-1/+0
2020-12-30Add Iterator::intersperseJonas Schievink-0/+1
2020-12-27Auto merge of #79642 - ijackson:default-theme-stab, r=jyn514bors-2/+2
2020-12-17Fix rebase conflictJoshua Nelson-4/+0
2020-12-17TODO -> FIXMEJoshua Nelson-1/+1