Simon Sapin
d3718823ba
Upgrade to rustc 1.38.0-nightly (4b65a86eb 2019-07-15)
2019-07-17 10:48:54 +02:00
bors-servo
6fb7a8cdc7
Auto merge of #23405 - Eijebong:weedle, r=jdm
...
Switch from webidl to weedle in script_plugins
This removes the dependency on lalrpop and should speed up compilation
quite a bit.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23405 )
<!-- Reviewable:end -->
2019-05-20 21:13:33 -04:00
Bastien Orivel
13c632e739
Switch from webidl to weedle in script_plugins
...
This removes the dependency on lalrpop and should speed up compilation
quite a bit.
2019-05-15 23:03:25 +02:00
Simon Sapin
06b99983fc
Upgrade to rustc 1.36.0-nightly (a9ec99f42 2019-05-13)
2019-05-14 17:37:40 +02:00
krk
ea833b597f
Parse webidl files and lint for inheritance correctness.
2019-04-20 22:39:37 +02:00
krk
dfca8ec913
Can collect webidl paths.
2019-04-20 22:39:22 +02:00
Manish Goregaokar
e28e73c81f
Exempt Rc<Promise> from unrooted_must_root
...
fixes #22504
2019-01-04 09:34:04 -08:00
Simon Sapin
82fc6d9f49
Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)
2018-12-28 13:16:55 +01:00
Jan Andre Ikenmeyer
1d6fe65401
Update MPL license to https (part 4)
2018-11-19 14:47:27 +01:00
chansuke
3324b5b82f
Format components/script_plugins
2018-09-13 01:01:35 +09:00
Simon Sapin
a6dcfdcd55
Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)
2018-08-27 10:47:49 +02:00
Anthony Ramine
a553964123
Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)
...
Fixes https://github.com/servo/servo/issues/20844
2018-05-30 10:50:59 +02:00
Simon Sapin
a5d9d0b32d
Make the unrooted_must_root conditional on a default Cargo feature.
...
Only http://perf.rust-lang.org/ will disable it,
in order to be less subject to changes to rustc internal APIs.
2017-11-02 15:08:04 +01:00
Simon Sapin
2bee740057
Fix new failure in Nightly 2017-11-01.
...
The rustc::declare_lints! macro started using a :vis fragment specifier.
2017-11-01 13:08:03 +01:00
Simon Sapin
aa5761a5fb
Remove usage of unstable box syntax, except in the script crate
...
… because there’s a lot of it,
and script still uses any other unstable features anyway.
2017-10-12 12:10:56 +02:00
Matt Brubeck
2f030966bf
Split feature gates into lines for easy grepping
2017-09-21 09:40:46 -07:00
Matt Brubeck
10478b4fa3
Stop using unstable slice_patterns feature
2017-05-01 14:19:00 -07:00
Jefry Lagrange
ebcb15d6f2
Rewrite the ban-type lint in Python
...
Delete old rust ban lint and move tests to python tidy
Fix ban lint regex and fix test
2017-02-25 15:56:06 +01:00
Anthony Ramine
31e9d81c0f
Make #[dom_struct] a proc_macro attribute
2017-02-24 01:50:51 +01:00
Anthony Ramine
3eed8a91a1
Move script lints to script_plugins
...
The plugins crate now just allows to hook into clippy from a single crate.
2017-02-16 18:37:14 +01:00