aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints/ban.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move script lints to script_pluginsAnthony Ramine2017-02-161-53/+0
| | | | The plugins crate now just allows to hook into clippy from a single crate.
* Ban DOMRefCell<Heap<T>> by lint pluginTetsuharu OHZEKI2017-02-151-0/+6
|
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
| | | | | | It could be used to have mutable JSVal fields without GC barriers. With the removal of that trait, MutHeap and MutNullableHeap can respectively be replaced by MutJS and MutNullableJS.
* Added compiler lint ban on DOMRefCellYoav Alon2016-03-091-0/+6
|
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-231-3/+5
|
* Fix reported test-tidy errorsBrandon Fairchild2015-09-011-2/+2
| | | | | This fixes lines that were reported to have missing space after a comma.
* sort all usesJohann Tuffe2015-08-201-1/+1
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
|
* Ban Cell<JS<T>> and Cell<JSVal<T>> (partial #4336)Manish Goregaokar2015-01-041-0/+39