aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints.rs
Commit message (Expand)AuthorAgeFilesLines
* break up lints.rs into separate filesRohan Prinja2015-01-011-372/+0
* plugins: Add seanmonstar's to_string() lintManish Goregaokar2014-12-311-0/+38
* Add a match_ignore_ascii_case! macro that does not allocate.Simon Sapin2014-12-291-3/+3
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-1/+82
|\
| * Fix warnings post-upgradeManish Goregaokar2014-12-271-3/+3
| * Ensure that Reflectors are the first fieldManish Goregaokar2014-12-271-3/+12
| * Add inheritance-checking lintManish Goregaokar2014-12-271-1/+73
* | plugins: Fix transmute lint messageManish Goregaokar2014-12-271-1/+1
|/
* Remove usage of deprecated HashMap::get_copySimon Sapin2014-12-181-1/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-1/+0
* Return early and decline analysis when linting within unsafe functions for mu...Chris Manchester2014-12-091-3/+51
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+3
* Silence lint for self.global in XHRManish Goregaokar2014-11-061-1/+1
* Catch all types of local bindings in check_stmtManish Goregaokar2014-11-061-6/+19
* Add documentation to plugins crateManish Goregaokar2014-11-061-3/+25
* Remove suggestion to use #[must_root] for functionsManish Goregaokar2014-10-311-1/+1
* Add #[privatize] to allow enforcing private fields for struct definitionsTim Taubert2014-10-131-1/+24
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-1/+1
* Merge pull request #3480 from zwarich/trailing-whitespacebors-servo2014-09-251-1/+2
|\
| * Fix trailing whitespace tidy errorsCameron Zwarich2014-09-251-1/+2
* | Add the MPL back to components/plugins/lints.rsCameron Zwarich2014-09-251-0/+4
|/
* Fix CEFManish Goregaokar2014-09-231-7/+3
* Add license headersManish Goregaokar2014-09-231-1/+5
* Rename macros crate to pluginsManish Goregaokar2014-09-231-0/+143