aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)Simon Sapin2020-04-091-3/+14
* Upgrade to rustc 1.44.0-nightly (211365947 2020-03-30)Simon Sapin2020-04-081-3/+3
* Update rustc to 3/16 nightly.Josh Matthews2020-03-161-4/+2
* Update to 3/4 nightly rustc.Josh Matthews2020-03-101-2/+2
* Revert "Auto merge of #25898 - jdm:rustup, r=asajeffrey"Josh Matthews2020-03-061-2/+2
* Update to 3/4 nightly rustc.Josh Matthews2020-03-041-2/+2
* Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)Simon Sapin2020-02-141-33/+39
* Use the `matches!` macro from the standard librarySimon Sapin2020-02-121-2/+0
* Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15)Simon Sapin2020-01-161-9/+16
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-0/+4
* Upgrade to rustc 1.42.0-nightly (9b98af84c 2019-12-22)Simon Sapin2019-12-231-2/+2
* Upgrade to rustc 1.41.0-nightly (7afe6d9d1 2019-12-03)Simon Sapin2019-12-041-1/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-27/+42
* Use `#![register_attr(…)]` instead of `Registry::register_attribute`Simon Sapin2019-11-151-4/+0
* Upgrade to rustc 1.40.0-nightly (246be7e1a 2019-10-25)Simon Sapin2019-10-261-7/+10
* Move script_plugins to a single fileSimon Sapin2019-09-291-15/+337
* Remove redundant webidl_must_inherit compiler plugin lintSimon Sapin2019-09-291-12/+0
* Upgrade to rustc 1.39.0-nightly (9eae1fc0e 2019-08-23)Simon Sapin2019-08-241-6/+1
* Upgrade to rustc 1.38.0-nightly (4b65a86eb 2019-07-15)Simon Sapin2019-07-171-0/+4
* Auto merge of #23405 - Eijebong:weedle, r=jdmbors-servo2019-05-201-1/+1
|\
| * Switch from webidl to weedle in script_pluginsBastien Orivel2019-05-151-1/+1
* | Upgrade to rustc 1.36.0-nightly (a9ec99f42 2019-05-13)Simon Sapin2019-05-141-6/+54
|/
* Parse webidl files and lint for inheritance correctness.krk2019-04-201-0/+2
* Can collect webidl paths.krk2019-04-201-0/+7
* Exempt Rc<Promise> from unrooted_must_rootManish Goregaokar2019-01-041-0/+1
* Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)Simon Sapin2018-12-281-1/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format components/script_pluginschansuke2018-09-131-2/+0
* Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)Simon Sapin2018-08-271-1/+0
* Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)Anthony Ramine2018-05-301-0/+1
* Make the unrooted_must_root conditional on a default Cargo feature.Simon Sapin2017-11-021-0/+8
* Fix new failure in Nightly 2017-11-01.Simon Sapin2017-11-011-0/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-2/+1
* Split feature gates into lines for easy greppingMatt Brubeck2017-09-211-1/+4
* Stop using unstable slice_patterns featureMatt Brubeck2017-05-011-1/+1
* Rewrite the ban-type lint in PythonJefry Lagrange2017-02-251-2/+0
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-10/+1
* Move script lints to script_pluginsAnthony Ramine2017-02-161-0/+48