about summary refs log tree commit diff
path: root/src/compiletest/header.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-21auto merge of #13553 : aochagavia/rust/pr, r=alexcrichtonbors-2/+15
2014-04-20Added run_flags directive to `compiletest`Adolfo Ochagavía-2/+15
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-10/+10
2014-03-31compiletest: Switch field privacy where necessaryAlex Crichton-10/+10
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-2/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-11/+13
2014-03-12Update io iterators to produce IoResultsPalmer Cox-0/+1
2014-02-19Tweak how preference factors into linkageAlex Crichton-0/+12
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+12
2014-02-11Add ignore-cross-compile directive for compiletestAlex Crichton-0/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-8/+8
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-3/+3
2014-01-17auto merge of #11618 : alexcrichton/rust/force-host, r=brsonbors-1/+13
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-2/+1
2014-01-17test: Add the ability to force a host targetAlex Crichton-1/+13
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2014-01-16Load macros from external modulesSteven Fackler-0/+4
2014-01-04etc: licenseck: don't hardcode a specific yearAdrien Tétar-2/+2
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-5/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-6/+6
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-1/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-16path2: Update for latest masterKevin Ballard-1/+1
2013-10-16path2: Remove some API functionsKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-2/+2
2013-10-10Remove some users of io::file_readerAlex Crichton-7/+11
2013-09-30compiletest: Remove usage of fmt!Alex Crichton-2/+2
2013-09-03Correctly determine OS to xfail in cross buildSeo Sanghyeon-4/+4
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1