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
/
tests
/
rustdoc-js
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
Add test for aliases partial match
Guillaume Gomez
-8
/
+9
2025-06-24
Migrate some tests away from `concat-idents`
Trevor Gross
-1
/
+0
2025-05-23
yeet `CanonicalVarInfo`
lcnr
-9
/
+5
2025-04-11
rustdoc-search: add unbox flag to Result aliases
Michael Howell
-0
/
+18
2024-12-16
Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez
Matthias Krüger
-0
/
+46
2024-12-13
rustdoc-search: let From and Into be unboxed
Michael Howell
-1
/
+11
2024-12-13
rustdoc-search: show `impl Trait` inline when unhighlighted
Michael Howell
-0
/
+36
2024-12-12
rustdoc-search: fix mismatched path when parent re-exported twice
Michael Howell
-0
/
+18
2024-11-17
rustdoc-search: add standalone trailing `::` test
Michael Howell
-0
/
+10
2024-11-14
Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr
bors
-0
/
+24
2024-11-14
rustdoc-search: case-sensitive only when capitals are used
Michael Howell
-0
/
+24
2024-11-13
rustdoc: use a trie for name-based search
Michael Howell
-12
/
+43
2024-10-31
Adjust ranking so that duplicates count against rank
Michael Howell
-6
/
+6
2024-10-30
rustdoc-search: simplify rules for generics and type params
Michael Howell
-87
/
+204
2024-10-30
rustdoc-search: show types signatures in results
Michael Howell
-12
/
+127
2024-10-30
rustdoc-search: pass original names through AST
Michael Howell
-16
/
+18
2024-10-25
allow type-based search on foreign functions
binarycat
-0
/
+13
2024-09-05
rustdoc-search: allow trailing `Foo ->` arg search
Michael Howell
-0
/
+7
2024-08-04
Add test for `Self` not being a generic in search index
Noah Lev
-0
/
+33
2024-06-09
rustdoc-search: use lowercase, non-normalized name for type search
Michael Howell
-0
/
+70
2024-06-07
Update tests
Sunshine
-1
/
+1
2024-06-07
Tidying
Sunshine
-1
/
+1
2024-06-07
Add test for PR #126057
Sunshine
-1
/
+254
2024-06-04
rustfmt `tests/rustdoc-js/`.
Nicholas Nethercote
-132
/
+240
2024-04-19
rustdoc-search: add parser for `&` syntax
Michael Howell
-0
/
+101
2024-04-19
rustdoc-search: add index of borrow references
Michael Howell
-0
/
+167
2024-04-08
rustdoc-search: single result for items with multiple paths
Michael Howell
-0
/
+103
2024-03-14
Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume...
Matthias Krüger
-0
/
+259
2024-03-11
rustdoc-search: add search query syntax `Fn(T) -> U`
Michael Howell
-5
/
+87
2024-03-11
rustdoc-search: parse and search with ML-style HOF
Michael Howell
-0
/
+106
2024-03-11
rustdoc-search: stress test for associated types
Michael Howell
-0
/
+259
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-3
/
+3
2024-01-06
Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez
Matthias Krüger
-0
/
+98
2023-12-26
rustdoc-search: count path edits with separate edit limit
Michael Howell
-15
/
+60
2023-12-26
rustdoc: search for tuples and unit by type with `()`
Michael Howell
-0
/
+98
2023-12-15
rustdoc-search: remove parallel searchWords array
Michael Howell
-7
/
+17
2023-12-13
rustdoc-search: use set ops for ranking and filtering
Michael Howell
-15
/
+117
2023-12-10
rustdoc-search: fix fast path unboxing bindings
Michael Howell
-0
/
+11
2023-12-10
rustdoc-search: do not treat associated type names as types
Michael Howell
-0
/
+84
2023-11-24
rustdoc-search: avoid infinite where clause unbox
Michael Howell
-0
/
+44
2023-11-19
rustdoc-search: add support for associated types
Michael Howell
-0
/
+349
2023-11-17
rustdoc-search: fix accidental shared, mutable map
Michael Howell
-0
/
+35
2023-10-11
Add regression test for #115480
Guillaume Gomez
-0
/
+32
2023-10-10
Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...
Guillaume Gomez
-0
/
+50
2023-10-05
rustdoc-search: fix bug with multi-item impl trait
Michael Howell
-5
/
+20
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-0
/
+50
2023-09-09
rustdoc-search: fix bugs when unboxing and reordering combine
Michael Howell
-0
/
+75
2023-09-03
rustdoc: fix test case for generics that look like names
Michael Howell
-2
/
+6
2023-09-03
rustdoc-search: add support for type parameters
Michael Howell
-0
/
+102
2023-09-02
Correctly handle paths from foreign items
Guillaume Gomez
-0
/
+19
[next]