| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the separator used in rust path into os.path.join | tp6vup54 | 2016-08-22 | 1 | -2/+2 |
* | Check PLATFORM for proper toolchain when use msvc | Xidorn Quan | 2016-08-18 | 1 | -1/+10 |
* | Fix unicode env issues for call() | Vladimir Vukicevic | 2016-08-17 | 1 | -10/+12 |
* | Run git command only with mach build commands | UK992 | 2016-08-05 | 1 | -2/+2 |
* | Create .tar.gz package deterministically | Anton Ovchinnikov | 2016-08-04 | 1 | -0/+53 |
* | Change to use msvc triple for Windows Python | Xidorn Quan | 2016-07-11 | 1 | -1/+3 |
* | Fix #12359: make ensure_bootstrap check for host std if rustc exists. | Simon Sapin | 2016-07-09 | 1 | -4/+3 |
* | Remove the "./mach build-stable" subcommand | Simon Sapin | 2016-07-08 | 1 | -4/+1 |
* | Fix "looking for rustc at …" message for stable when already bootstrapped | Simon Sapin | 2016-07-08 | 1 | -2/+3 |
* | Add mach build-stable to build with stable rustc | Gabriel Poesia | 2016-06-30 | 1 | -11/+29 |
* | Auto merge of #11262 - campaul:add_version_flag, r=Manishearth | bors-servo | 2016-06-29 | 1 | -0/+16 |
|\ |
|
| * | Add `--version` flag | Cameron Paul | 2016-06-28 | 1 | -0/+16 |
* | | Pass Ctr+C to underlying process when invoking commands through mach. | Josh Matthews | 2016-06-17 | 1 | -1/+14 |
* | | Only enable borderless browserhtml window on OSX. | Adam Casey | 2016-06-07 | 1 | -0/+9 |
* | | Add FreeBSD to `host_triple` | Daniel Robertson | 2016-06-05 | 1 | -0/+2 |
* | | Remove the gonk port | Lars Bergstrom | 2016-05-27 | 1 | -64/+1 |
* | | Auto merge of #11378 - mbrubeck:debug-mozjs, r=larsbergstrom | bors-servo | 2016-05-27 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Default to the same Cargo features in all build commands | Matt Brubeck | 2016-05-27 | 1 | -0/+7 |
* | | Reduce 'android-18' duplication, as originally done by wenderen | Mitchell Hentges | 2016-05-20 | 1 | -0/+3 |
|/ |
|
* | Auto merge of #11122 - mbrubeck:unify-builds, r=larsbergstrom | bors-servo | 2016-05-11 | 1 | -1/+11 |
|\ |
|
| * | Move all cargo build environment variables into CommandBase | Matt Brubeck | 2016-05-10 | 1 | -1/+11 |
* | | Override $CARGO_HOME only if cargo-home-dir is in .servobuild | Matt Brubeck | 2016-05-11 | 1 | -2/+3 |
|/ |
|
* | Override always 'CARGO_HOME' env variable. | Tetsuharu OHZEKI | 2016-05-10 | 1 | -2/+1 |
* | Improve build target argument handling | Mátyás Mustoha | 2016-05-05 | 1 | -6/+7 |
* | Auto merge of #10620 - autrilla:mach-command-improvements, r=Wafflespeanut | bors-servo | 2016-04-17 | 1 | -11/+19 |
|\ |
|
| * | Improved readability of ensure_bootstrapped | Adrian Utrilla | 2016-04-16 | 1 | -11/+19 |
* | | mach install now builds servo if it hasn't been built before | Adrian Utrilla | 2016-04-15 | 1 | -2/+12 |
|/ |
|
* | Fix ./mach run | UK992 | 2016-03-27 | 1 | -0/+3 |
* | Remove rustc wrapper script for gold in favor of using RUSTFLAGS | Lars Bergstrom | 2016-03-25 | 1 | -1/+1 |
* | Read SERVO_RUSTC_WITH_GOLD if no .servobuild | edunham | 2016-03-22 | 1 | -1/+7 |
* | Remove unused use_nightly_rust function. | Ms2ger | 2016-03-22 | 1 | -5/+0 |
* | Remove submodule update from mach bootstrap. Fixes #10010 | malayaleecoder | 2016-03-16 | 1 | -2/+0 |
* | Detect Cygwin environment on Windows | Wei Tang | 2016-03-09 | 1 | -1/+1 |
* | Now we use python for os_type, we need to catch 'windows' as well as 'mingw65... | Jason Williams | 2016-02-13 | 1 | -1/+1 |
* | Auto merge of #9588 - Jayflux:hotfix/9499, r=Wafflespeanut | bors-servo | 2016-02-13 | 1 | -1/+2 |
|\ |
|
| * | add check for win32 or msys before running rustc-with-gold fixes #9499 | Jayflux | 2016-02-13 | 1 | -1/+2 |
* | | use python's built in platform module for detection, for more accuracy and cr... | Jason Williams | 2016-02-13 | 1 | -2/+4 |
|/ |
|
* | Download extra std lib when cross-compiling #9557 | Daniel Robertson | 2016-02-12 | 1 | -4/+7 |
* | Removed documentation referencing 'android-rs-glue', and updated a similar co... | qpid | 2016-02-05 | 1 | -4/+4 |
* | Revert "Remove gold hack, since it's in rustc automatically now" | Lars Bergstrom | 2016-01-28 | 1 | -0/+6 |
* | Prepend PATH extras instead of append. | Adam Casey | 2016-01-27 | 1 | -1/+1 |
* | Fix ./mach run on Windows | Adam Casey | 2016-01-24 | 1 | -5/+31 |
* | adding check for windows then using Scripts instead of bin | Jason Williams | 2016-01-22 | 1 | -17/+9 |
* | win32: force PATH to be non-unicode on win32, if virtualenv munges it | Vladimir Vukicevic | 2016-01-20 | 1 | -0/+8 |
* | win32: mach and build command fixes | Vladimir Vukicevic | 2016-01-20 | 1 | -3/+40 |
* | Remove gold hack, since it's in rustc automatically now | Lars Bergstrom | 2016-01-15 | 1 | -6/+0 |
* | Rename rust-snapshot-hash to rust-nightly-date | Simon Sapin | 2015-12-30 | 1 | -9/+8 |
* | Move OpenSSL Android build to the target directory #8568 | Maciej Skrzypkowski | 2015-12-02 | 1 | -0/+3 |
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -2/+5 |
* | Reduce duplication in binary path determinition for Android target (fixes iss... | Yanir Seroussi | 2015-11-19 | 1 | -1/+4 |