about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2021-09-29Remove lazy_static dependencyGuillaume Gomez-3/+3
2021-09-22Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomezbors-1/+1
2021-09-21Revert the rustdoc box syntax removalest31-1/+1
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-6/+2
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-2/+1
2021-09-12Gather module items after lowering.Camille GILLOT-6/+2
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-34/+5
2021-08-26Fix the bugs and add a regression testJoshua Nelson-5/+1
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-34/+9
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-3/+1
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-1/+1
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-8/+1
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-3/+3
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-3/+3
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-5/+6
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-9/+34
2021-06-30Move AST crate.Camille GILLOT-3/+2
2021-06-05Rollup merge of #85501 - jyn514:invalid-doc-attrs, r=varkorGuillaume Gomez-1/+2
2021-06-04Fix `deny(invalid_doc_attributes)`Joshua Nelson-1/+2
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-3/+6
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-3/+3
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-3/+3
2021-05-12Use () for all_traits.Camille GILLOT-2/+2
2021-05-12Use () for privacy.Camille GILLOT-1/+1
2021-05-08Auto merge of #84470 - jyn514:lints, r=GuillaumeGomezbors-8/+1
2021-05-05Revert PR 83866Pietro Albini-6/+3
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-56/+12
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-1/+1
2021-04-22rustdoc: Stop special casing `broken_intra_doc_links` unnecessarilyJoshua Nelson-8/+1
2021-04-11Move crate loader to collect_intra_doc_links::earlyJoshua Nelson-50/+3
2021-04-10Preprocess intra-doc links consistentlyJoshua Nelson-9/+8
2021-04-07Reuse logic for determining the channel in the rest of rustdocJoshua Nelson-3/+6
2021-04-04Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomezYuki Okushi-4/+3
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-31/+55
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-4/+3
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-15/+13
2021-03-15Add `rustc_interface::interface::Config::parse_sess_created`hyd-dev-0/+1
2021-03-07Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomezYuki Okushi-27/+36
2021-03-04Remove RefCell around module_trait_cacheJoshua Nelson-2/+2
2021-03-04Don't require a `DocContext` for `report_diagnostic`Joshua Nelson-3/+3
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-89/+17
2021-03-02Report that `doc(plugins)` doesn't work using diagnostics instead of `println!`Joshua Nelson-4/+2
2021-03-02Clean up error reporting for deprecated passesJoshua Nelson-23/+34
2021-03-01Address review commentsJoshua Nelson-3/+2
2021-03-01Move lint machinery into a separate fileJoshua Nelson-168/+7
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-27/+117
2021-03-02Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514Guillaume Gomez-0/+1
2021-03-01Remove unused `RenderInfo` structJoshua Nelson-9/+2
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-8/+17
2021-02-28Run some rustc passes in rustdocGuillaume Gomez-0/+1