summary refs log tree commit diff
path: root/src/test/run-pass/issue-7563.rs
AgeCommit message (Expand)AuthorLines
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-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-2/+2
2014-10-16Remove libdebug and update tests.Luqman Aden-5/+4
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
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-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30rpass: Remove usage of fmt!Alex Crichton-3/+3
2013-08-21test: Add test for #7563. Closes #7563Brian Anderson-0/+25