| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-20 | test: Begin running the language ref examples. Mostly xfailed | Brian Anderson | -1/+31 | |
| 2012-03-19 | build: rm -f old tutorial snippets | Brian Anderson | -1/+1 | |
| 2012-03-19 | build: Delete old tutorial tests before regenerating. Closes #1991 | Brian Anderson | -0/+1 | |
| 2012-03-06 | make inline enabled by default | Niko Matsakis | -1/+1 | |
| 2012-02-28 | rename aux to auxiliary, since aux is apparently reserved on windows | Niko Matsakis | -1/+1 | |
| 2012-02-28 | add ability to run multi-crate tests, run tests with --inline | Niko Matsakis | -1/+2 | |
| 2012-02-21 | python might be in a path with spaces in it, you never know | Daniel Brooks | -1/+1 | |
| 2012-02-17 | Fix dependencies of stage2 check-fast driver. | Graydon Hoare | -2/+2 | |
| 2012-01-26 | Remove the --no-core command-line option | Brian Anderson | -1/+1 | |
| It is superceeded by the #[no_core] attribute | ||||
| 2012-01-20 | build: Run tutorial tests | Brian Anderson | -1/+44 | |
| 2012-01-19 | build: Run tidy first before all other check targets | Haitao Li | -2/+2 | |
| `make check` executes `tidy` after compile. It reminds me that I've left long lines or trailing whitespaces only after compilation finshed. That is too late since I have to recompile only because fixing the trivial formatting issues. Run tidy first to avoid potentially unnecessary re-compilation. | ||||
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -5/+1 | |
| 2012-01-17 | build: Start running libcore tests | Brian Anderson | -0/+24 | |
| 2012-01-16 | build: Stop building stage3 on normal test cycles | Haitao Li | -1/+1 | |
| Issue #1419 | ||||
| 2012-01-16 | build: Start running rustdoc tests | Brian Anderson | -1/+28 | |
| 2012-01-15 | build: Add rustdoc to tidy rules | Brian Anderson | -0/+2 | |
| 2012-01-13 | build: Add shortcut targets for pretty-print tests | Brian Anderson | -0/+35 | |
| 2011-12-30 | Make install and check targets depend on all. Close #1395. | Graydon Hoare | -2/+2 | |
| 2011-12-16 | build: Tidy cargo when checking formatting | Haitao Li | -0/+2 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -1/+3 | |
| 2011-12-03 | Fix definition of check-stageN-all targets | Brian Anderson | -1/+1 | |
| 2011-12-02 | make check test stage3 | Niko Matsakis | -1/+1 | |
| 2011-12-02 | make "check" match "all": only the host triple | Niko Matsakis | -9/+25 | |
| 2011-11-29 | build: Have 'make check' run all target/host combinations | Brian Anderson | -16/+48 | |
| 2011-11-29 | work on perf | Niko Matsakis | -2/+2 | |
| 2011-11-29 | fix more problems w/ check-fast | Niko Matsakis | -17/+17 | |
| 2011-11-29 | make check-fast work | Niko Matsakis | -56/+88 | |
| 2011-11-29 | tweak to get windows test-running correct | Niko Matsakis | -4/+4 | |
| 2011-11-29 | fix makefiles, add option to ignore changes in makefiles | Niko Matsakis | -18/+18 | |
| 2011-11-29 | make check works | Niko Matsakis | -31/+40 | |
| 2011-11-29 | misc fixes | Niko Matsakis | -107/+129 | |
| 2011-11-29 | basic builds function | Niko Matsakis | -111/+135 | |
| 2011-11-18 | Added CFG_NOTIDY flag to the build | Stefan Plantikow | -17/+20 | |
| This should allow a small speedup for test builds; unset by default | ||||
| 2011-11-17 | build: Add various shorthand make check rules | Brian Anderson | -7/+19 | |
| 2011-11-16 | fix prereqs | Niko Matsakis | -18/+18 | |
| 2011-11-16 | fix prereqs | Niko Matsakis | -5/+2 | |
| 2011-11-16 | correct (I think) prereqs | Niko Matsakis | -1/+1 | |
| 2011-11-16 | correct pre-reqs | Niko Matsakis | -1/+1 | |
| 2011-11-16 | make check-stage2-perf target work again, along with rustc, std | Niko Matsakis | -14/+19 | |
| 2011-11-16 | make it so that tests can be run on different target arch | Niko Matsakis | -67/+75 | |
| 2011-11-02 | Fix build on windows | Niko Matsakis | -3/+3 | |
| 2011-11-02 | enable building with different target arch | Niko Matsakis | -2/+2 | |
| 2011-10-31 | Split 'make tidy' into multiple commands | Brian Anderson | -0/+3 | |
| The echo command line seems to be getting too large | ||||
| 2011-10-21 | Get 'make tidy' to work rustllvm and rt again | Brian Anderson | -4/+3 | |
| 2011-10-11 | Fix test dependencies | Brian Anderson | -0/+9 | |
| 2011-10-06 | Bring make distcheck up to date | Brian Anderson | -2/+10 | |
| 2011-10-05 | Run tests with LD_LIBRARY_PATH set to the target libs, not the host libs | Brian Anderson | -3/+4 | |
| Setting it to the host libs uses those compiled from the previous stage | ||||
| 2011-10-04 | Fix #1003 harder | Brian Anderson | -1/+2 | |
| 2011-10-04 | Fix a typo in tests.mk. Closes #1003 | Brian Anderson | -1/+1 | |
| 2011-10-02 | Cleanup mk/tests.mk | Brian Anderson | -106/+81 | |
