aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* mach commands now warn when it's ambiguous which binary to runPrabhjyot Singh Sodhi2015-03-021-2/+17
| | | | Fixes#5080
* Make 'args' a list in the mach run handler.Ms2ger2015-02-241-1/+1
| | | This fixes a regression from 894e58f714de0f3d65aeb943dbf8f569feb8c1d6.
* add basic |mach rr-{record,replay}| commandsNathan Froyd2015-02-231-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 binariesPrabhjyot Singh Sodhi2015-02-131-1/+8
|
* adding --release flag to mach run commandPrabhjyot Singh Sodhi2015-02-061-2/+7
|
* Import registrarManish Goregaokar2015-02-031-0/+2
|
* Fix doc uploadManish Goregaokar2015-02-031-1/+3
|
* Fix 'mach browse-doc' to use the right target directory.Simon Sapin2014-12-031-1/+1
|
* Make 'mach doc' not fail when components/servo/target doesn’t exist.Simon Sapin2014-12-031-2/+3
|
* Replace `mach serve-docs` by `mach browse-doc`, fix #3913Simon Sapin2014-12-021-13/+6
|
* Have 'mach doc' copy Rust documentation.Simon Sapin2014-12-021-11/+31
|
* Make build system more independent of current directory.Simon Sapin2014-12-021-1/+1
|
* Move the servo crate from root to components/servoSimon Sapin2014-12-021-5/+5
|
* Remove default value for params in mach doc #4134Matt Murphy2014-11-281-1/+1
|
* Adds --debug and --debugger flags to ./mach runMatthew Rasmus2014-11-231-3/+35
|
* Remove allow_all_args from mach commandsMatthew Rasmus2014-11-231-7/+4
|
* Fixes 4037. Enable backtrace on run cmd.nwin2014-11-231-1/+3
|
* Add serve-docs command to machPhilip Munksgaard2014-11-051-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 Sapin2014-09-261-13/+7
| | | | (My editor screams at me for flake8 lint errors.)
* Cargoify servoJack Moffitt2014-09-081-0/+44