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-std
Age
Commit message (
Expand
)
Author
Lines
2023-12-02
Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...
bors
-10
/
+10
2023-11-29
rustdoc-search: replace TAB/NL/LF with SP first
Michael Howell
-13
/
+22
2023-11-29
rustdoc-search: removed dead parser code
Michael Howell
-0
/
+9
2023-11-29
rustdoc-search: allow `:: ` and ` ::`
Michael Howell
-18
/
+57
2023-11-26
Update std::simd usage and test outputs
Caleb Zulawski
-10
/
+10
2023-11-21
rustdoc-search: make primitives and keywords less special
Michael Howell
-33
/
+33
2023-11-19
rustdoc-search: add support for associated types
Michael Howell
-1
/
+275
2023-09-21
rustdoc: update test cases for changes to the printing style
Michael Howell
-20
/
+20
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-0
/
+70
2023-09-09
rustdoc-search: fix bugs when unboxing and reordering combine
Michael Howell
-1
/
+26
2023-09-03
rustdoc: bug fix for `-> option<t>`
Michael Howell
-0
/
+6
2023-09-03
rustdoc-search: add support for type parameters
Michael Howell
-0
/
+53
2023-09-01
Add tests for type-based search
Guillaume Gomez
-0
/
+7
2023-07-02
Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator...
bors
-114
/
+251
2023-06-15
Auto merge of #112233 - notriddle:notriddle/search-unify, r=GuillaumeGomez
bors
-0
/
+13
2023-06-14
Fix eBNF and handling of whitespace characters when not in a path
Guillaume Gomez
-1
/
+105
2023-06-14
Add "vec new" test
Guillaume Gomez
-9
/
+20
2023-06-14
Update rustdoc-js-std tests
Guillaume Gomez
-105
/
+127
2023-06-12
rustdoc-search: search never type with `!`
Michael Howell
-19
/
+98
2023-06-11
rustdoc-search: fix order-independence bug
Michael Howell
-4
/
+1
2023-06-11
rustdoc-search: add test case for `bufread -> result<u8>`
Michael Howell
-0
/
+16
2023-06-10
rustdoc: add note about slice/array searches to help popup
Michael Howell
-21
/
+17
2023-06-10
rustdoc: search for slices and arrays by type with `[]`
Michael Howell
-0
/
+315
2023-06-10
rustdoc: add test case for `OsString::into_string`
Michael Howell
-0
/
+10
2023-06-09
Update rustdoc-js* format
Guillaume Gomez
-184
/
+132
2023-04-14
rustdoc-search: add support for nested generics
Michael Howell
-2
/
+122
2023-03-20
rustdoc: add support for type filters in arguments and generics
Michael Howell
-95
/
+142
2023-03-16
Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomez
Matthias Krüger
-6
/
+17
2023-03-10
rustdoc: use restricted Damerau-Levenshtein distance for search
Michael Howell
-0
/
+12
2023-03-07
rustdoc: fix type search when more than one `where` clause applies
Michael Howell
-6
/
+17
2023-03-04
Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomez
Matthias Krüger
-0
/
+7
2023-03-04
rustdoc: function signature search with traits in `where` clause
Michael Howell
-0
/
+7
2023-03-03
Add test for unclosed generic
Guillaume Gomez
-0
/
+10
2023-03-02
Add GUI test for rustdoc search errors background
Guillaume Gomez
-2
/
+2
2023-03-01
Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...
Dylan DPC
-19
/
+88
2023-02-16
rustdoc: search by macro when query ends with `!`
Michael Howell
-19
/
+88
2023-02-16
rustdoc: hide `reference` methods in search index
Michael Howell
-0
/
+8
2023-01-24
rustdoc: add test case based on #103357
Michael Howell
-0
/
+10
2023-01-21
rustdoc: update test cases to match with stricter match criteria
Michael Howell
-1
/
+0
2023-01-21
rustdoc: compute maximum Levenshtein distance based on the query
Michael Howell
-3
/
+0
2023-01-14
rustdoc: update search test cases
Michael Howell
-4
/
+5
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+1549