summary refs log tree commit diff
path: root/src/librustdoc/html/render/cache.rs
AgeCommit message (Expand)AuthorLines
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-2/+2
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-1/+1
2021-11-24Remove `ResolvedPath.did`Noah Lev-1/+1
2021-11-19rustdoc: Record aliases as SymbolsNoah Lev-1/+1
2021-11-14Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelidbors-4/+0
2021-11-14Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgrbors-1/+0
2021-11-13Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomezbors-12/+23
2021-11-12Use an empty Vec instead of Option<Vec>Michael Howell-1/+0
2021-11-12Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddleMatthias Krüger-2/+13
2021-11-12Add more comments to explain the code to generate the search indexGuillaume Gomez-2/+13
2021-11-12Remove unneeded FIXME: after testing the suggested changes, we reached the co...Guillaume Gomez-4/+0
2021-11-11Use `Iterator::collect` instead of calling `Vec::push` in a loopMichael Howell-23/+26
2021-11-11librustdoc: revert use of def_id for one of the edge caseMuhammad Falak R Wani-5/+10
2021-11-10Remove potential useless data for search indexGuillaume Gomez-39/+46
2021-11-05rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()Muhammad Falak R Wani-21/+27
2021-10-31Auto merge of #90391 - camelid:crate-size, r=jyn514bors-1/+1
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-1/+1
2021-10-29Fix invalid handling of genericsGuillaume Gomez-75/+95
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-7/+10
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-13/+13
2021-10-22Rename `Type::def_id()` to `Type::def_id_no_primitives()`Noah Lev-4/+9
2021-10-22Replace `GetDefId` with inherent methodsNoah Lev-3/+1
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-1/+1
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-9/+7
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-1/+0
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-1/+1
2021-07-01fix(rustdoc): generics searchMichael Howell-0/+18
2021-06-26Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomezbors-0/+1
2021-06-24chore(rustdoc): remove unused members of RenderTypeMichael Howell-25/+5
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-0/+1
2021-06-18Resolve intra-doc links in summary descMichael Howell-4/+9
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-4/+4
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-5/+5
2021-04-28added methods src_root and location to External crate, remove extern_location...Timothée Delabrouille-45/+2
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-2/+1
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-3/+6
2021-04-23Use ItemType in cacheJoshua Nelson-5/+5
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-1/+2
2021-04-04Get rid of unneeded `aliases` fieldMichael Howell-2/+6
2021-04-03rustdoc: sort search index items for compressionMichael Howell-7/+16
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-5/+2
2021-03-10rustdoc: tweak the search index formatMichael Howell-6/+54
2021-02-05Remove unused cache argumentGuillaume Gomez-12/+9
2021-02-05Improve codeGuillaume Gomez-1/+1
2021-02-05Improve html::render::cache::get_real_types codeGuillaume Gomez-3/+125
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-13/+19
2021-02-03Rollup merge of #81679 - GuillaumeGomez:clean-fixme-match-bind, r=poliorcetic...Guillaume Gomez-2/+10
2021-02-02Bind all clean::Type variants and remove FIXMEGuillaume Gomez-2/+10
2021-02-01Put back primitives in searchGuillaume Gomez-1/+1
2021-01-27Apply review comments and improve codeGuillaume Gomez-1/+1