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
2023-12-14
Use Map instead of Object for source files and search index
Guillaume Gomez
-1
/
+1
2023-11-19
rustdoc-search: add support for associated types
Michael Howell
-60
/
+362
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-4
/
+5
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-2
/
+31
2023-09-03
rustdoc-search: add support for type parameters
Michael Howell
-109
/
+125
2023-09-02
Correctly handle paths from foreign items
Guillaume Gomez
-11
/
+46
2023-09-01
Merge all loops into one when generating search index
Guillaume Gomez
-92
/
+65
2023-09-01
[rustdoc] Fix path in type-based search
Guillaume Gomez
-13
/
+50
2023-05-30
rustdoc: simplify `clean` by removing `FnRetTy`
Michael Howell
-18
/
+5
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-7
/
+3
2023-04-24
rustdoc-search: add slices and arrays to index
Michael Howell
-2
/
+28
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+1
2023-03-16
Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomez
Matthias Krüger
-2
/
+7
2023-03-11
Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha
Matthias Krüger
-1
/
+22
2023-03-10
rustdoc: sort deprecated items lower in search
Peter Jaszkowiak
-1
/
+22
2023-03-07
rustdoc: fix type search when more than one `where` clause applies
Michael Howell
-1
/
+1
2023-03-07
rustdoc: fix type search index for `fn<T>() -> &T where T: Trait`
Michael Howell
-1
/
+6
2023-03-04
rustdoc: function signature search with traits in `where` clause
Michael Howell
-21
/
+13
2023-02-13
rustdoc: use a string with one-character codes for search index types
Michael Howell
-1
/
+10
2023-01-15
rustdoc: simplify some & ref erences
Matthias Krüger
-2
/
+2
2023-01-13
CrateData: don't allocate String when Serialize, &str is enough
klensy
-1
/
+1
2023-01-13
IndexItem.name String -> Symbol
klensy
-4
/
+4
2023-01-10
Remove unneeded ItemId::Primitive variant
Guillaume Gomez
-20
/
+55
2022-12-29
Fix index out of bounds issues in rustdoc
yukang
-2
/
+1
2022-08-13
avoid cloning and then iterating
KaDiWa
-4
/
+9
2022-06-27
Add comments, fixes for `0` sentinel
Michael Howell
-1
/
+27
2022-06-24
Fix rustdoc under `#[no_core]`
Michael Howell
-28
/
+32
2022-06-24
rustdoc: reference function signature types from the `p` array
Michael Howell
-51
/
+102
2022-05-31
rustdoc: also index raw pointers
Michael Howell
-2
/
+3
2022-05-31
rustdoc: also index impl trait
Michael Howell
-6
/
+24
2022-05-27
cleanup librustdoc by making parent stack store items
Michael Howell
-15
/
+2
2022-05-26
rustdoc: factor orphan impl items into an actual struct
Michael Howell
-5
/
+7
2022-05-25
rustdoc: include impl generics / self in search index
Michael Howell
-13
/
+63
2022-05-24
fix clippy perf lints
klensy
-2
/
+2
2022-05-24
fix simple clippy lints
klensy
-1
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+6
2022-02-03
rustdoc: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-01-17
Correctly handle pure generics
Guillaume Gomez
-4
/
+6
2022-01-17
fix #90187: Replace all def_id_no_primitives with def_id
zredb
-1
/
+1
2022-01-17
fix #90187
zredb
-6
/
+17
2022-01-17
fix #90187
zredb
-13
/
+10
2022-01-14
rustdoc: avoid many `Symbol` to `String` conversions.
Nicholas Nethercote
-3
/
+7
2021-12-28
Add regression test for #59502
Noah Lev
-0
/
+2
2021-12-28
Remove unused parameter
Noah Lev
-6
/
+5
2021-12-27
Give clearer names to several search index functions
Noah Lev
-12
/
+24
2021-12-27
Coalesce two arguments as `&Function`
Noah Lev
-6
/
+8
2021-12-27
Make `search_index` functions private where possible
Noah Lev
-2
/
+2
2021-12-27
Move `ExternalLocation` to `clean::types`
Noah Lev
-10
/
+0
2021-12-27
rustdoc: Remove some unnecessary `cache` parameters
Noah Lev
-23
/
+12
2021-12-27
Rename `rustdoc::html::render::cache` to `search_index`
Noah Lev
-0
/
+438