about summary refs log tree commit diff
path: root/src/test/rustdoc/impl-parts-crosscrate.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-4/+4
I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-4/+4
2020-11-24Use the name "auto traits" everywhere in the compilerCamelid-3/+3
Goodbye, OIBIT!
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+1
They used to be covered by `optin_builtin_traits` but negative impls are now applicable to all traits, not just auto traits. This also adds docs in the unstable book for the current state of auto traits.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2015-07-20Add test of cross-crate impl formattingWilliam Throwe-0/+30