about summary refs log tree commit diff
path: root/src/test/auxiliary/traitimpl.rs
AgeCommit message (Collapse)AuthorLines
2016-05-06kill the old auxiliary directoryNiko Matsakis-17/+0
2015-01-06Fix misspelled comments in tests.Joseph Crail-1/+1
I separated these changes out from the other commit to minimize issues with tests.
2015-01-05More test fixes!Alex Crichton-1/+1
2015-01-01Fix a bug with cross-crate trait implsNick Cameron-0/+17
Closes #19056