summary refs log tree commit diff
path: root/src/test/compile-fail/issue-7573.rs
AgeCommit message (Expand)AuthorLines
2014-06-03librustc: Try to resolve before coercions.Luqman Aden-1/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-4/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-8/+8
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-3/+1
2013-10-05testsuite: Two tests for fixed bugsTim Chevalier-0/+50