summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-1/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-29rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell-1/+15
2023-04-21Leave it to the query system to invoke the typeck query instead of invoking i...Oli Scherer-2/+0
2023-03-30rustdoc: run more HIR validation to mirror rustcPatrik Kårlin-0/+3
2023-03-23rustdoc: Skip doc link resolution for non-exported itemsVadim Petrochenkov-7/+2
2023-02-22various: translation resources from cg backendDavid Wood-2/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+2
2023-02-14Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obkbors-20/+4
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-0/+3
2023-02-13rustdoc: Eliminate remaining uses of resolverVadim Petrochenkov-20/+4
2023-02-11rustdoc: Remove cache for preprocessed markdown linksVadim Petrochenkov-2/+0
2023-02-10Skip doc link resolution for some crate types and non-exported itemsVadim Petrochenkov-1/+10
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-22/+2
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-0/+3
2023-01-25rustdoc: Collect rustdoc-reachable items during early doc link resolutionVadim Petrochenkov-0/+5
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-8/+4
2023-01-16Remove redundant `input_path` field from `Config`Oli Scherer-2/+0
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-1/+1
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+2
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