| Commit message (Expand) | Author | Age | Files | Lines |
* | XMLHTTPRequest Mutator - Initial step Mutation testing | Sandeep Hegde | 2017-11-06 | 1 | -0/+35 |
* | Auto merge of #19017 - tigercosmos:test, r=jdm | bors-servo | 2017-11-03 | 2 | -11/+20 |
|\ |
|
| * | Print the full path for errors occurring in the servo crate | tigercosmos | 2017-11-03 | 2 | -11/+20 |
* | | Auto merge of #19109 - tigercosmos:ndk, r=jdm | bors-servo | 2017-11-03 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Check if the NDK version is 12 | tigercosmos | 2017-11-03 | 1 | -0/+8 |
* | | Auto merge of #19091 - MortimerGoro:webgl2_suite, r=jdm | bors-servo | 2017-11-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Add WebGL conformance 2.0.0 patches | Imanol Fernandez | 2017-11-02 | 1 | -1/+1 |
* | | Auto merge of #19070 - jdm:csstests, r=metajack | bors-servo | 2017-11-02 | 2 | -40/+1 |
|\ \
| |/
|/| |
|
| * | Remove all outdated CSS-related mach commands. | Josh Matthews | 2017-11-02 | 1 | -39/+0 |
| * | Account for changes to Cargo.lock format. | Josh Matthews | 2017-11-02 | 1 | -1/+1 |
* | | Check full triples for "alt" compiler support, not just platforms. | Simon Sapin | 2017-10-31 | 1 | -3/+7 |
* | | Update WebGL conformance suite 1.0.3 from upstream | Imanol Fernandez | 2017-10-31 | 1 | -1/+1 |
* | | Create match command to update WebGL conformance suite from upstream | Imanol Fernandez | 2017-10-31 | 1 | -0/+22 |
|/ |
|
* | Auto merge of #18953 - servo:keep, r=jdm | bors-servo | 2017-10-20 | 1 | -1/+4 |
|\ |
|
| * | Fix './mach clean-nightlies --keep 3' not keeping anything. | Simon Sapin | 2017-10-19 | 1 | -1/+4 |
* | | Auto merge of #18942 - servo:static.rlo, r=jdm,mbrubeck | bors-servo | 2017-10-20 | 4 | -19/+42 |
|\ \ |
|
| * | | Only pass cafile argument to urlopen in Python versions that support it. | Simon Sapin | 2017-10-19 | 4 | -15/+22 |
| * | | Bootstrap: use 'certifi' package to obtain up-to-date root CA list. | Simon Sapin | 2017-10-19 | 2 | -1/+7 |
| * | | Bootstrap from official static.rust-lang.org when SNI is available | Simon Sapin | 2017-10-18 | 3 | -15/+26 |
| * | | Bootstrap: print URLs being downloaded. | Simon Sapin | 2017-10-18 | 1 | -2/+2 |
| * | | Download "non-alt" rustc builds from more permanent URLs | Simon Sapin | 2017-10-18 | 1 | -5/+4 |
| |/ |
|
* | | Update mozlog dependency | Josh Matthews | 2017-10-19 | 1 | -1/+1 |
* | | Stop relying on linking details of std’s default allocator | Simon Sapin | 2017-10-19 | 1 | -0/+4 |
|/ |
|
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 2 | -3/+3 |
* | Auto merge of #18145 - tigercosmos:master, r=larsbergstrom | bors-servo | 2017-10-16 | 1 | -15/+2 |
|\ |
|
| * | fix windows build issue | tigercosmos | 2017-08-19 | 1 | -15/+2 |
* | | CEF: use `cargo rustc -C link-args=...` instead of `#[link_args="..."]` | Simon Sapin | 2017-10-16 | 1 | -2/+8 |
* | | Update domparsing spec links to not point at WHATWG | Kafji | 2017-10-14 | 1 | -1/+0 |
* | | Auto merge of #18828 - servo:clean, r=asajeffrey | bors-servo | 2017-10-13 | 1 | -6/+4 |
|\ \ |
|
| * | | mach clean-nightlies: don’t remove everything versioned by date | Simon Sapin | 2017-10-11 | 1 | -5/+3 |
| * | | mach clean-nightlies: fix removing cargo versioned by rust commit | Simon Sapin | 2017-10-11 | 1 | -1/+1 |
* | | | Auto merge of #18851 - jdm:updatewpt4, r=jdm | bors-servo | 2017-10-12 | 1 | -5/+3 |
|\ \ \ |
|
| * | | | Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326 | Josh Matthews | 2017-10-12 | 1 | -5/+3 |
* | | | | Auto merge of #18797 - servo:THICC-LTO, r=emilio | bors-servo | 2017-10-12 | 1 | -0/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Update Rust to 1.22.0-nightly (a47c9f870 2017-10-11) | Anthony Ramine | 2017-10-12 | 1 | -0/+3 |
| |/ / |
|
* / / | Fix './mach check' to build ports/servo, not components/servo | Simon Sapin | 2017-10-12 | 1 | -1/+1 |
|/ / |
|
* | | Auto merge of #18753 - upsuper:binding-structs, r=emilio | bors-servo | 2017-10-05 | 1 | -2/+0 |
|\ \ |
|
| * | | Don't do gecko_debug build in build-geckolib | Xidorn Quan | 2017-10-05 | 1 | -2/+0 |
* | | | Use upstream wptrunner from web-platform-tests. | Josh Matthews | 2017-10-05 | 2 | -27/+1 |
|/ / |
|
* | | Auto merge of #18680 - MortimerGoro:android_flavors, r=larsbergstrom | bors-servo | 2017-09-30 | 3 | -2/+17 |
|\ \ |
|
| * | | Implement Gradle flavors | Imanol Fernandez | 2017-09-30 | 3 | -2/+17 |
* | | | mach: Don't overwrite RUSTFLAGS when enabling debug assertions | Matt Brubeck | 2017-09-29 | 1 | -1/+1 |
|/ / |
|
* | | Rename DOMRefCell<T> to DomRefCell<T> | Anthony Ramine | 2017-09-26 | 3 | -7/+7 |
* | | Rename MutJS<T> to MutDom<T> | Anthony Ramine | 2017-09-26 | 4 | -8/+8 |
* | | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 3 | -7/+7 |
* | | Fix some messages in the tidy script | Anthony Ramine | 2017-09-26 | 3 | -5/+5 |
* | | Make tidy aware of Rust multiline strings | Michael Droettboom | 2017-09-21 | 3 | -11/+51 |
* | | Update osmesa-src to support building with mach | Simon Sapin | 2017-09-18 | 2 | -1/+2 |
* | | Auto merge of #18031 - jhlin:android-build-on-macos, r=mbrubeck | bors-servo | 2017-09-15 | 1 | -0/+3 |
|\ \ |
|
| * | | Fix Android build errors on macOS. | John Lin | 2017-08-10 | 1 | -0/+3 |