Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Rust to 1.22.0-nightly (a47c9f870 2017-10-11) | Anthony Ramine | 2017-10-12 | 1 | -0/+3 |
| | | | | This allows us to start experimenting with -Z thinlto | ||||
* | Disable LLVM assertions by default, on supported platforms. | Simon Sapin | 2017-02-16 | 1 | -1/+1 |
| | | | | But keep them on linux-dev CI. | ||||
* | Allow disabling LLVM assertions in rustc (fixes #15548) | Anthony Ramine | 2017-02-15 | 1 | -0/+3 |
| | |||||
* | Option configuration to enable incremental compilation. | Simon Sapin | 2017-02-05 | 1 | -0/+7 |
| | | | | https://internals.rust-lang.org/t/incremental-compilation-beta/4721 | ||||
* | Add config to do desktop notifications by running an abitrary command. | Simon Sapin | 2017-01-13 | 1 | -0/+6 |
| | |||||
* | Support build.rustflags in .servobuild | Vladimir Vukicevic | 2016-11-21 | 1 | -0/+2 |
| | |||||
* | Remove the gonk port | Lars Bergstrom | 2016-05-27 | 1 | -8/+0 |
| | |||||
* | Reduce 'android-18' duplication, as originally done by wenderen | Mitchell Hentges | 2016-05-20 | 1 | -1/+2 |
| | | | | Use android.platform (and $ANDROID_PLATFORM) for configuration, apply 'android-18' default | ||||
* | Rename rust-snapshot-hash to rust-nightly-date | Simon Sapin | 2015-12-30 | 1 | -3/+3 |
| | | | | | | … and remove mentions of "snapshots". We now use rust-lang.org nightly builds rather than our own snapshots. | ||||
* | Add CCACHE infra and turn it on in travis | Lars Bergstrom | 2015-11-05 | 1 | -0/+2 |
| | |||||
* | Make the use of gold linker configurable | Akos Kiss | 2015-09-08 | 1 | -0/+4 |
| | | | | | | | | Currently, ld.gold is always used for linking if found on the system. There are some cases however when one may want to opt out from using it. This patch adds the boolean field `rustc-with-gold` to the `[tools]` section of `.servobuild`, which if set false, disables the use of ld.gold. | ||||
* | Fix typos in servobuild.example | Kinder Sung | 2015-08-23 | 1 | -3/+3 |
| | |||||
* | Entries in servobuild.example file | Sumith | 2015-06-13 | 1 | -8/+12 |
| | | | | | Entries in the servobuild.example file that are not defaults were commented out, defaults were mentioned in comments | ||||
* | Add --dev option to mach build | Jinank Jain | 2015-05-13 | 1 | -0/+3 |
| | | | | | Require either --dev or --release, unless a default build.mode is set in .servobuild. Fixes #5933. | ||||
* | Add support for $CARGO_HOME in servobuild | Manish Goregaokar | 2015-03-08 | 1 | -1/+7 |
| | |||||
* | Add ./mach build-gonk command | Manish Goregaokar | 2015-02-21 | 1 | -0/+11 |
| | |||||
* | Move snapshot dir inside the source dir by default | Matt Brubeck | 2015-01-28 | 1 | -0/+3 |
| | | | | | | | | | This avoids changing any directories outside the repo, which is better for some automation scenarios. The servobuild.example file has a "cache-dir" setting that restores the previous default location of `~/.servo`, which is useful for developers working with multiple clones on the same machine. | ||||
* | Issue #3804 : Allow enabling debug-mozjs from servobuild config | Fabrice Desré | 2014-11-06 | 1 | -0/+2 |
| | |||||
* | Add Android build config to mach/servobuild | Matt Brubeck | 2014-10-03 | 1 | -0/+4 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+16 |