about summary refs log tree commit diff
path: root/src/librustdoc/html/render/search_index.rs
AgeCommit message (Expand)AuthorLines
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
2023-11-19rustdoc-search: add support for associated typesMichael Howell-60/+362
2023-11-15Re-format code with new rustfmtMark Rousskov-4/+5
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-2/+31
2023-09-03rustdoc-search: add support for type parametersMichael Howell-109/+125
2023-09-02Correctly handle paths from foreign itemsGuillaume Gomez-11/+46
2023-09-01Merge all loops into one when generating search indexGuillaume Gomez-92/+65
2023-09-01[rustdoc] Fix path in type-based searchGuillaume Gomez-13/+50
2023-05-30rustdoc: simplify `clean` by removing `FnRetTy`Michael Howell-18/+5
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-7/+3
2023-04-24rustdoc-search: add slices and arrays to indexMichael Howell-2/+28
2023-04-12remove some unneeded importsKaDiWa-1/+1
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-2/+7
2023-03-11Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jshaMatthias Krüger-1/+22