about summary refs log tree commit diff
path: root/src/librustdoc/html/render/search_index.rs
AgeCommit message (Expand)AuthorLines
2025-10-03Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=Guillaume...bors-29/+49
2025-10-02if a trait item is shown in search results, hide the impl itembinarycat-29/+49
2025-09-25rustdoc-search: add descriptive comment to space-saving hackMichael Howell-0/+8
2025-09-25rustdoc-search: use the same ID for entry and path to same itemMichael Howell-8/+24
2025-09-21Port #[macro_export] to the new attribute parsing infrastructureJonathan Brouwer-10/+13
2025-08-30rustdoc-search: split function inverted index by input/outputMichael Howell-43/+212
2025-08-21unbox raw pointers in type-based searchbinarycat-3/+6
2025-08-21make primitive:pointer work in type-based search.binarycat-2/+2
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-612/+1565
2025-08-14Revert "rustdoc search: prefer stable items in search results"Guillaume Gomez-6/+0
2025-08-14Revert "rustdoc: IndexItem::{stability -> is_unstable}"Guillaume Gomez-2/+2
2025-08-09Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...Stuart Cook-0/+6
2025-08-08rustdoc: IndexItem::{stability -> is_unstable}binarycat-2/+2
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-06-10rustdoc search: prefer stable items in search resultsbinarycat-0/+6
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