| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -53/+53 | |
| 2024-10-30 | rustdoc-search: pass original names through AST | Michael Howell | -52/+34 | |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -0/+336 | |
| This is implemented, in addition to the ML-style one, because Rust does it. If we don't, we'll never hear the end of it. This commit also refactors some duplicate parts of the parser into a dedicated function. | ||||
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -0/+376 | |
| Option::map, for example, looks like this: option<t>, (t -> u) -> option<u> This syntax searches all of the HOFs in Rust: traits Fn, FnOnce, and FnMut, and bare fn primitives. | ||||
