aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Share more `./mach build` logic with mach check, doc, test-unitSimon Sapin2019-07-025-132/+147
| * | | | | Remove `./mach cargo`.Simon Sapin2019-07-011-22/+9
| * | | | | `./mach clean`: cwd is unnecessary when `--manifest-path` is usedSimon Sapin2019-07-012-8/+2
| * | | | | Remove `./mach env` as it is a lie.Simon Sapin2019-07-011-12/+0
| * | | | | Print an error message if neither Canvas 2D backend is selectedSimon Sapin2019-07-011-0/+20
| * | | | | Rename {azure,raqote}_backend feature flags to canvas2d-{azure,raqote}Simon Sapin2019-07-0113-50/+50
| * | | | | Remove `default-except-unstable`Simon Sapin2019-07-0117-68/+24
| * | | | | Turns out that SIMD code was not being compiled at all!?Simon Sapin2019-07-011-1/+1
| * | | | | Features used by `euclid` are stableSimon Sapin2019-07-011-1/+0
| * | | | | `#[global_allocator]` is stableSimon Sapin2019-07-013-12/+8
| * | | | | `impl Trait` is stableSimon Sapin2019-07-011-1/+0
* | | | | | Auto merge of #23675 - asajeffrey:webxr-initialization, r=Manishearthbors-servo2019-07-028-0/+59
|\ \ \ \ \ \
| * | | | | | Use webxr git repo for all webxr dependencies in Cargo.tomlsAlan Jeffrey2019-07-025-6/+4
| * | | | | | Initialize a wevxr device registry from ServoAlan Jeffrey2019-07-029-0/+61
|/ / / / / /
* | | | | | Auto merge of #23641 - Manishearth:newtest, r=asajeffreybors-servo2019-07-0219-194/+263
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update requiredness of some fieldsManish Goregaokar2019-07-026-40/+30
| * | | | | Update to latest xrtest apiManish Goregaokar2019-07-0117-190/+269
* | | | | | Auto merge of #23673 - servo-wpt-sync:wpt_update_01-07-2019, r=servo-wpt-syncbors-servo2019-07-0226-250/+127
|\ \ \ \ \ \
| * | | | | | Update web-platform-tests to revision ff6212c69e2519a94fd62d6f1e06dd0dac6152d3WPT Sync Bot2019-07-0126-250/+127
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #23665 - saschanaz:parse-transform, r=Manishearthbors-servo2019-07-016-301/+121
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Support DOMMatrix string constructorKagami Sascha Rosylight2019-06-306-301/+121
* | | | | | Auto merge of #23575 - asajeffrey:webvr-glwindow-eventloop, r=Manishearthbors-servo2019-07-017-16/+24
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Pass events loop to glwindow test webvr implementationAlan Jeffrey2019-07-017-16/+24
|/ / / / /
* | | | | Auto merge of #23574 - asajeffrey:glutin-reduce-borrow-duration, r=paulrougetbors-servo2019-07-011-24/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Dead code eliminationAlan Jeffrey2019-07-011-4/+0
| * | | | Handle resize events during run_foreverAlan Jeffrey2019-06-261-3/+19
| * | | | Don't process events while borrowing the event loopAlan Jeffrey2019-06-141-19/+11
* | | | | Auto merge of #23662 - atouchet:test, r=jdmbors-servo2019-06-301-2/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove passing testAlex Touchet2019-06-291-2/+0
| | |/ / | |/| |
* | | | Auto merge of #23667 - saschanaz:msbuild2019, r=jdmbors-servo2019-06-301-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Support VS Build Tools 2019Kagami Sascha Rosylight2019-06-301-2/+2
|/ / /
* | | Auto merge of #23310 - KaczuH:add-domain-lookup-start, r=jdmbors-servo2019-06-296-18/+20
|\ \ \
| * | | Remove passing test.Josh Matthews2019-06-291-3/+0
| * | | Add PerformanceResourceTiming: domainLookupStartKamil Niski2019-06-306-15/+20
* | | | Auto merge of #23344 - KaczuH:enter_dom_compartment_wrapper, r=jdmbors-servo2019-06-2914-50/+45
|\ \ \ \
| * | | | Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-2914-50/+45
| |/ / /
* | | | Auto merge of #23660 - servo-wpt-sync:wpt_update_29-06-2019, r=servo-wpt-syncbors-servo2019-06-29826-521/+8234
|\ \ \ \ | |/ / / |/| | |
| * | | Update web-platform-tests to revision c0a3e93389bdcc9e8ad12d3988e4568d48b78c9dWPT Sync Bot2019-06-29826-521/+8234
|/ / /
* | | Auto merge of #23653 - Manishearth:nested, r=jdmbors-servo2019-06-286-24/+12
|\ \ \
| * | | Improve support for nested dictionariesManish Goregaokar2019-06-276-24/+12
* | | | Auto merge of #23649 - jdm:marketplace, r=jdmbors-servo2019-06-286-2/+60
|\ \ \ \
| * | | | Add support for market:// urlsakshitkrnagpal2019-06-286-2/+60
* | | | | Auto merge of #23647 - jdm:wpt-permissions, r=Manishearthbors-servo2019-06-284-0/+14
|\ \ \ \ \
| * | | | | Run permissions tests in WPT.Josh Matthews2019-06-284-0/+14
| |/ / / /
* | | | | Auto merge of #23628 - emilio:path-shuffling-cleanup, r=Manishearthbors-servo2019-06-281-12/+4
|\ \ \ \ \
| * | | | | build: Cleanup some path-munging code.Emilio Cobos Álvarez2019-06-241-12/+4
| |/ / / /
* | | | | Auto merge of #23650 - optmzr:fix-gentoo-instructions, r=jdmbors-servo2019-06-281-4/+3
|\ \ \ \ \
| * | | | | Update Gentoo instructions to work with 17.1 and add missing dependencyWilliam Wennerström2019-06-271-4/+3
* | | | | | Auto merge of #23644 - servo-wpt-sync:wpt_update_27-06-2019, r=servo-wpt-syncbors-servo2019-06-2761-481/+981
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update web-platform-tests to revision ef44bff0adaa07f2e420a0cbc1bc493cd5786656WPT Sync Bot2019-06-2761-481/+981
| |/ / / /