Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatically update cargo when necessary | Matt Brubeck | 2014-11-05 | 2 | -4/+13 |
| | |||||
* | Fixes #3353: rust snapshot downloads to home directory | Anthony Miyaguchi | 2014-11-05 | 2 | -5/+8 |
| | |||||
* | Add an optional --debug-mozjs argument to `mach build` that enables a ↵ | Josh Matthews | 2014-10-24 | 2 | -2/+13 |
| | | | | non-optimized, debug build of mozjs and rust-mozjs. Update the Cargo snapshot to enable new feature support. | ||||
* | Update toml.py to upstream 1069d2449760525535ca77514a92e9237ee0deaf | Fabrice Desré | 2014-10-20 | 1 | -7/+7 |
| | |||||
* | Move windowing code out of the compositor | Matt Brubeck | 2014-10-10 | 1 | -7/+9 |
| | | | | | This is mainly just moving code around, in preparation for further changes to the "windowing" API. | ||||
* | Fetch the Cargo nightly over HTTP. | Ms2ger | 2014-10-06 | 1 | -1/+2 |
| | |||||
* | Pin Cargo to the 2014-10-02 nightly. | Ms2ger | 2014-10-06 | 1 | -1/+1 |
| | | | | Relevant to #3580. | ||||
* | Add Android build config to mach/servobuild | Matt Brubeck | 2014-10-03 | 2 | -1/+31 |
| | |||||
* | Fix up and run unit tests. | Jack Moffitt | 2014-10-02 | 1 | -10/+15 |
| | | | | This adds the subpackages to `./mach test-unit`. | ||||
* | Add --verbose to build-cef command | Jack Moffitt | 2014-10-02 | 1 | -1/+6 |
| | |||||
* | Have the Rust snapshot directory include the Rust version and hash. | Simon Sapin | 2014-09-29 | 2 | -34/+42 |
| | | | | | | | | | | | | | | That way, whenever rust-snapshot-hash changes, mach will look for the Rust snapshot in a different directory and re-boostrap as needed. However, older rust version will be left behind never cleaned up. This is good for git-bisect, but not for disk space: the current snapshot is 618 MB. In the future, we may want `mach clean` or some other comment to remove unused Rust snapshots. CC #3388 | ||||
* | Add a 'mach rust-root' command. | Simon Sapin | 2014-09-29 | 1 | -0/+6 |
| | |||||
* | Fix /python/servo code formatting. | Simon Sapin | 2014-09-26 | 6 | -76/+85 |
| | | | | (My editor screams at me for flake8 lint errors.) | ||||
* | Have mach update (not just init) submodules as needed. Fix #3447 | Simon Sapin | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Support dumb terminals in bootstrap downloads | Andreas Tolfsen | 2014-09-18 | 1 | -2/+5 |
| | | | | | | | | | | | Dumb terminals can only interpret a limited number of control codes, and rewriting the terminal buffer will make `./mach build` very talkative on these terminals. This can be tested by setting the environment variable TERM to "dumb" as such: TERM=dumb ./mach build | ||||
* | Merge pull request #3372 from mbrubeck/wpt-params | Matt Brubeck | 2014-09-17 | 1 | -1/+3 |
|\ | | | | | Make test_wpt params optional. r=me | ||||
| * | Make test_wpt params optional | Matt Brubeck | 2014-09-16 | 1 | -1/+3 |
| | | | | | | | | Fixes an exception in `mach test`. | ||||
* | | Fix `mach cargo` is missing | Tetsuharu OHZEKI | 2014-09-17 | 1 | -2/+2 |
|/ | |||||
* | Don't throw on non-zero exit in mach commands | Matt Brubeck | 2014-09-15 | 1 | -3/+4 |
| | | | | Fixes #3344. | ||||
* | Merge pull request #3334 from mbrubeck/mach-rustc | Jack Moffitt | 2014-09-14 | 1 | -0/+9 |
|\ | | | | | Add a `mach rustc` command | ||||
| * | Add a `mach rustc` command | Matt Brubeck | 2014-09-14 | 1 | -0/+9 |
| | | |||||
* | | Add more arguments to mach test commands | Matt Brubeck | 2014-09-12 | 1 | -9/+36 |
| | | |||||
* | | Add 'mach clean'. | Tetsuharu OHZEKI | 2014-09-13 | 1 | -0/+20 |
|/ | |||||
* | Add -v or --verbose to mach build | Dirk Leifeld | 2014-09-11 | 1 | -1/+6 |
| | |||||
* | Merge pull request #3263 from duncankl/refactor-test-tidy | Jack Moffitt | 2014-09-09 | 3 | -99/+79 |
|\ | | | | | Refactor python/tidy.py (updated post-cargoify) | ||||
| * | Use os.path.join instead of manually inserting slashes. | Duncan Keall | 2014-09-10 | 1 | -1/+1 |
| | | |||||
| * | Cleaned up python/licenseck.py | Duncan Keall | 2014-09-10 | 2 | -40/+21 |
| | | | | | | | | | | | | - Moved logic into tidy.py - Removed explicit BSD license exceptions, they are already ignored by being inside the codegen directory. | ||||
| * | Refactor python/tidy.py to not use globals. Fixes #3242 | Duncan Keall | 2014-09-10 | 2 | -64/+63 |
| | | |||||
* | | Fix typo in 'mach cargo --help' | Matt Brubeck | 2014-09-09 | 1 | -1/+1 |
| | | |||||
* | | Pass --target option from mach to cargo | Matt Brubeck | 2014-09-09 | 1 | -0/+2 |
|/ | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 46 | -0/+4804 |