about summary refs log tree commit diff
path: root/src/compiletest/compiletest.rs
AgeCommit message (Expand)AuthorLines
2014-02-20move extra::test to libtestLiigo Zhuang-4/+1
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-14auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichtonbors-3/+6
2014-02-13compiletest: Run all android tests seriallyBrian Anderson-3/+5
2014-02-13mk: Fix non-android cross builds.Luqman Aden-3/+6
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-06getopts: replaced base functions with those from groupArcterus-5/+5
2014-02-06Move getopts out of extraArcterus-2/+2
2014-02-03compiletest: Remove io_error usageAlex Crichton-2/+8
2014-01-21Remove unnecessary parentheses.Huon Wilson-8/+3
2014-01-17test: Add the ability to force a host targetAlex Crichton-0/+3
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-6/+6
2014-01-06Register new snapshotsAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-0/+1
2013-12-24Test fixes and rebase problemsAlex Crichton-2/+2
2013-12-10compiletest: Remove uses of `Cell`.Patrick Walton-8/+6
2013-12-08Remove dead codesKiet Tran-4/+0
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-6/+6
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-6/+6
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+4
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-06Add make check support(arm-linux-androideabi debuginfo)sh8281.kim-0/+13
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-1/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-7/+7
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-6/+6
2013-10-15path2: Replace the path module outrightKevin Ballard-17/+19
2013-10-09option: rewrite the API to use compositionDaniel Micay-5/+5
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-30compiletest: Remove usage of fmt!Alex Crichton-33/+33
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-27/+25
2013-09-18std: Remove {float,f64,f32}::from_str in favor of from_strblake2-ppc-2/+1
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-2/+3
2013-09-02Raise the file descriptor limits when running compiletestAlex Crichton-0/+5
2013-08-30auto merge of #8886 : cmr/rust/test-restructure, r=cmrbors-18/+16
2013-08-30Revert "Teach compiletest to use multiple --src-base's"Corey Richardson-18/+16
2013-08-30Revert "Teach the makefile to use multiple src-base's"Corey Richardson-1/+1
2013-08-30auto merge of #8839 : sanxiyn/rust/env, r=thestingerbors-3/+0
2013-08-28Remove --newrt optionSeo Sanghyeon-3/+0
2013-08-28Teach the makefile to use multiple src-base'sCorey Richardson-1/+1
2013-08-28Teach compiletest to use multiple --src-base'sCorey Richardson-16/+18
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-0/+7
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-7/+7
2013-08-06auto merge of #8313 : msullivan/rust/cleanup, r=catamorphismbors-1/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-3/+3
2013-08-05Get rid of some NOTEs.Michael Sullivan-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3