aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move script_plugins to a single fileSimon Sapin2019-09-291-38/+0
|
* Upgrade to rustc 1.39.0-nightly (9eae1fc0e 2019-08-23)Simon Sapin2019-08-241-6/+2
|
* Upgrade to rustc 1.38.0-nightly (273f42b59 2019-07-21)Simon Sapin2019-07-221-1/+1
|
* Upgrade to rustc 1.38.0-nightly (4b65a86eb 2019-07-15)Simon Sapin2019-07-171-2/+2
|
* Upgrade to rustc 1.36.0-nightly (a9ec99f42 2019-05-13)Simon Sapin2019-05-141-3/+3
|
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Format components/script_pluginschansuke2018-09-131-4/+5
|
* Upgrade to rustc 1.30.0-nightly (721913067 2018-08-26)Simon Sapin2018-08-271-1/+1
|
* Upgrade to rustc 1.29.0-nightly (e06c87544 2018-07-06)Simon Sapin2018-07-071-1/+1
|
* Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)Anthony Ramine2018-05-301-1/+1
| | | | Fixes https://github.com/servo/servo/issues/20844
* Revert "Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)"Josh Matthews2018-05-181-1/+1
| | | | This reverts commit 46ad8110172cfc9d8d420e8eb41863f3d394e24d.
* Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)Simon Sapin2018-05-041-1/+1
|
* Upgrade to rustc 1.21.0-nightly (7eeac1b81 2017-08-30)Simon Sapin2017-08-311-1/+1
|
* Upgrade to rustc 1.18.0-nightly (474f7a91e 2017-03-31)Simon Sapin2017-03-311-12/+11
|
* Remove unused function match_ty_unwrapAnthony Ramine2017-02-271-31/+0
|
* Move script lints to script_pluginsAnthony Ramine2017-02-161-0/+73
The plugins crate now just allows to hook into clippy from a single crate.