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
/
static
/
js
/
search.js
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
Make aliases search support partial matching
Guillaume Gomez
-73
/
+77
2025-06-26
rustdoc js: several typechecking improvments
binarycat
-64
/
+28
2025-06-20
Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina...
Trevor Gross
-37
/
+41
2025-06-17
Lint about `console` calls in rustdoc JS
Guillaume Gomez
-0
/
+1
2025-06-16
Add comment to prevent having code other than `initSearch` at the end of `sea...
Guillaume Gomez
-0
/
+4
2025-06-14
Fix random failure when JS code is executed when the whole file was not read yet
Guillaume Gomez
-37
/
+37
2025-03-27
search.js: revert usage of nonundef for now (not available under test)
binarycat
-2
/
+3
2025-03-26
satisfy eslint
binarycat
-3
/
+3
2025-03-24
search.js: fix whitespace
binarycat
-1
/
+1
2025-03-24
search.js: give type annotation to newSolutions
binarycat
-2
/
+2
2025-03-24
search.js: give type to unifiedGenericsMgens
binarycat
-2
/
+1
2025-03-24
search.js: fix return type of unifyFunctionTypes
binarycat
-2
/
+1
2025-03-24
search.js: use @type instead of @ts-expect-error
binarycat
-5
/
+1
2025-03-24
search.js: fix signature of pushText
binarycat
-9
/
+5
2025-03-24
search.js: refactor transformResults
binarycat
-12
/
+17
2025-03-24
search.js: remove another Map.has() and @ts-expect-error
binarycat
-3
/
+3
2025-03-24
search.js(query parser): rethrow error if it isn't a string array
binarycat
-3
/
+7
2025-03-24
search.js: add undef2null and eliminate more @ts-expect-error
binarycat
-10
/
+21
2025-03-24
search.js: refactor handling of rawPaths in buildIndex
binarycat
-20
/
+22
2025-03-24
search.js: improve typechecking by avoiding Map.has
binarycat
-13
/
+8
2025-03-24
rustdoc js: add nonundef and use it to remove a ts-expect-error
binarycat
-4
/
+3
2025-03-04
search.js: remove incorrect outdated comment
binarycat
-2
/
+0
2025-03-04
search.js: give RawSearchIndexCrate.a an index signature
binarycat
-3
/
+1
2025-03-04
search.js: allow empty result arrays
binarycat
-4
/
+3
2025-03-04
search.js: give buildIndex a proper return type
binarycat
-1
/
+3
2025-03-04
search.js: give local `where` a type
binarycat
-2
/
+1
2025-03-04
give local mgens a type
binarycat
-2
/
+1
2025-03-04
search.js: give pathSplitter a type signature
binarycat
-1
/
+5
2025-03-04
search.js: second argument of convertNameToId is optional
binarycat
-2
/
+1
2025-03-04
search.js: local variable `extra` is an array, annotate it as such.
binarycat
-2
/
+2
2025-03-04
don't use double quotes
binarycat
-1
/
+1
2025-03-04
fix whitespace
binarycat
-6
/
+6
2025-03-04
ParserQueryElement.typeFilter MAY be a string, OR number.
binarycat
-3
/
+1
2025-03-04
rustdoc search: give buildTypeMapIndex a conditional return type
binarycat
-16
/
+10
2025-03-03
rustdoc search: increase strictness of typechecking
binarycat
-4
/
+3
2025-02-15
rustdoc: Properly restore search input placeholder
León Orell Valerian Liehr
-2
/
+3
2025-02-05
Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmease
León Orell Valerian Liehr
-2
/
+0
2025-02-03
rustdoc: clean up a bunch of ts-expected-error declarations in main
Michael Howell
-2
/
+0
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-4
/
+5
2025-01-27
rustdoc: add nobuild typescript checking to our JS
Michael Howell
-337
/
+864
2025-01-16
Treat other items as functions for the purpose of type-based search
binarycat
-0
/
+16
2025-01-13
for purely return-type based searches, deprioritize clone-like functions
binarycat
-0
/
+46
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
[next]