aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins
Commit message (Expand)AuthorAgeFilesLines
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-014-945/+0
* Update rust version to "nightly-2023-03-18" (#30630)Martin Robinson2023-11-013-8/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-113-14/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Format toml files (#30112)Samson2023-08-171-1/+1
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-3/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-044-372/+860
* Upgrade remaining components to edition 2018sagudev2023-02-181-0/+1
* Upgrade the Rust toolchain to 'nightly-2023-02-01'Mukilan Thiyagarajan2023-02-011-7/+7
* Update to latest nightly.Josh Matthews2022-11-211-1/+1
* fix(script_plugins): adapt to the new rustc lint APIyvt2022-10-161-33/+27
* fix(script_plugins): `Map::get_parent_item` now returns `OwnerId` instead of ...yvt2022-10-161-1/+1
* fix(script_plugins): `LintStore::register_late_pass` now passes an extra arg ...yvt2022-10-161-1/+1
* fix(script_plugins): `hir::BindingAnnotation::{Unannotated, Mutable}` have be...yvt2022-10-161-2/+2
* fix(script_plguins): `rustc_ast::ast::AttrKind::Normal` fields are now boxedyvt2022-10-161-4/+4
* fix(script_plugins): replace `TyCtxt::{get_attrs -> get_attrs_unchecked}`yvt2022-10-161-1/+2
* fix(script_plugins): the visibility fields of `rustc_hir::intravisit::FnKind`...yvt2022-10-161-1/+1
* Fix some Clippy lints.Teymour Aldridge2022-08-041-12/+12
* Update nightly Rust.Josh Matthews2022-03-261-15/+15
* Update rustc to 3/6 nightly.Josh Matthews2022-03-061-2/+2
* Update rustc.Josh Matthews2022-01-201-4/+4
* Update rustc.Josh Matthews2021-12-021-1/+1
* Update nightly rustc.Josh Matthews2021-11-011-2/+7
* Remove unnecessary feature gatebjorn32021-08-131-1/+0
* Fix lintbjorn32021-08-101-0/+1
* Update script_plugin for rust-lang/rust#85296bjorn32021-08-091-3/+2
* Update to 7/17 nightly.Josh Matthews2021-07-171-4/+1
* Don't name unused ExpnKind::Macro fields in components/script_pluginsDominic Cooney2021-05-221-2/+1
* Update toolchain to nightly-2021-05-18Dominic Cooney2021-05-221-1/+5
* Update doc comment for script_plugins/lib.rsbjorn32021-05-141-8/+2
* Update to 3/12 rustc nightly.Josh Matthews2021-03-141-4/+6
* Upgrade to rustc 1.52.0-nightly (a8486b64b 2021-02-24)Simon Sapin2021-02-251-1/+1
* Upgrade to rustc 1.48.0-nightly (623fb90b5 2020-09-26)Simon Sapin2021-01-261-8/+12
* Update to 7/27 nightly rustc.Josh Matthews2020-07-271-2/+2
* Update to 7/6 rustc.Josh Matthews2020-07-061-6/+6
* Update to new internal rustc tables() API.Josh Matthews2020-06-301-2/+2
* 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-122-5/+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-152-27/+45
* Use `#![register_attr(…)]` instead of `Registry::register_attribute`Simon Sapin2019-11-151-4/+0