COMMITS
/ tests/rustdoc-js-std/parser-errors.js October 18, 2025
B
rustdoc search: relax rules for identifiers
binarycat committed
August 22, 2025
B
tests/rustdoc-js-std/parser-errors.js: remove syntax that is now valid
binarycat committed
November 22, 2024
M
rustdoc-search: search backend with partitioned suffix tree
Michael Howell committed
November 3, 2024
B
rustdoc search: allow queries to end in an empty path segment
binarycat committed
September 24, 2024
M
rustdoc-search: pass original names through AST
Michael Howell committed
September 6, 2024
M
rustdoc-search: allow trailing `Foo ->` arg search
Michael Howell committed
June 7, 2024
S
Update tests
Sunshine committed
January 6, 2024
M
rustdoc-search: add search query syntax `Fn(T) -> U`
Michael Howell committed
M
rustdoc-search: parse and search with ML-style HOF
Michael Howell committed
September 29, 2023
M
rustdoc: search for tuples and unit by type with `()`
Michael Howell committed
November 29, 2023
M
rustdoc-search: replace TAB/NL/LF with SP first
Michael Howell committed
M
rustdoc-search: removed dead parser code
Michael Howell committed
M
rustdoc-search: allow `:: ` and ` ::`
Michael Howell committed
September 23, 2023
M
rustdoc-search: add support for associated types
Michael Howell committed
June 13, 2023
G
Fix eBNF and handling of whitespace characters when not in a path
Guillaume Gomez committed
June 12, 2023
G
Update rustdoc-js-std tests
Guillaume Gomez committed
M
rustdoc-search: search never type with `!`
Michael Howell committed
June 9, 2023
G
Update rustdoc-js* format
Guillaume Gomez committed
March 1, 2023
M
rustdoc: add support for type filters in arguments and generics
Michael Howell committed
March 2, 2023
G
Add test for unclosed generic
Guillaume Gomez committed
February 28, 2023
G
Add GUI test for rustdoc search errors background
Guillaume Gomez committed
February 16, 2023
M
rustdoc: search by macro when query ends with `!`
Michael Howell committed
January 5, 2023
A
Move /src/test to /tests
Albert Larsan committed