| Commit message (Expand) | Author | Age | Files | Lines |
* | mach: Fail properly if we can't find the path for OSMesa or GLAPI. | Jonathan Chan | 2017-06-22 | 1 | -4/+5 |
* | Make armv7-linux-androideabi default target on Android | Imanol Fernandez | 2017-05-31 | 1 | -1/+2 |
* | Auto merge of #16769 - MortimerGoro:android_archs, r=larsbergstrom | bors-servo | 2017-05-13 | 1 | -3/+26 |
|\ |
|
| * | Support for Android armv7 and aarch64 target triples | Imanol Fernandez | 2017-05-08 | 1 | -3/+26 |
* | | Add clobber mechanism | UK992 | 2017-05-08 | 1 | -0/+27 |
|/ |
|
* | Add `./mach cargoup` | Simon Sapin | 2017-04-25 | 1 | -3/+6 |
* | Remove more deprecated Windows GNU code/docs | Aneesh Agrawal | 2017-04-16 | 1 | -6/+2 |
* | Add cargo-geckolib and rustc-geckolib commands to mach. | Simon Sapin | 2017-04-05 | 1 | -1/+5 |
* | Update Hyper and OpenSSL | ddh | 2017-03-31 | 1 | -1/+1 |
* | Fix "option `Z` is unstable" warning on geckolib with incremental=true | Simon Sapin | 2017-03-16 | 1 | -0/+5 |
* | Disable LLVM assertions by default, on supported platforms. | Simon Sapin | 2017-02-16 | 1 | -2/+7 |
* | Allow disabling LLVM assertions in rustc (fixes #15548) | Anthony Ramine | 2017-02-15 | 1 | -3/+6 |
* | Switch to commit-specific nightlies | Anthony Ramine | 2017-02-15 | 1 | -1/+1 |
* | Remove freetype dependency on Windows | UK992 | 2017-02-06 | 1 | -0/+2 |
* | Option configuration to enable incremental compilation. | Simon Sapin | 2017-02-05 | 1 | -0/+3 |
* | Clean up and simplify existing `mach bootstrap` | Aneesh Agrawal | 2017-01-15 | 1 | -7/+11 |
* | Create a util.py Python module for common functions | Aneesh Agrawal | 2017-01-15 | 1 | -46/+2 |
* | Move get_browserhtml_path to command_base #14815 | Teodor Szente | 2017-01-02 | 1 | -0/+7 |
* | Auto merge of #14346 - mati865:master, r=UK992,larsberg | bors-servo | 2016-12-28 | 1 | -2/+4 |
|\ |
|
| * | use MSVC toolchain if PLATFORM is defined | mati865 | 2016-12-07 | 1 | -2/+4 |
* | | Auto merge of #14601 - Wafflespeanut:osmesa, r=emilio | bors-servo | 2016-12-15 | 1 | -7/+9 |
|\ \ |
|
| * | | Warn when OSMesa library path cannot be set | Ravi Shankar | 2016-12-15 | 1 | -7/+9 |
* | | | Auto merge of #13650 - UK992:win32, r=larsbergstrom | bors-servo | 2016-12-15 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Define NATIVE_WIN32_PYTHON environment variable | UK992 | 2016-11-17 | 1 | -0/+4 |
* | | | Auto-update in-tree bindings | Xidorn Quan | 2016-12-15 | 1 | -5/+10 |
* | | | Auto merge of #14251 - vvuk:servobuild-rustflags, r=ConnorGBrewster | bors-servo | 2016-12-13 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Support build.rustflags in .servobuild | Vladimir Vukicevic | 2016-11-21 | 1 | -0/+4 |
| |/ / |
|
* | | | Upgrade to cargo 0.16.0-nightly (built 2016-12-06) | Simon Sapin | 2016-12-06 | 1 | -1/+1 |
* | | | Auto merge of #14379 - kimsnj:run-headless, r=jdm | bors-servo | 2016-12-03 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | Use software rendering when running servo in headless mode | KimSnj | 2016-11-27 | 1 | -0/+20 |
| | |/
| |/| |
|
* / | | Move to Cargo workspaces | Anthony Ramine | 2016-11-28 | 1 | -2/+0 |
|/ / |
|
* / | Use msvc toolchain when in Visual Studio env | Xidorn Quan | 2016-11-21 | 1 | -1/+2 |
|/ |
|
* | Auto merge of #14172 - servo:ports, r=jdm | bors-servo | 2016-11-16 | 1 | -2/+2 |
|\ |
|
| * | Move the servo binary to ports. | Ms2ger | 2016-11-16 | 1 | -2/+2 |
* | | Fix test-wpt and test-css for Windows. | Jack Moffitt | 2016-11-16 | 1 | -1/+4 |
|/ |
|
* | Add OSMesa headless mode, run WPT against Webrender, update tests. | Glenn Watson | 2016-09-28 | 1 | -0/+12 |
* | Create `mach bootstrap` based on Mozilla's mozboot bootstrapper | UK992 | 2016-09-07 | 1 | -1/+19 |
* | 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 |