about summary refs log tree commit diff
path: root/src/test/rustdoc/hidden-impls.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2022-08-13Update `@!has` name in testsNoah Lev-2/+2
2022-05-05Fix test case checking for where the JS goesMichael Howell-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-27rustdoc: Fix a few stripping issuesOliver Middleton-0/+27
We need to recurse into stripped modules to strip things like impl methods but when doing so we must not add any items to the `retained` set.