summary refs log tree commit diff
path: root/src/test/run-pass/issue-5666.rs
AgeCommit message (Expand)AuthorLines
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-6/+6
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+2
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+35