about summary refs log tree commit diff
path: root/src/test/pretty/empty-impl.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-0/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
Now that support has been removed, all lingering use cases are renamed.
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+2
here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test.
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-2/+2
Progress on #7981
2013-09-11Fix the empty-impl testsJakub-2/+2
Use an existing type so that it compiles.
2013-09-08Fix pretty-printing of empty impl itemsJakub-0/+5