about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2022-02-25Wire up --check-cfg to rustdocLoïc BRANSTETT-1/+3
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+1
2022-02-18Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomezMatthias Krüger-0/+3
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+1
2022-02-13Remove Config::stderrbjorn3-1/+0
2022-02-11Add --scrape-tests flags so rustdoc can scrape examples from testsWill Crichton-0/+3
2022-01-25rustdoc: Pre-calculate traits that are in scope for doc linksVadim Petrochenkov-8/+5
2022-01-21rustdoc: Make some `pub` items crate-privateNoah Lev-2/+2
2022-01-18Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelidMatthias Krüger-3/+3
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-5/+5
2022-01-15Remove `collect`Roc Yu-3/+3
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-56/+34
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-4/+2
2021-12-20Auto merge of #91900 - pitaj:fix-91714, r=jyn514bors-42/+12
2021-12-18Remove `collapsed` fieldJoshua Nelson-3/+0
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-42/+12
2021-11-19rustdoc: Pass DocContext to `Cache::populate`Noah Lev-4/+2
2021-11-11Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkovbors-2/+34
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-3/+3
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-2/+4
2021-11-08Go back to loading all external crates unconditionallyJoshua Nelson-2/+34
2021-11-08Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()`Joshua Nelson-2/+4
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-3/+3
2021-10-31Merge `DocContext.{ty,lt,ct}_substs` into one mapNoah Lev-25/+7
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-2/+2
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