about summary refs log tree commit diff
path: root/src/test/run-pass/new-impl-syntax.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-2/+2
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