about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-2/+1
2022-10-29Auto merge of #102698 - michaelwoerister:unord-collections, r=lncrbors-2/+2
2022-10-27Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)Michael Woerister-2/+2
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-2/+2
2022-10-24Address some commentsmejrs-2/+2
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-15/+2
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+2
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-2/+0
2022-10-01rustdoc: adopt to the new lint APIMaybe Waffle-6/+2
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-5/+3
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-14change AccessLevels representationBryanskiy-4/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-1/+1
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-2/+1
2022-07-16Correctly handle usage of private items in public API for JSON output formatGuillaume Gomez-0/+3
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-8/+8
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-1/+1
2022-07-11Remove box syntax from Box<function pointer> constructionest31-1/+1
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-5/+5
2022-07-06session: `terminal-width` -> `output-width`David Wood-5/+5
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