Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more directories into './mach grep' command. | Dhananjay Nakrani | 2015-04-25 | 1 | -3/+12 |
| | |||||
* | Add a './mach grep' command. [Issue #5838] | Dhananjay Nakrani | 2015-04-25 | 1 | -0/+13 |
| | |||||
* | Alias cargo-update to update-cargo | Manish Goregaokar | 2015-04-21 | 1 | -0/+9 |
| | |||||
* | ./mach cargo now cd's to servo dir if in root | Prabhjyot Singh Sodhi | 2015-02-21 | 1 | -2/+7 |
| | | | | Fixes #4976 | ||||
* | Check for no parameters when invoking cargo | Thomas Jespersen | 2015-01-05 | 1 | -0/+2 |
| | |||||
* | Remove glut from update-cargo command. | Glenn Watson | 2014-12-12 | 1 | -1/+0 |
| | |||||
* | Update ./mach update-cargo to include gonk Cargo.lock | Glenn Watson | 2014-12-11 | 1 | -1/+2 |
| | |||||
* | auto merge of #4288 : mttr/servo/mach_update_cargo_fix, r=jdm | bors-servo | 2014-12-08 | 1 | -2/+5 |
|\ | | | | | | | Also fixed a bug if run with no arguments. | ||||
| * | Updates `./mach update-cargo` for new path changes | Matthew Rasmus | 2014-12-08 | 1 | -2/+5 |
| | | | | | | | | Also fixed a bug if run with no arguments. | ||||
* | | Fix concatentation error on no args to `./mach rustc` | Andreas Tolfsen | 2014-12-08 | 1 | -0/+2 |
|/ | | | | | | | | | | | Since default argument to params is None, concatenating it with a list will raise an error. This behaviour prevents `./mach rustc` to be called when system-rust is defined in .servobuild. Currently it will only work when followed by an argument, i.e. `./mach rustc -arg`. Testing this patch: `./mach rustc` should not raise an error. | ||||
* | Remove allow_all_args from mach commands | Matthew Rasmus | 2014-11-23 | 1 | -6/+3 |
| | |||||
* | Added a mach command for cargo update | Matthew Rasmus | 2014-11-19 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | As proposed in #3736 Example usage: ``` sh $ ./mach update-cargo -p rust-xml . Updating git repository `https://github.com/netvl/rust-xml` ports/cef Updating git repository `https://github.com/netvl/rust-xml` ports/android/glut_app Updating git repository `https://github.com/netvl/rust-xml` ``` | ||||
* | Add a 'mach rust-root' command. | Simon Sapin | 2014-09-29 | 1 | -0/+6 |
| | |||||
* | Fix /python/servo code formatting. | Simon Sapin | 2014-09-26 | 1 | -13/+7 |
| | | | | (My editor screams at me for flake8 lint errors.) | ||||
* | Fix `mach cargo` is missing | Tetsuharu OHZEKI | 2014-09-17 | 1 | -2/+2 |
| | |||||
* | Add a `mach rustc` command | Matt Brubeck | 2014-09-14 | 1 | -0/+9 |
| | |||||
* | Fix typo in 'mach cargo --help' | Matt Brubeck | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+32 |