Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Auto merge of #23405 - Eijebong:weedle, r=jdm | bors-servo | 2019-05-20 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 --> | |||||
| * | Switch from webidl to weedle in script_plugins | Bastien Orivel | 2019-05-15 | 1 | -1/+1 | |
| | | | | | | | | | | This removes the dependency on lalrpop and should speed up compilation quite a bit. | |||||
* | | Upgrade to rustc 1.36.0-nightly (a9ec99f42 2019-05-13) | Simon Sapin | 2019-05-14 | 1 | -6/+54 | |
|/ | ||||||
* | Parse webidl files and lint for inheritance correctness. | krk | 2019-04-20 | 1 | -0/+2 | |
| | ||||||
* | Can collect webidl paths. | krk | 2019-04-20 | 1 | -0/+7 | |
| | ||||||
* | Exempt Rc<Promise> from unrooted_must_root | Manish Goregaokar | 2019-01-04 | 1 | -0/+1 | |
| | | | | fixes #22504 | |||||
* | Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27) | Simon Sapin | 2018-12-28 | 1 | -1/+0 | |
| | ||||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 | |
| | ||||||
* | Format components/script_plugins | chansuke | 2018-09-13 | 1 | -2/+0 | |
| | ||||||
* | Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26) | Simon Sapin | 2018-08-27 | 1 | -1/+0 | |
| | ||||||
* | Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29) | Anthony Ramine | 2018-05-30 | 1 | -0/+1 | |
| | | | | Fixes https://github.com/servo/servo/issues/20844 | |||||
* | Make the unrooted_must_root conditional on a default Cargo feature. | Simon Sapin | 2017-11-02 | 1 | -0/+8 | |
| | | | | | Only http://perf.rust-lang.org/ will disable it, in order to be less subject to changes to rustc internal APIs. | |||||
* | Fix new failure in Nightly 2017-11-01. | Simon Sapin | 2017-11-01 | 1 | -0/+1 | |
| | | | | The rustc::declare_lints! macro started using a :vis fragment specifier. | |||||
* | Remove usage of unstable box syntax, except in the script crate | Simon Sapin | 2017-10-12 | 1 | -2/+1 | |
| | | | | | … because there’s a lot of it, and script still uses any other unstable features anyway. | |||||
* | Split feature gates into lines for easy grepping | Matt Brubeck | 2017-09-21 | 1 | -1/+4 | |
| | ||||||
* | Stop using unstable slice_patterns feature | Matt Brubeck | 2017-05-01 | 1 | -1/+1 | |
| | ||||||
* | Rewrite the ban-type lint in Python | Jefry Lagrange | 2017-02-25 | 1 | -2/+0 | |
| | | | | | | Delete old rust ban lint and move tests to python tidy Fix ban lint regex and fix test | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -10/+1 | |
| | ||||||
* | Move script lints to script_plugins | Anthony Ramine | 2017-02-16 | 1 | -0/+48 | |
The plugins crate now just allows to hook into clippy from a single crate. |