about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-scrape-examples-remap
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2021-10-08Add test for ordering of examples, simplify with single scrape.mk fileWill Crichton-20/+3
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-2/+2
Fix failing test Add missing backslash Fix padding issue with horizontal scrollbar
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-1/+1
Move test to rustdoc-ui Fix test writing to wrong directory Formatting Fix test Add FIXME Remove raw multiline strings
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-0/+35
Add tests for module-path remapping and scrape example options Find all crates with a given name