summary refs log tree commit diff
path: root/src/test/run-pass/new-impl-syntax.rs
AgeCommit message (Expand)AuthorLines
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-6/+8
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-22test: Remove `pure` from the test suitePatrick Walton-2/+2
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-29libsyntax: Implement the `impl Trait for Type` syntaxPatrick Walton-0/+26