index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render
/
search_index.rs
Age
Commit message (
Expand
)
Author
Lines
2025-10-03
Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=Guillaume...
bors
-29
/
+49
2025-10-02
if a trait item is shown in search results, hide the impl item
binarycat
-29
/
+49
2025-09-25
rustdoc-search: add descriptive comment to space-saving hack
Michael Howell
-0
/
+8
2025-09-25
rustdoc-search: use the same ID for entry and path to same item
Michael Howell
-8
/
+24
2025-09-21
Port #[macro_export] to the new attribute parsing infrastructure
Jonathan Brouwer
-10
/
+13
2025-08-30
rustdoc-search: split function inverted index by input/output
Michael Howell
-43
/
+212
2025-08-21
unbox raw pointers in type-based search
binarycat
-3
/
+6
2025-08-21
make primitive:pointer work in type-based search.
binarycat
-2
/
+2
2025-08-15
rustdoc-search: search backend with partitioned suffix tree
Michael Howell
-612
/
+1565
2025-08-14
Revert "rustdoc search: prefer stable items in search results"
Guillaume Gomez
-6
/
+0
2025-08-14
Revert "rustdoc: IndexItem::{stability -> is_unstable}"
Guillaume Gomez
-2
/
+2
2025-08-09
Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...
Stuart Cook
-0
/
+6
2025-08-08
rustdoc: IndexItem::{stability -> is_unstable}
binarycat
-2
/
+2
2025-07-22
rustdoc: avoid allocating a temp String for aliases in search index
binarycat
-3
/
+16
2025-07-20
Rollup merge of #143988 - GuillaumeGomez:alias-inexact, r=lolbinarycat
Matthias Krüger
-1
/
+1
2025-07-17
Improve path segment joining.
Nicholas Nethercote
-7
/
+7
2025-07-16
Make aliases search support partial matching
Guillaume Gomez
-1
/
+1
2025-06-10
rustdoc search: prefer stable items in search results
binarycat
-0
/
+6
2025-04-17
rustdoc/clean: Change terminology of items pertaining to (formal) fn params f...
León Orell Valerian Liehr
-6
/
+6
2025-04-15
Avoid using `kw::Empty` for param names in rustdoc.
Nicholas Nethercote
-7
/
+10
2025-03-06
Manual, post-`clippy --fix` cleanups
Yotam Ofek
-4
/
+1
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2025-01-29
rustdoc: use ThinVec for generic arg parts
Michael Howell
-1
/
+1
2025-01-16
Treat other items as functions for the purpose of type-based search
binarycat
-0
/
+27
2024-12-31
Unsafe binder support in rustdoc
Michael Goulet
-1
/
+2
2024-12-19
Rename TyMethodItem -> RequiredMethodItem
David Tolnay
-1
/
+1
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-2
/
+3
2024-12-14
Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomez
Matthias Krüger
-0
/
+8
2024-12-12
rustdoc-search: fix mismatched path when parent re-exported twice
Michael Howell
-0
/
+8
2024-12-12
fix self shadowed self compare
klensy
-1
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-28
/
+28
2024-10-30
rustdoc-search: simplify rules for generics and type params
Michael Howell
-12
/
+62
2024-10-30
rustdoc-search: add type param names to index
Michael Howell
-7
/
+38
2024-10-25
allow type-based search on foreign functions
binarycat
-1
/
+4
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-5
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+5
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-2
/
+2
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-2
/
+2
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-22
rustdoc-search: use tighter json for names and parents
Michael Howell
-6
/
+30
2024-08-07
rename sortedjson -> orderedjson
EtomicBomb
-5
/
+5
2024-08-07
initial implementation of mergable rustdoc cci
EtomicBomb
-19
/
+15
2024-08-04
Use `match` instead of sequence of `if let`s
Noah Lev
-234
/
+243
2024-08-04
rustdoc: Stop treating `Self` as a generic in search index
Noah Lev
-6
/
+1
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-3
/
+12
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-14
Fix trivial gen ident usage in tools
Michael Goulet
-3
/
+3
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-23
/
+23
2024-04-19
rustdoc-search: add index of borrow references
Michael Howell
-23
/
+38
2024-04-08
Update search_index.rs
Michael Howell
-1
/
+0
[next]