| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add CCACHE infra and turn it on in travis | Lars Bergstrom | 2015-11-05 | 1 | -0/+1 |
* | New Android suppport | Lars Bergstrom | 2015-11-04 | 1 | -0/+3 |
* | Fix a comparison that should be an assignment in host_triple(). | Ms2ger | 2015-09-23 | 1 | -2/+2 |
* | Make the use of gold linker configurable | Akos Kiss | 2015-09-08 | 1 | -2/+4 |
* | Utilize Python context managers for opening/closing files | Corey Farwell | 2015-08-21 | 1 | -3/+6 |
* | Only use a rustc wrapper script when ld.gold is available. | Simon Sapin | 2015-08-17 | 1 | -1/+4 |
* | Use the gold linker when available. | Simon Sapin | 2015-08-15 | 1 | -0/+3 |
* | Upgrade cocoa, openssl, and selectors | Matt Brubeck | 2015-07-30 | 1 | -1/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -10/+15 |
* | Use Cargo's target directory sharing. | Jack Moffitt | 2015-06-15 | 1 | -1/+10 |
* | Add flake8 to the tidy process for Python files | Corey Farwell | 2015-06-04 | 1 | -1/+1 |
* | Auto merge of #6268 - frewsxcv:tidy-python, r=jdm | bors-servo | 2015-06-03 | 1 | -16/+45 |
|\ |
|
| * | Fix tidy issues with Python files in python/ | Corey Farwell | 2015-06-02 | 1 | -16/+45 |
* | | Support a system root with correct on-disk directory layout | Brian Anderson | 2015-06-02 | 1 | -0/+9 |
|/ |
|
* | Auto merge of #6201 - glennw:jquery-runner, r=metajack | bors-servo | 2015-05-31 | 1 | -0/+38 |
|\ |
|
| * | Add jQuery test runner and mach integration. | Glenn Watson | 2015-06-01 | 1 | -0/+38 |
* | | DRY submodule updating by utilizing existing update-submodules command | Corey Farwell | 2015-05-31 | 1 | -9/+1 |
|/ |
|
* | Add --dev option to mach build | Jinank Jain | 2015-05-13 | 1 | -1/+1 |
* | fix typo | Manish Goregaokar | 2015-04-30 | 1 | -1/+1 |
* | auto merge of #5200 : mbrubeck/servo/cache-dir, r=larsbergstrom | bors-servo | 2015-03-19 | 1 | -2/+3 |
|\ |
|
| * | Add an environment variable to override cache-dir | Matt Brubeck | 2015-03-11 | 1 | -2/+3 |
* | | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -6/+8 |
* | | Add HOST_FILE environment variable for test-wpt | Daniel Le | 2015-03-14 | 1 | -1/+4 |
|/ |
|
* | Add support for $CARGO_HOME in servobuild | Manish Goregaokar | 2015-03-08 | 1 | -2/+18 |