summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-viewpath-self
AgeCommit message (Collapse)AuthorLines
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test.
2015-01-29rustdoc: Render new `self` syntax in `use`Tom Jakubowski-0/+32
Fix #21442