summary refs log tree commit diff
path: root/src/test/run-make/pretty-expanded/input.rs
AgeCommit message (Collapse)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
Now that support has been removed, all lingering use cases are renamed.
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-6/+6
2014-04-16pprust: Handle multi-stmt/no-expr `ExprFnBlock`klutzy-0/+22
Fixes #12685