| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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, ↵ | Dylan DPC | -19/+88 | |
| r=GuillaumeGomez rustdoc: search by macro when query ends with `!` Related to #96399 Note: the `never` type alias is tested in [`/tests/rustdoc-js-std/alias-3.js`](https://github.com/notriddle/rust/blob/08ad401633037cc226b3806a3c5f48c2f34703bf/tests/rustdoc-js-std/alias-3.js) ## Before  ## After  | ||||
| 2023-02-16 | rustdoc: search by macro when query ends with `!` | Michael Howell | -19/+88 | |
| Related to #96399 | ||||
| 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 | |
| The heuristic is pretty close to the name resolver. Fixes #103357 | ||||
| 2023-01-14 | rustdoc: update search test cases | Michael Howell | -4/+5 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1549 | |
