about summary refs log tree commit diff
path: root/src/librustdoc/formats/cache.rs
AgeCommit message (Expand)AuthorLines
2021-03-22Don't push the crate name onto the `Cache.stack`Camelid-2/+0
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
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-9/+9
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-2/+2
2020-07-27More requested changesJoseph Ryan-12/+2
2020-07-27Make requested changesJoseph Ryan-2/+2
2020-07-27TODO -> FIXMEJoseph Ryan-1/+1
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-0/+498