| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-10-02 | fix rustdoc tests broke by trait item filtering | binarycat | -1/+1 | |
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -1/+2 | |
| 2025-01-24 | Add GUI regression test for indent of trait items on mobile | Guillaume Gomez | -1/+1 | |
| 2025-01-16 | Treat other items as functions for the purpose of type-based search | binarycat | -1/+1 | |
| constants and statics are nullary functions, and struct fields are unary functions. functions (along with methods and trait methods) are prioritized over other items, like fields and constants. | ||||
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -1/+1 | |
| `CheckAttrVisitor::check_doc_keyword` checks `#[doc(keyword = "..")]` attributes to ensure they are on an empty module, and that the value is a non-empty identifier. The `rustc::existing_doc_keyword` lint checks these attributes to ensure that the value is the name of a keyword. It's silly to have two different checking mechanisms for these attributes. This commit does the following. - Changes `check_doc_keyword` to check that the value is the name of a keyword (avoiding the need for the identifier check, which removes a dependency on `rustc_lexer`). - Removes the lint. - Updates tests accordingly. There is one hack: the `SelfTy` FIXME case used to used to be handled by disabling the lint, but now is handled with a special case in `is_doc_keyword`. That hack will go away if/when the FIXME is fixed. Co-Authored-By: Guillaume Gomez <guillaume1.gomez@gmail.com> | ||||
| 2024-04-05 | Use `include` command to reduce code duplication | Guillaume Gomez | -3/+2 | |
| 2024-04-01 | Update to new browser-ui-test version | Guillaume Gomez | -6/+6 | |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -1/+1 | |
| 2023-11-02 | Add GUI test to ensure that implementations on foreign types are in the ↵ | Guillaume Gomez | -1/+1 | |
| expected order | ||||
| 2023-10-22 | Added a new item, need to bump this count | Michael Howell | -2/+2 | |
| 2023-09-19 | rustdoc: add test cases, and fix, search tabs | Michael Howell | -1/+85 | |
| 2023-08-13 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -26/+26 | |
| 2023-04-11 | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+76 | |
