about summary refs log tree commit diff
path: root/src/librustdoc/formats/cache.rs
AgeCommit message (Expand)AuthorLines
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-17/+22
2021-05-03Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514Dylan DPC-14/+32
2021-05-01RustDoc: Fix bounds linking trait.Foo instead of traitalias.FooScott McMurray-14/+32
2021-04-29only store locations in extern_locationsTimothée Delabrouille-7/+3
2021-04-28added methods src_root and location to External crate, remove extern_location...Timothée Delabrouille-11/+2
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-3/+5
2021-04-22Get rid of ExternCrate::primitivesJoshua Nelson-1/+1
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-3/+4
2021-04-22Remove src field from ExternCrateJoshua Nelson-1/+1
2021-04-06Store links in Cache instead of on items directlyJoshua Nelson-0/+5
2021-04-06Rollup merge of #83835 - notriddle:sort-index, r=ollie27Yuki Okushi-12/+1
2021-04-04Get rid of unneeded `aliases` fieldMichael Howell-4/+0
2021-04-03rustdoc: sort search index items for compressionMichael Howell-8/+1
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-2/+2
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+1
2021-03-22Don't push the crate name onto the `Cache.stack`Camelid-2/+0
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+1
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-2/+5
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-1/+0
2021-03-01Remove unused `RenderInfo` structJoshua Nelson-27/+3
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-27/+28
2021-02-23* Fix some typoGuillaume Gomez-5/+1
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-5/+7
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-2/+8
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-46/+59
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-69/+48
2021-01-27Use empty Cache for methods requiring it when filling Cache itselfGuillaume Gomez-48/+70
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-15/+7
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-4/+3
2021-01-02End of rework of Attributes structGuillaume Gomez-3/+4
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-29/+24
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-5/+6
2020-12-03Render Markdown in search resultsCamelid-3/+5
2020-11-26Use `from_def_id_and_parts` for primitives and keywordsJoshua Nelson-2/+2
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-40/+37
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-19/+19