about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2020-12-17Make it compileJoshua Nelson-4/+5
2020-12-17[tmp] Pass `TyCtxt` through to the render backendJoshua Nelson-8/+5
2020-12-17Move `run_renderer` into the main `global_ctxt` closureJoshua Nelson-25/+78
2020-12-15Remove redundant assignmentJoshua Nelson-5/+0
2020-12-13Use imports instead of rewriting the type signature of `stable`Joshua Nelson-14/+2
2020-12-13stabilize `peekable_next_if`Justus K-1/+0
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-5/+11
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-2/+3
2020-12-12Pass Session into rendererJoshua Nelson-3/+8
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-0/+1
2020-12-03Add missing feature flagCamelid-0/+1
2020-12-02rustdoc: stabilise --default-themeIan Jackson-1/+1
2020-12-02rustdoc: --default-theme: minor grammar fix to usage messageIan Jackson-1/+1
2020-12-01Address review comments.Nixon Enraght-Moony-0/+1
2020-11-25fixes a word typo in librustdocNelson J Morais-1/+1
2020-11-13Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514Guillaume Gomez-0/+5
2020-11-12Add --check option to rustdocGuillaume Gomez-0/+5
2020-11-06Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514bors-0/+1
2020-11-04Added Rustdoc book sections for linting and embedding more examplesAndrew Gauger-0/+1
2020-10-28rustdoc: Fix some nitsIan Jackson-2/+2
2020-10-28rustdoc: Provide a --default-theme THEME optionIan Jackson-0/+10
2020-10-28rustdoc: Provide a general --default-setting SETTING[=VALUE] optionIan Jackson-0/+10
2020-10-20Remove unused type from librustdocGuillaume Gomez-9/+0
2020-10-08Allow generic parameters in intra-doc linksCamelid-0/+2
2020-09-15Add a comment why rustdoc loads crates from the sysrootJoshua Nelson-1/+5
2020-09-14Add a comment why `extern crate` is necessary for rustdocJoshua Nelson-2/+6
2020-08-31Fix strings indentGuillaume Gomez-11/+11