Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mach commands now warn when it's ambiguous which binary to run | Prabhjyot Singh Sodhi | 2015-03-02 | 1 | -2/+17 |
| | | | | Fixes#5080 | ||||
* | Make 'args' a list in the mach run handler. | Ms2ger | 2015-02-24 | 1 | -1/+1 |
| | | | This fixes a regression from 894e58f714de0f3d65aeb943dbf8f569feb8c1d6. | ||||
* | add basic |mach rr-{record,replay}| commands | Nathan Froyd | 2015-02-23 | 1 | -4/+42 |
| | | | | | | | | These are very basic commands for invoking Servo underneath rr. rr currently doesn't support all the syscalls that Servo requires, but that's easy to fix on the rr side. Fixes #4177. | ||||
* | improving mach run error message in case of missing binaries | Prabhjyot Singh Sodhi | 2015-02-13 | 1 | -1/+8 |
| | |||||
* | adding --release flag to mach run command | Prabhjyot Singh Sodhi | 2015-02-06 | 1 | -2/+7 |
| | |||||
* | Import registrar | Manish Goregaokar | 2015-02-03 | 1 | -0/+2 |
| | |||||
* | Fix doc upload | Manish Goregaokar | 2015-02-03 | 1 | -1/+3 |
| | |||||
* | Fix 'mach browse-doc' to use the right target directory. | Simon Sapin | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Make 'mach doc' not fail when components/servo/target doesn’t exist. | Simon Sapin | 2014-12-03 | 1 | -2/+3 |
| | |||||
* | Replace `mach serve-docs` by `mach browse-doc`, fix #3913 | Simon Sapin | 2014-12-02 | 1 | -13/+6 |
| | |||||
* | Have 'mach doc' copy Rust documentation. | Simon Sapin | 2014-12-02 | 1 | -11/+31 |
| | |||||
* | Make build system more independent of current directory. | Simon Sapin | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Move the servo crate from root to components/servo | Simon Sapin | 2014-12-02 | 1 | -5/+5 |
| | |||||
* | Remove default value for params in mach doc #4134 | Matt Murphy | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | Adds --debug and --debugger flags to ./mach run | Matthew Rasmus | 2014-11-23 | 1 | -3/+35 |
| | |||||
* | Remove allow_all_args from mach commands | Matthew Rasmus | 2014-11-23 | 1 | -7/+4 |
| | |||||
* | Fixes 4037. Enable backtrace on run cmd. | nwin | 2014-11-23 | 1 | -1/+3 |
| | |||||
* | Add serve-docs command to mach | Philip Munksgaard | 2014-11-05 | 1 | -0/+30 |
| | | | | | | | | This enables the user to run `./mach serve-docs` (with an optional port number), starting a local web server that hosts the documentation for Servo and Rust. This closes #3807 | ||||
* | Fix /python/servo code formatting. | Simon Sapin | 2014-09-26 | 1 | -13/+7 |
| | | | | (My editor screams at me for flake8 lint errors.) | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+44 |