summary refs log tree commit diff
path: root/src/test/run-pass/issue-4241.rs
AgeCommit message (Expand)AuthorLines
2014-07-17Rename functions in the CloneableVector traitAdolfo OchagavĂ­a-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-5/+5
2014-05-27std: Remove String's to_ownedRicho Healey-4/+4
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-6/+6
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-0/+129
2014-02-25test: Clean out the test suite a bitAlex Crichton-130/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-3/+3
2014-01-30Remove Times traitBrendan Zabarauskas-10/+9
2014-01-29Remove do keyword from test/Scott Lawrence-4/+4
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-2/+1
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-2/+2
2013-07-22extra: Remove uv, net, timer codeBrian Anderson-0/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-06-24deal with windowsDaniel Micay-0/+2
2013-06-24Fix/annotate a variety of xfailsCorey Richardson-3/+5
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-2/+2
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-3/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-27Oh, cool, I xfailed the wrong test, neatTim Chevalier-0/+1
2013-03-27testsuite: Add various test casesTim Chevalier-0/+126