summary refs log tree commit diff
path: root/src/test/run-pass/issue-3556.rs
AgeCommit message (Expand)AuthorLines
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-4/+0
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-19/+16
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-12/+15
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-5/+5
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-6/+6
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-10/+13
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+7
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-5/+5
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-18/+18
2013-10-24Remove even more of std::ioAlex Crichton-5/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-4/+4
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-27testsuite: more `pub fn main`Tim Chevalier-1/+1
2013-03-27testsuite: Add various test casesTim Chevalier-0/+42