| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-06 | minor automatic whitespace fixes | Daniel Micay | -2/+2 | |
| 2013-05-06 | auto merge of #6150 : yichoi/rust/arm-test-pull, r=brson | bors | -5/+87 | |
| Support #5297 install.mk : install-runtime-target added for conveneice automatically push runtime library to android device test.mk : expanded to support android test automation with adb compiletest : expanded to support android test automation with adb | ||||
| 2013-05-04 | compiletest: remove --host and cleanup | Young-il Choi | -2/+1 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -3/+2 | |
| 2013-05-04 | compiletest: fix decision rule to run and cleanup | Young-il Choi | -55/+35 | |
| 2013-05-03 | mk: configurable android test directory | Young-il Choi | -3/+2 | |
| 2013-05-02 | compiletest: configurable test dir for ARM | Young-il Choi | -3/+4 | |
| 2013-05-02 | mk: minor fix for test.mk to support mutiple target test | Young-il Choi | -2/+2 | |
| 2013-05-01 | mk: test.mk expanded to ARM test automation | Young-il Choi | -5/+108 | |
| 2013-03-18 | mk: If NO_REBUILD is set then don't rebuild core/std before testing | Brian Anderson | -3/+11 | |
| Can make turnaround of testing changes to core/std/syntax much faster. | ||||
| 2013-03-12 | Disable debuginfo tests on mac since gdb requires root | Brian Anderson | -0/+4 | |
| 2013-03-08 | mk: cleanup - minor fixes for android check | ILyoan | -1/+1 | |
| 2013-03-02 | mk: cleanup - lib and executable suffix handling | Young-il Choi | -30/+56 | |
| 2013-03-02 | mk: Cross-compile fixes | Brian Anderson | -9/+9 | |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -25/+38 | |
| For cross compiling to targets that don't want to build a compiler | ||||
| 2013-02-19 | Attempt to solve make check test ambiguity betwen crate 'rust' and ↵ | Marvin Löbel | -4/+4 | |
| extratected doc 'rust' | ||||
| 2013-02-18 | Added rust convenience tool similar to go's go tool | Marvin Löbel | -1/+7 | |
| 2013-02-15 | Rename cargo to rustpkg and start over fresh | Zack Corr | -3/+3 | |
| 2013-02-10 | mk: Run debuginfo tests by default, but only if gdb is available | Brian Anderson | -1/+19 | |
| 2013-02-10 | mk: Typo | Brian Anderson | -1/+1 | |
| 2013-02-09 | Add debug info tests | Brian Leibig | -2/+12 | |
| 2013-02-06 | mk: Add output files to tests so they don't rerun unnecessarily | Brian Anderson | -14/+28 | |
| 2013-02-05 | mk: Don't check core/std/rustc as part of check-fast | Brian Anderson | -3/+0 | |
| When debugging check-fast it's annoying to wait through core/std | ||||
| 2013-02-05 | mk: Parameterize tests.mk to the max | Brian Anderson | -687/+331 | |
| 2013-01-25 | Start running the libsyntax unit tests. #4618 | Brian Anderson | -0/+25 | |
| 2013-01-03 | add missing $(CFG_PYTHON) prefixes | Daniel Micay | -1/+1 | |
| 2012-12-14 | Add check-stageN-doc target. Closes #4007 | Brian Anderson | -0/+7 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-11-13 | Tools should not be build prereqs of tests. Closes #3946 | Brian Anderson | -1/+2 | |
| 2012-11-04 | Fix rusti check targets some more | Brian Anderson | -1/+1 | |
| 2012-11-04 | Add missing rusti check targets | Brian Anderson | -0/+4 | |
| 2012-11-04 | Fix tidy for new linenoise | Brian Anderson | -0/+2 | |
| 2012-11-04 | Merge remote-tracking branch 'brson/repl' | Brian Anderson | -0/+27 | |
| Conflicts: mk/install.mk src/rt/rustrt.def.in | ||||
| 2012-11-04 | Remove linenoise files from the tidy check | Zack Corr | -0/+2 | |
| 2012-11-03 | library-tool-conversion: update tests.mk for librustdoc and libcargo | Daniel Patterson | -2/+2 | |
| 2012-10-30 | Use correct version of python to run check-summary.py. Issue #3883 | Brian Anderson | -5/+5 | |
| 2012-10-30 | rusti: Remove linenoise module, add to rt, remove core::rl | Zack Corr | -5/+2 | |
| 2012-10-29 | build: Use correct python version. Closes #3883 | Brian Anderson | -4/+4 | |
| 2012-10-27 | rusti: Add linenoise, wrap into core::rl and add rusti REPL tool | Zack Corr | -0/+28 | |
| Add Brian Leibig to AUTHORS.txt for REPL contributions | ||||
| 2012-09-22 | doc: Split out task tutorail. Add links to sub-tutorials | Brian Anderson | -0/+27 | |
| 2012-09-15 | docs: Make supplemental tutorials testable | Brian Anderson | -0/+81 | |
| 2012-08-29 | Make check-notidy not run tidy, as implied. Close #3105. | Graydon Hoare | -3/+3 | |
| 2012-08-28 | Compress metadata section. Seems a minor speed win, major space win. | Graydon Hoare | -0/+1 | |
| 2012-07-25 | Add check-notidy target. Close #2943. | Graydon Hoare | -0/+3 | |
| 2012-06-02 | Begin running cargo tests | Brian Anderson | -0/+28 | |
| 2012-06-01 | build: Fix bogus test teps | Brian Anderson | -2/+2 | |
| 2012-06-01 | test: Move tests with rustc deps into run-pass-fulldeps | Brian Anderson | -3/+61 | |
| These tests require a lot more to be built before running so are not part of check-lite | ||||
| 2012-06-01 | build: Add check-lite target | Brian Anderson | -0/+5 | |
| Runs the core, std, run-pass, run-fail, compile-fail tests for stage2 and builds only their dependencies. We'll use this on the bots' try branch. | ||||
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -1/+1 | |
| Per issue #2418. | ||||
| 2012-05-23 | bench: Add hard mode to benchmarks. Activate with RUST_BENCH. | Brian Anderson | -0/+8 | |
| RUST_BENCH is on automatically when running `make perf` | ||||
