Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding check for windows then using Scripts instead of bin | Jason Williams | 2016-01-22 | 1 | -0/+1 |
| | |||||
* | win32: mach and build command fixes | Vladimir Vukicevic | 2016-01-20 | 1 | -14/+11 |
| | | | | | | | - Add SERVO_USE_NIGHTLY_RUST env var to use the latest rust/cargo nightly snapshot - Fix up looking for cargo binary (in cargo/bin/cargo, not bin/cargo) - Fix up win32 executable checking (use .exe suffix) - fix up win32 PATH handling (subprocess must use shell=True for PATH change to be honored) | ||||
* | Implement a geckolib target. | Bobby Holley | 2016-01-09 | 1 | -0/+1 |
| | |||||
* | Add `clippy` as a command to mach | Brandon Fairchild | 2015-10-21 | 1 | -0/+10 |
| | | | | | | This gives mach the ability to run clippy with `./mach clippy`. Fixes #8134. | ||||
* | Add a mach command to upgrade wptrunner | wilmoz | 2015-09-02 | 1 | -0/+17 |
| | |||||
* | Exclude minified js files and tests/jquery from 'mach grep'. | Dhananjay Nakrani | 2015-08-26 | 1 | -3/+6 |
| | |||||
* | Add flake8 to the tidy process for Python files | Corey Farwell | 2015-06-04 | 1 | -5/+5 |
| | | | | | | | Fixes #6236 Also included in this commit are the changes need to make flake8 pass for the existing python file | ||||
* | Fix tidy issues with Python files in python/ | Corey Farwell | 2015-06-02 | 1 | -0/+9 |
| | |||||
* | Remove trailing whitespace on Python files | Corey Farwell | 2015-06-02 | 1 | -5/+5 |
| | | | | | | Trailing whitespace was found using flake8 This is working towards making flake8 part of the tidy process: #6236 | ||||
* | corrected help text for cargo-update | r0e | 2015-05-19 | 1 | -2/+2 |
| | |||||
* | forces user to update cargo packages individually | r0e | 2015-05-18 | 1 | -3/+25 |
| | |||||
* | 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 |