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
/
static
/
js
/
search.js
Age
Commit message (
Expand
)
Author
Lines
2024-12-31
Fix typos
ericlehong
-2
/
+2
2024-12-13
rustdoc-search: show `impl Trait` inline when unhighlighted
Michael Howell
-1
/
+6
2024-11-18
rustdoc-search: add descriptive comments to bitmap class
Michael Howell
-0
/
+23
2024-11-18
rustdoc-search: use smart binary search in bitmaps
Michael Howell
-10
/
+32
2024-11-15
rustdoc search: allow queries to end in an empty path segment
binarycat
-5
/
+15
2024-11-14
Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr
bors
-4
/
+7
2024-11-14
rustdoc-search: case-sensitive only when capitals are used
Michael Howell
-4
/
+7
2024-11-13
Add descriptive comment for NameTrie
Michael Howell
-0
/
+19
2024-11-13
Remove console.log
Michael Howell
-3
/
+0
2024-11-13
rustdoc: use a trie for name-based search
Michael Howell
-104
/
+695
2024-10-31
Adjust ranking so that duplicates count against rank
Michael Howell
-14
/
+11
2024-10-30
rustdoc-search: simplify rules for generics and type params
Michael Howell
-79
/
+273
2024-10-30
rustdoc-search: show types signatures in results
Michael Howell
-80
/
+608
2024-10-30
rustdoc-search: pass original names through AST
Michael Howell
-20
/
+26
2024-10-30
rustdoc-search: simplify the checkTypes fast path
Michael Howell
-26
/
+11
2024-09-10
rustdoc: make the header show all three buttons
Michael Howell
-4
/
+4
2024-09-10
rustdoc: redesign toolbar and disclosure widgets
Michael Howell
-1
/
+5
2024-09-05
rustdoc-search: allow trailing `Foo ->` arg search
Michael Howell
-5
/
+5
2024-08-29
Separate core search logic with search ui
Folyd
-2277
/
+2316
2024-08-24
Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddle
Trevor Gross
-0
/
+8
2024-08-23
rustdoc: show exact case-sensitive matches first
binarycat
-0
/
+8
2024-08-22
rustdoc-search: use tighter json for names and parents
Michael Howell
-7
/
+10
2024-07-25
use double quotes
binarycat
-1
/
+1
2024-07-25
rustdoc: change title of search results
binarycat
-1
/
+1
2024-07-05
rustdoc-search: stop constructing pointless arrays in decode
Michael Howell
-11
/
+7
2024-06-09
rustdoc-search: use lowercase, non-normalized name for type search
Michael Howell
-4
/
+8
2024-06-07
Update tests
Sunshine
-2
/
+3
2024-06-07
Follow ESLint instructions.
Sunshine
-4
/
+7
2024-06-07
Tidying
Sunshine
-2
/
+4
2024-06-06
Make html rendered by rustdoc allow searching non-English identifier / alias....
Sunshine
-70
/
+78
2024-04-19
rustdoc-search: add parser for `&` syntax
Michael Howell
-0
/
+31
2024-04-18
rustdoc-search: fix description on aliases in results
Michael Howell
-10
/
+11
2024-04-08
rustdoc-search: single result for items with multiple paths
Michael Howell
-6
/
+29
2024-03-22
rustdoc-search: address nits
Michael Howell
-5
/
+5
2024-03-21
rustdoc-search: compressed bitmap to sort, then load desc
Michael Howell
-25
/
+165
2024-03-18
Use promise.all to load sorted results in parallel
Michael Howell
-3
/
+8
2024-03-16
rustdoc-search: shard the search result descriptions
Michael Howell
-151
/
+197
2024-03-15
rustdoc: clean up formatting
Michael Howell
-1
/
+1
2024-03-14
Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume...
Matthias Krüger
-31
/
+107
2024-03-11
rustdoc-search: add search query syntax `Fn(T) -> U`
Michael Howell
-48
/
+65
2024-03-11
rustdoc: use `const` for the special type name ids
Michael Howell
-25
/
+11
2024-03-11
rustdoc: clean up search.js by removing empty sort case
Michael Howell
-5
/
+0
2024-03-11
rustdoc-search: parse and search with ML-style HOF
Michael Howell
-44
/
+122
2024-03-09
rustdoc-search: depth limit `T<U>` -> `U` unboxing
Michael Howell
-31
/
+108
2024-01-08
rustdoc-search: intern function search types
Michael Howell
-17
/
+72
2024-01-08
rustdoc-search: reuse empty map/array in function signatures
Michael Howell
-5
/
+21
2024-01-06
Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez
Matthias Krüger
-29
/
+71
2024-01-05
Add notes about the serialization format
Michael Howell
-1
/
+1
2023-12-31
rustdoc-search: tighter encoding for `f` index
Michael Howell
-15
/
+66
2023-12-30
rustdoc-search: fix inaccurate type descriptions
Michael Howell
-54
/
+7
[next]