about summary refs log tree commit diff
path: root/src/librustdoc/html/render/search_index.rs
AgeCommit message (Expand)AuthorLines
2025-07-22rustdoc: avoid allocating a temp String for aliases in search indexbinarycat-3/+16
2025-07-20Rollup merge of #143988 - GuillaumeGomez:alias-inexact, r=lolbinarycatMatthias Krüger-1/+1
2025-07-17Improve path segment joining.Nicholas Nethercote-7/+7
2025-07-16Make aliases search support partial matchingGuillaume Gomez-1/+1
2025-04-17rustdoc/clean: Change terminology of items pertaining to (formal) fn params f...León Orell Valerian Liehr-6/+6
2025-04-15Avoid using `kw::Empty` for param names in rustdoc.Nicholas Nethercote-7/+10
2025-03-06Manual, post-`clippy --fix` cleanupsYotam Ofek-4/+1
2025-02-08Rustfmtbjorn3-4/+5
2025-01-29rustdoc: use ThinVec for generic arg partsMichael Howell-1/+1
2025-01-16Treat other items as functions for the purpose of type-based searchbinarycat-0/+27
2024-12-31Unsafe binder support in rustdocMichael Goulet-1/+2
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-1/+1
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-2/+3
2024-12-14Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomezMatthias Krüger-0/+8
2024-12-12rustdoc-search: fix mismatched path when parent re-exported twiceMichael Howell-0/+8
2024-12-12fix self shadowed self compareklensy-1/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-28/+28
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-12/+62
2024-10-30rustdoc-search: add type param names to indexMichael Howell-7/+38
2024-10-25allow type-based search on foreign functionsbinarycat-1/+4
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-5/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+5
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-2/+2
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-2/+2
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-22rustdoc-search: use tighter json for names and parentsMichael Howell-6/+30
2024-08-07rename sortedjson -> orderedjsonEtomicBomb-5/+5
2024-08-07initial implementation of mergable rustdoc cciEtomicBomb-19/+15
2024-08-04Use `match` instead of sequence of `if let`sNoah Lev-234/+243
2024-08-04rustdoc: Stop treating `Self` as a generic in search indexNoah Lev-6/+1
2024-08-04rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`Noah Lev-3/+12
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-3/+3
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-23/+23
2024-04-19rustdoc-search: add index of borrow referencesMichael Howell-23/+38
2024-04-08Update search_index.rsMichael Howell-1/+0
2024-04-08rustdoc: improve comments based on feedbackMichael Howell-8/+13
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-16/+134
2024-04-08Thread pattern types through the HIROli Scherer-1/+1
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-13/+94
2024-03-27Add rustdoc hackOli Scherer-2/+3
2024-03-27Remove `DefId`'s `Partial/Ord` implsOli Scherer-2/+2
2024-03-22rustdoc-search: address nitsMichael Howell-259/+42
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-7/+226
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-11/+90
2024-03-11rustdoc-search: parse and search with ML-style HOFMichael Howell-1/+39
2024-01-06Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomezMatthias Krüger-0/+3
2023-12-31rustdoc-search: tighter encoding for `f` indexMichael Howell-22/+7
2023-12-26rustdoc: search for tuples and unit by type with `()`Michael Howell-0/+3
2023-12-14Use Map instead of Object for source files and search indexGuillaume Gomez-1/+1