aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints
Commit message (Expand)AuthorAgeFilesLines
* Move script lints to script_pluginsAnthony Ramine2017-02-163-290/+0
* Auto merge of #15567 - nox:plugin, r=SimonSapinbors-servo2017-02-152-97/+0
|\
| * Replace inheritance_integrity by trait shenanigansAnthony Ramine2017-02-152-97/+0
* | Ban DOMRefCell<Heap<T>> by lint pluginTetsuharu OHZEKI2017-02-151-0/+6
|/
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-152-42/+0
* Kill transmute-type-lintAnthony Ramine2017-02-152-46/+0
* Upgrade to rustc 1.17.0-nightly (ea7a6486a 2017-02-04)Simon Sapin2017-02-053-13/+15
* Upgrade to rustc 1.16.0-nightly (2782e8f8f 2017-01-12)Simon Sapin2017-01-122-5/+4
* Update to rustc 1.16.0-nightly (4ecc85beb 2016-12-28)Simon Sapin2017-01-021-4/+4
* Update Rust to 1.15.0-nightly (71c06a56a 2016-12-18)Ms2ger2016-12-224-13/+21
* Revert "Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15)."Lars Bergstrom2016-12-194-21/+13
* Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15).Ms2ger2016-12-194-13/+21
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-293-30/+30
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-2/+0
* Update Rust to 1.13.0-nightly (6ffdda1ba 2016-09-14)Anthony Ramine2016-09-151-2/+1
* Update Rust to 1.13.0-nightly (91f057de3 2016-09-04)Anthony Ramine2016-09-061-1/+0
* Make DOMRefCell use style’s copy of RefCellSimon Sapin2016-08-311-0/+2
* Update Rust to 1.13.0-nightly (499484f56 2016-08-18)Anthony Ramine2016-08-201-4/+2
* Update Rust to 1.12.0-nightly (545a3a94f 2016-08-04)Anthony Ramine2016-08-051-2/+2
* Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-9/+6
* Update Rust to 1.10.0-nightly (267cde259 2016-05-25)Anthony Ramine2016-05-261-1/+1
* Removed unused importsPer Lundberg2016-05-152-2/+0
* Update to Rust 1.10.0-nightly (2b79e05a0 2016-05-13)Anthony Ramine2016-05-141-27/+19
* Move '&&' to the end of the previous line.Zbynek Winkler2016-04-221-2/+2
* Rust upgrade to 2016-04-12Manish Goregaokar2016-04-154-8/+7
* Remove str_to_string lintManish Goregaokar2016-04-082-49/+0
* Bump Rust to 2016-04-06Ms2ger2016-04-062-6/+6
* Update to Rust 2016-03-18.Ms2ger2016-03-201-0/+1
* Added compiler lint ban on DOMRefCellYoav Alon2016-03-091-0/+6
* Update to Rust 2016-03-05Anthony Ramine2016-03-063-13/+10
* Bump to Rust 2016-02-22Anthony Ramine2016-02-231-1/+1
* Bump Rust to 2016-01-31 nightlyAnthony Ramine2016-02-011-10/+16
* task -> threadrohan.prinja2016-01-101-1/+1
* Fix false positive in unrooted_must_root lint.Eli Friedman2015-11-301-5/+8
* Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26)Simon Sapin2015-11-271-1/+2
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-273-12/+12
* Don't allow unrooted values in function arguments.Eli Friedman2015-10-231-10/+11
* Make unrooted_must_root a bit more aggressive.Eli Friedman2015-10-231-90/+85
* Fix unrooted_must_root lint to handle arguments/return types properly (fixes ...Manish Goregaokar2015-10-161-5/+17
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+1
* Rust upgrade to nightly 20151002Lars Bergstrom2015-10-024-14/+12
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-236-53/+63
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Auto merge of #7499 - nerith:style, r=metajackbors-servo2015-09-021-2/+2
|\
| * Fix reported test-tidy errorsBrandon Fairchild2015-09-011-2/+2
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-023-9/+11
|/
* sort all usesJohann Tuffe2015-08-206-9/+9
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-153-6/+6
* Auto merge of #7195 - servo:rustup_20150814, r=Ms2gerbors-servo2015-08-141-4/+4
|\