about summary refs log tree commit diff
path: root/src/etc/combine-tests.py
AgeCommit message (Expand)AuthorLines
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-91/+0
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-0/+2
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-4/+4
2014-02-05etc: add missing license boilerplatesAdrien Tétar-3/+10
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-0/+1
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-1/+1
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-1/+0
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+1
2013-12-14Suppress warnings in run-pass testsKiet Tran-14/+22
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+1
2013-11-26Turn off attribute_usage warning on check-fastklutzy-12/+16
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-10-24Remove even more of std::ioAlex Crichton-4/+4
2013-10-23register snapshotsDaniel Micay-2/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-0/+2
2013-06-26Fix some warnings in the check-fast testsPhilipp Brüschweiler-1/+1
2013-05-29etc: Fix more check-fast breakage. rs=burningtreePatrick Walton-0/+1
2013-05-23etc: Fix test combiner for core->std/std->extra change. rs=burningtreePatrick Walton-2/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-3/+1
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+1
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-7/+1
2012-09-26Fix check-fast for the change to main's signature.Graydon Hoare-1/+1
2012-09-25Fix combine-tests.py to emit #[legacy_exports];Graydon Hoare-0/+2
2012-09-11Fix combine-tests.py for new syntaxBrian Anderson-4/+4
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-07-14Fix problem in combine-tests.py.Michael Sullivan-2/+2
2012-07-14Make combine-tests.py work with ~str.Michael Sullivan-3/+1
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-2/+0
2012-07-10Get rid of some remaining uses of old style vecs.Michael Sullivan-1/+1
2012-06-30Fix combine-tests.py for new vec syntaxBrian Anderson-0/+2
2012-06-25Update combine-tests.py for new vec syntaxBrian Anderson-0/+2
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+2
2012-01-11Properly fix check-fast scriptMarijn Haverbeke-1/+1
2012-01-11Try to adjust check-fast script to std::io changesMarijn Haverbeke-0/+1
2011-11-29make check-fast workNiko Matsakis-2/+2
2011-11-24Use new mod syntax in check-fast driverBrian Anderson-1/+2
2011-09-11Don't check-fast xfail-win32 testsBrian Anderson-1/+2
2011-09-02Remove transitional code from combine-tests.py. Issue #855Brian Anderson-7/+1
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-1/+1
2011-08-30Allow main to take istrs. Issue #855Brian Anderson-0/+6
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-1/+1
2011-08-24Fix combine-tests.py for new ivec regimeBrian Anderson-1/+1
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-2/+2
2011-07-28Make combine-tests ignore temp filesBrian Anderson-1/+2
2011-07-27Another attempt at fixing fast check for the win tinderboxMarijn Haverbeke-1/+1