| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-04 | rustfmt `tests/rustdoc-js/`. | Nicholas Nethercote | -4/+4 | |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -0/+12 | |
| 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. | ||||
