about summary refs log tree commit diff
path: root/src/librustdoc/formats
AgeCommit message (Expand)AuthorLines
2022-01-17fix #90187: Replace all def_id_no_primitives with def_idzredb-1/+1
2022-01-17fix #90187zredb-1/+1
2022-01-17fix #90187zredb-1/+1
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-12/+12
2021-12-27Give clearer names to several search index functionsNoah Lev-2/+2
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-2/+2
2021-12-27rustdoc: Remove some unnecessary `cache` parametersNoah Lev-1/+1
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-3/+2
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-6/+4
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-3/+5
2021-11-24Remove `ResolvedPath.did`Noah Lev-5/+5
2021-11-19rustdoc: Move doc-reachability visiting back to cleaningNoah Lev-3/+0
2021-11-19rustdoc: Merge visits of extern crates into one loopNoah Lev-14/+10
2021-11-19rustdoc: Remove `Crate.externs` and compute on-demand insteadNoah Lev-5/+14
2021-11-19rustdoc: Pass DocContext to `Cache::populate`Noah Lev-17/+16
2021-11-13Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomezbors-1/+1
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-0/+1
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-1/+1
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-1/+1
2021-11-07Give inline const separate DefKindGary Guo-0/+1
2021-11-05rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()Muhammad Falak R Wani-1/+1
2021-10-29Fix invalid handling of genericsGuillaume Gomez-0/+2
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-3/+5
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-2/+2
2021-10-22Rename `Type::def_id_full()` to `Type::def_id()`Noah Lev-2/+2
2021-10-22Use `def_id_full()` where easily possibleNoah Lev-2/+4
2021-10-22Replace `GetDefId` with inherent methodsNoah Lev-1/+1
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-20/+10
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-0/+2
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-19/+9
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+1
2021-09-12Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar-3/+0
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-12/+11
2021-09-09Remove unnecessary `Cache.*_did` fieldsNoah Lev-3/+0
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-6/+7
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-1/+1
2021-07-13Remove unnecessary CrateNum from Cache.externsJoshua Nelson-5/+4
2021-07-05rustdoc: Add `PrimitiveType` to `ItemId::Primitive`Justus K-1/+1
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-1/+1
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-1/+1
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-6/+6
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-2/+2
2021-06-26Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomezbors-0/+15
2021-06-24chore(rustdoc): remove unused members of RenderTypeMichael Howell-3/+2
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-0/+15
2021-06-18Resolve intra-doc links in summary descMichael Howell-3/+4
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-2/+2
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-19/+24