about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-8/+19
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-2/+22
2014-02-20move extra::test to libtestLiigo Zhuang-5/+2
2014-02-19Tweak how preference factors into linkageAlex Crichton-2/+22
2014-02-19debuginfo: Fix a RUSTFLAGS incompatibility in test runner.Michael Woerister-8/+19
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-8/+2
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-1/+18
2014-02-14auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichtonbors-10/+20
2014-02-13compiletest: Run all android tests seriallyBrian Anderson-3/+5
2014-02-13mk: Fix non-android cross builds.Luqman Aden-10/+20
2014-02-11Add ignore-cross-compile directive for compiletestAlex Crichton-0/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-9/+9
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-3/+3
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-3/+1
2014-02-06auto merge of #12020 : alexcrichton/rust/output-flags, r=brsonbors-8/+21
2014-02-06Redesign output flags for rustcAlex Crichton-8/+21
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-17/+25
2014-01-29Remove do keyword from compiletestsScott Lawrence-2/+2
2014-01-28Generate rlibs by default (instead of dylibs)Alex Crichton-1/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-5/+5
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-4/+4
2014-01-21Remove unnecessary parentheses.Huon Wilson-10/+5
2014-01-20Fix cross-compiled pretty testsAlex Crichton-1/+2
2014-01-18Pass the correct --target flag when type checking pretty-printed code in testsBrian Anderson-0/+6
2014-01-17auto merge of #11618 : alexcrichton/rust/force-host, r=brsonbors-3/+28
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-4/+2
2014-01-17test: Add the ability to force a host targetAlex Crichton-3/+28
2014-01-17Tweak the interface of std::ioAlex Crichton-4/+2
2014-01-16Load macros from external modulesSteven Fackler-0/+4
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-7/+7
2014-01-06Register new snapshotsAlex Crichton-1/+0
2014-01-04etc: licenseck: don't hardcode a specific yearAdrien Tétar-6/+6
2013-12-25Test fixes and rebase conflictsAlex Crichton-0/+1
2013-12-24std: Stop reexporting the contents of 'mod consts'Alex Crichton-2/+2
2013-12-24Test fixes and rebase problemsAlex Crichton-2/+2
2013-12-18Make Android tests fail if no device is availableBrian Anderson-110/+90
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-30/+52
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-9/+2
2013-12-10compiletest: Remove uses of `Cell`.Patrick Walton-8/+6
2013-12-08Remove dead codesKiet Tran-16/+5
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-10/+10
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-1/+1
2013-12-04std::str: remove from_utf8.Huon Wilson-7/+5
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-10/+10
2013-11-28Register new snapshotsAlex Crichton-1/+1