summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2022-08-15Revert let_chains stabilizationNilstrieb-1/+1
2022-07-29Remove box_syntax feature gate from librustdocest31-1/+0
2022-07-27session: disable internal lints for rustdocDavid Wood-1/+1
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-3/+3
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-3/+3
2022-07-06session: `terminal-width` -> `output-width`David Wood-4/+4
2022-07-06sess: stabilize `--terminal-width`David Wood-1/+14
2022-07-03Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomezRalf Jung-8/+17
2022-07-02Fix bug in `rustdoc -Whelp`Joshua Nelson-8/+17
2022-07-01update cfg(bootstrap)sPietro Albini-1/+0
2022-06-27Fix `rustdoc` argument errorShivani Bhardwaj-1/+1
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-1/+0
2022-06-03Fully stabilize NLLJack Huey-1/+1
2022-05-25update jemalloc-sys to jemalloc v5.3Rémy Rakic-3/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-2/+1
2022-05-05Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddlebors-1/+1
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-04ignore the doctest for mapYoshiki Matsuda-1/+1
2022-04-21[WIP] rustdoc: Resolve some more doc links earlyVadim Petrochenkov-0/+1
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-0/+1
2022-04-04Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p...Guillaume Gomez-1/+7
2022-03-16rustc_error: make ErrorReported impossible to constructmark-5/+11
2022-03-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-0/+1
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-5/+5
2022-02-27make GATs print properly in traitsMichael Goulet-0/+1
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