aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Make the `--release`/`--dev` more consistent and less surprising (#30091)Martin Robinson2023-08-141-3/+3
* Support mac wpt builds (#29867)Samson2023-08-111-1/+11
* Make rustup a requirement and switch to `rust-toolchain.toml` (#30056)Martin Robinson2023-08-011-9/+13
* Remove old code for out-of-date CA stores (#30031)Martin Robinson2023-07-271-3/+2
* Clean up cross-compilation and featuresMartin Robinson2023-05-251-37/+16
* Implement `bootstrap-gstreamer` for all platformsMartin Robinson2023-05-251-6/+3
* Removed MagicLeap occurrences from Python filesmichaelgrigoryan252023-05-221-6/+6
* Remove some unused python codeMartin Robinson2023-05-201-57/+8
* Add try-wpt-2020 runnersagudev2023-04-251-1/+1
* Auto merge of #29610 - mrobinson:notify, r=mukilanbors-servo2023-04-131-7/+0
|\
| * Use notify-py to send notificationsMartin Robinson2023-04-131-7/+0
* | Replace usage of six.moves.urllib with urllibMartin Robinson2023-04-101-3/+3
|/
* mach try & partitioned try jobssagudev2023-03-211-0/+38
* Add cargo-fix and cargo-clippy to machsagudev2023-02-181-0/+48
* Port `./mach rustup` to Python 3Simon Sapin2021-02-251-3/+3
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-2/+2
* mach + rustup: use the minimal profile and install rustc-devSimon Sapin2020-01-021-2/+2
* mach: run `rustup target add` in `ensure_bootstrapped`Simon Sapin2020-01-021-1/+1
* Extract media_stack pick into CommandBaseTuncer Ayaz2019-11-211-12/+1
* Implement `./mach check --media-stack`Tuncer Ayaz2019-11-211-2/+20
* Make `./mach rustup` install the rustc-dev componentSimon Sapin2019-11-121-1/+1
* Use urllib from six module in order to be compatible with Python3marmeladema2019-10-161-2/+2
* Share more `./mach build` logic with mach check, doc, test-unitSimon Sapin2019-07-021-6/+3
* Remove `./mach cargo`.Simon Sapin2019-07-011-22/+9
* Fix certifi import error while running ./match bootstrapShanavas M2019-01-031-3/+3
* Run rustfmt on test-tidyPyfisch2018-11-061-13/+0
* com.mozilla to org.mozillaPaul Rouget2018-10-021-1/+1
* Auto merge of #21809 - servo:features, r=SimonSapinbors-servo2018-09-271-0/+2
|\
| * Only add --manifest-path if not already presentSimon Sapin2018-09-261-2/+1
| * Only build ports/servo by default (except Android), add `./mach build --libsi...Simon Sapin2018-09-251-0/+3
* | Add mach command to setup remote debugging on Android devices.Josh Matthews2018-09-251-1/+57
|/
* Make ndk-stack mach command support x86 builds.Josh Matthews2018-09-051-1/+2
* Remove trailing whitespace in devenv_commandsjosh2018-08-101-2/+2
* Merge branch 'master' into masterJosh Brudnak2018-08-101-1/+25
|\
| * mach: Add ndk-stack command for android crash logs.Josh Matthews2018-08-081-0/+24
* | Add rustfmt command to devenv commandsJoshBrudnak2018-08-091-0/+13
|/
* Remove geckolib-related build commands.Emilio Cobos Álvarez2018-05-171-48/+2
* Use rustup.rs instead of custom bootstrapSimon Sapin2018-01-101-27/+12
* mach: Remove redundant with(crate_dir).Emilio Cobos Álvarez2017-12-131-9/+2
* mach: Fix cargo-geckolib check / cargo-geckolib build after #19476.Emilio Cobos Álvarez2017-12-101-9/+18
* Use workspace.default-members to specify default crates for 'cargo build'Simon Sapin2017-12-071-1/+1
* Only pass cafile argument to urlopen in Python versions that support it.Simon Sapin2017-10-191-2/+3
* Bootstrap from official static.rust-lang.org when SNI is availableSimon Sapin2017-10-181-2/+2
* Fix './mach check' to build ports/servo, not components/servoSimon Sapin2017-10-121-1/+1
* Use upstream wptrunner from web-platform-tests.Josh Matthews2017-10-051-26/+0
* './mach rustup': Use alternate S3 URL that doesn’t require SNISimon Sapin2017-09-121-1/+1
* Switch back to pinning Rust by Nightly date instead of commit hash…Simon Sapin2017-08-311-23/+7
* Fix bootstrapping during `mach rustup` without system cargoSimon Sapin2017-07-211-0/+3
* Update to cargo 0.21.0-nightly (eb6cf012a 2017-07-02)Simon Sapin2017-07-191-15/+0
* Add 'mach check' and 'mach check-geckolib'Simon Sapin2017-05-131-18/+52