about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2022-07-06sess: stabilize `--terminal-width`David Wood-2/+5
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-3/+3
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-34/+42
2022-05-08Support `#[expect]` attributes for rustdoc lints (RFC 2383)xFrednet-0/+4
2022-04-19rustdoc: Cache preprocessed markdown linksVadim Petrochenkov-2/+2
2022-04-19rustdoc: Optimize and refactor doc link resolutionVadim Petrochenkov-1/+4
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-3/+3
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+1
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-1/+3
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+4
2022-04-05errors: implement fallback diagnostic translationDavid Wood-0/+3
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+1
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