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
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
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