about summary refs log tree commit diff
path: root/src/compiletest/header.rs
AgeCommit message (Expand)AuthorLines
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-455/+0
2016-03-17compiletest: Add rustc-env for run-pass/super-fast-paren-parsing.Eduard Burtescu-3/+10
2016-03-02rename should-panic to should-fail, per acrichto's suggestionNiko Matsakis-5/+5
2016-03-02make it possible for a test to declare `should-panic`Niko Matsakis-26/+42
2016-03-02refactor and generalize revisionsNiko Matsakis-11/+0
2016-03-01introduce the notion of revisions, currently unusedNiko Matsakis-5/+51
2016-03-01change compile_flags to eagerly split into a vector on whitespaceNiko Matsakis-5/+7
2016-03-01refactor header parsing so it can work "in-place"Niko Matsakis-62/+64
2016-03-01require that header lines begin with `//`Niko Matsakis-2/+3
2015-12-03Add a `build-aux-docs` directive to compiletestmitaa-0/+12
2015-09-01refactored compiletest following clippy's suggestionsllogiq-65/+56
2015-04-27compiletest: Add support for `// ignore-musl`Alex Crichton-0/+4
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-9/+10
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-9/+10
2015-03-20Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichtonbors-0/+4
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-1/+1
2015-03-19Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-androidSae-bom Kim-0/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-12/+12
2015-02-23Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=ManishearthManish Goregaokar-0/+12
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-16Handle RUST_TEST_NOCAPTURE in compiletest and set add if to run envFlorian Hahn-0/+12
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-14/+14
2015-02-02More deprecating of i/u suffixesAlfie John-2/+2
2015-01-30std: Stabilize FromStr and parseAlex Crichton-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-2/+1
2015-01-09Revert "Ignore extra error from test for now"Manish Goregaokar-13/+0
2015-01-08Ignore extra error from test for nowManish Goregaokar-0/+13
2015-01-05compiletest: remove boxed closuresJorge Aparicio-1/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+3
2014-11-16Move FromStr to core::strBrendan Zabarauskas-5/+3
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-08debuginfo: Add LLDB version handling to test infrastructure.Michael Woerister-1/+38
2014-09-17Add a forbid-output property in cfail testsKeegan McAllister-1/+14
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-15/+54
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-1/+1
2014-07-29Add pretty=typed test support to compiletest and add a test for fixed size ar...Luqman Aden-0/+24
2014-06-25compiletest: Remove superfluous to_string callsPiotr Jawniak-8/+8
2014-05-28std: Remove format_strbuf!()Alex Crichton-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-10/+10
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-17/+17
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+7
2014-05-16compiletest: Remove all uses of `~str` from `compiletest`Patrick Walton-39/+50
2014-05-13Touch up and rebase previous commitsAlex Crichton-0/+12
2014-05-13compiletest: Modernize typenamesklutzy-5/+5
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-14/+1