about summary refs log tree commit diff
path: root/src/librustdoc/html/render/search_index.rs
AgeCommit message (Expand)AuthorLines
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-1/+1
2022-01-17Correctly handle pure genericsGuillaume Gomez-4/+6
2022-01-17fix #90187: Replace all def_id_no_primitives with def_idzredb-1/+1
2022-01-17fix #90187zredb-6/+17
2022-01-17fix #90187zredb-13/+10
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-3/+7
2021-12-28Add regression test for #59502Noah Lev-0/+2
2021-12-28Remove unused parameterNoah Lev-6/+5
2021-12-27Give clearer names to several search index functionsNoah Lev-12/+24
2021-12-27Coalesce two arguments as `&Function`Noah Lev-6/+8
2021-12-27Make `search_index` functions private where possibleNoah Lev-2/+2
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-10/+0
2021-12-27rustdoc: Remove some unnecessary `cache` parametersNoah Lev-23/+12
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-0/+438