| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-10 | rustdoc: add note about slice/array searches to help popup | Michael Howell | -1/+1 | |
| 2023-06-10 | rustdoc: search for slices and arrays by type with `[]` | Michael Howell | -0/+19 | |
| Part of #60485 | ||||
| 2023-06-09 | Update rustdoc-js* format | Guillaume Gomez | -19/+8 | |
| 2023-04-24 | rustdoc-search: add slices and arrays to index | Michael Howell | -0/+65 | |
| This indexes them as primitives with generics, so `slice<u32>` is how you search for `[u32]`, and `array<u32>` for `[u32; 1]`. A future commit will desugar the square bracket syntax to search both arrays and slices at once. | ||||
