about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-5/+5
2022-02-25Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgrbors-0/+1
2022-02-25Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomezMatthias Krüger-0/+1
2022-02-25Switch bootstrap cfgsMark Rousskov-0/+1
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-0/+1
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-5/+3
2022-02-18Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomezMatthias Krüger-0/+3
2022-02-13Remove Config::stderrbjorn3-1/+0
2022-02-12Move setup_callbacks call to create_compiler_and_runbjorn3-1/+1
2022-02-11Add --scrape-tests flags so rustdoc can scrape examples from testsWill Crichton-0/+3
2022-02-01rustdoc: correct unclosed HTML tags as genericsMichael Howell-0/+1
2022-01-25Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomezbors-0/+2
2022-01-17Rollup merge of #92819 - euclio:atty, r=CraftSpiderMatthias Krüger-41/+15
2022-01-15Rustdoc: remove ListAttributesIter and use impl Iterator insteadJakub Beránek-0/+2
2022-01-13librustdoc: Address some clippy lintspierwill-0/+1
2022-01-13rustdoc: remove hand-rolled isattyAndy Russell-41/+15
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-1/+11
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-1/+0
2021-12-23Auto merge of #92222 - nnethercote:rm-global_allocator-rustc-rustdoc, r=alexc...bors-15/+3
2021-12-23Remove useless `#[global_allocator]` from rustc and rustdoc.Nicholas Nethercote-15/+3
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-19/+46
2021-11-30Add --out-dir flag for rustdochi-rustin-1/+10
2021-11-13Delete rustdoc::doctreehi-rustin-1/+0
2021-11-11Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkovbors-1/+2
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-1/+1
2021-11-08Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomezbors-0/+1
2021-11-08Go back to loading all external crates unconditionallyJoshua Nelson-1/+2
2021-11-08Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()`Joshua Nelson-1/+1
2021-10-31rustdoc: Add `DocVisitor`Noah Lev-0/+1
2021-10-31Reduce rightward driftNoah Lev-0/+1
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-5/+2
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-1/+1
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+32
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-6/+14
2021-10-06Incorporate jyn's feedbackWill Crichton-2/+18
2021-10-06Generate example source files with corresponding linksWill Crichton-8/+10
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-16/+10
2021-10-06Fix check issueWill Crichton-1/+1
2021-10-06Add updated support for example-analyzerWill Crichton-1/+13
2021-09-29Remove lazy_static dependencyGuillaume Gomez-2/+0
2021-09-21Revert the rustdoc box syntax removalest31-0/+1
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-2/+6
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-09-02rustdoc: Higher-ranked lifetimes can't have boundsNoah Lev-0/+1
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-1/+0
2021-08-29Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...Guillaume Gomez-0/+1
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-2/+2
2021-08-24Stabilize `force-warn`inquisitivecrystal-1/+1
2021-08-24Tidy up lint command line flagsinquisitivecrystal-12/+5