summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-where
AgeCommit message (Collapse)AuthorLines
2014-10-02test: Don't depend on /bin/bashAlex Crichton-1/+1
Our FreeBSD bots apparently don't have bash installed, and it's ok to run with sh anyway! Unblocks a snapshot
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-0/+55
Fix #16546