about summary refs log tree commit diff
path: root/tests/rustdoc-gui/search-tab.goml
AgeCommit message (Collapse)AuthorLines
2025-10-02fix rustdoc tests broke by trait item filteringbinarycat-1/+1
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-1/+2
2025-01-24Add GUI regression test for indent of trait items on mobileGuillaume Gomez-1/+1
2025-01-16Treat other items as functions for the purpose of type-based searchbinarycat-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-17Remove `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-05Use `include` command to reduce code duplicationGuillaume Gomez-3/+2
2024-04-01Update to new browser-ui-test versionGuillaume Gomez-6/+6
2023-11-19rustdoc-search: add support for associated typesMichael Howell-1/+1
2023-11-02Add GUI test to ensure that implementations on foreign types are in the ↵Guillaume Gomez-1/+1
expected order
2023-10-22Added a new item, need to bump this countMichael Howell-2/+2
2023-09-19rustdoc: add test cases, and fix, search tabsMichael Howell-1/+85
2023-08-13Migrate GUI colors test to original CSS color formatGuillaume Gomez-26/+26
2023-04-11Update rustdoc GUI tests to new browser-ui-test versionGuillaume Gomez-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+76