summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-2/+2
2015-01-08"The Rust Programming Language"Steve Klabnik-8/+21
2015-01-03Remove deprecated functionalityAlex Crichton-28/+0
2014-12-29rollup merge of #20317: brson/rust-installer-v2Alex Crichton-0/+1
2014-12-29Upgrade rust-installer to v2Brian Anderson-0/+1
2014-12-25Removed the sharding bit from mk/tests.mkBheesham Persaud-8/+0
2014-12-21Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-21rollup merge of #20054: bheesham/nometAlex Crichton-17/+0
2014-12-21rollup merge of #19983: Munksgaard/fix-19981Alex Crichton-1/+1
2014-12-20Split resolve from rustc::middle into rustc_resolve.Eduard Burtescu-1/+2
2014-12-19Took out all of the metrics stuff from tests.mkBheesham Persaud-17/+0
2014-12-18Use `-perm /a+x` instead of `-perm +a+x` in calls to findPhilip Munksgaard-1/+1
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-1/+1
2014-12-05Remove crates from test list so that we don't waste time building them.Niko Matsakis-1/+1
2014-12-01auto merge of #19417 : alexcrichton/rust/issue-19383, r=huonwbors-2/+2
2014-11-30Fix typo in tests makefileCorey Farwell-1/+1
2014-11-30mk: Use host llvm linkage paths, not target onesAlex Crichton-2/+2
2014-11-25Don't forget the tests.Richard Diamond-2/+4
2014-11-19Update makefiles to ensure src/grammar/verify.rs is built.Huon Wilson-1/+1
2014-11-05debuginfo: Make LLDB test make targets dependent on lldb python scripts.Michael Woerister-1/+3
2014-10-28Revert "enable parallel codegen by default"Daniel Micay-4/+0
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-3/+13
2014-10-23Remove support for .rc files from test.mkNick Cameron-12/+6
2014-10-23Make rpass-valgrind work with prettyNick Cameron-2/+7
2014-10-23Add run-pass-valgrind testsNick Cameron-5/+19
2014-10-22debuginfo: Enable LLDB test suite on Darwin.Michael Woerister-3/+4
2014-10-21enable parallel codegen by defaultStuart Pernsteiner-0/+4
2014-10-13rollup merge of #18012 : pnkfelix/gate-bors-on-building-compiletestAlex Crichton-3/+26
2014-10-13Make bors check that `compiletest` builds from both stage0 and stage1 rustc.Felix S. Klock II-3/+26
2014-10-12Fix `find` check for executablesAlex Crichton-1/+1
2014-10-08debuginfo: Add LLDB version handling to test infrastructure.Michael Woerister-0/+1
2014-10-01Make find->tidy resilient to filenames with spacesJohn Gallagher-6/+7
2014-09-23collapse setting and exporting RUST_BENCH into one lineO S K Chaitanya-2/+1
2014-09-23Use locale 'C' for running tests. Closes #17423O S K Chaitanya-0/+4
2014-09-18mk: Remove check-fast targetBrian Anderson-3/+0
2014-09-10Fix #17156Vadim Chugunov-1/+1
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-0/+1
2014-07-25mk: Remove check-syntax targetBrian Anderson-4/+1
2014-07-24mk: Add comments to primary check targetsBrian Anderson-2/+12
2014-07-24mk: Add check-secondary target for tests with no x-platform risk.Brian Anderson-0/+6
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-7/+7
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-45/+45
2014-07-21Don't run lexer tests by defaultCorey Richardson-1/+1
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-1/+3
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-2/+2
2014-07-09fix test failureskwantam-2/+2
2014-07-07mk: Run tidy after tests in 'make check'Brian Anderson-1/+1
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-2/+7
2014-06-16Test fixes from rollupAlex Crichton-1/+2
2014-06-16Fix --disable-rpath and testsAlex Crichton-4/+5