about summary refs log tree commit diff
path: root/src/librustdoc/html/render/search_index.rs
AgeCommit message (Expand)AuthorLines
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
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-1/+22
2023-03-07rustdoc: fix type search when more than one `where` clause appliesMichael Howell-1/+1
2023-03-07rustdoc: fix type search index for `fn<T>() -> &T where T: Trait`Michael Howell-1/+6
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-21/+13
2023-02-13rustdoc: use a string with one-character codes for search index typesMichael Howell-1/+10
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-2/+2
2023-01-13CrateData: don't allocate String when Serialize, &str is enoughklensy-1/+1
2023-01-13IndexItem.name String -> Symbolklensy-4/+4
2023-01-10Remove unneeded ItemId::Primitive variantGuillaume Gomez-20/+55
2022-12-29Fix index out of bounds issues in rustdocyukang-2/+1
2022-08-13avoid cloning and then iteratingKaDiWa-4/+9
2022-06-27Add comments, fixes for `0` sentinelMichael Howell-1/+27
2022-06-24Fix rustdoc under `#[no_core]`Michael Howell-28/+32
2022-06-24rustdoc: reference function signature types from the `p` arrayMichael Howell-51/+102
2022-05-31rustdoc: also index raw pointersMichael Howell-2/+3
2022-05-31rustdoc: also index impl traitMichael Howell-6/+24
2022-05-27cleanup librustdoc by making parent stack store itemsMichael Howell-15/+2
2022-05-26rustdoc: factor orphan impl items into an actual structMichael Howell-5/+7
2022-05-25rustdoc: include impl generics / self in search indexMichael Howell-13/+63
2022-05-24fix clippy perf lintsklensy-2/+2
2022-05-24fix simple clippy lintsklensy-1/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-2/+6