aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints
Commit message (Collapse)AuthorAgeFilesLines
...
| * Upgrade Rust to nightly 2015-08-10Manish Goregaokar2015-08-151-4/+4
| |
* | replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
|/ | | | closes #7198
* Fix minor typo in lint docstring.Georg Brandl2015-08-051-1/+1
| | | It checks for public, not private fields.
* Remove fixme for if let in lints and replace with unreachable!()Manish Goregaokar2015-08-041-4/+6
|
* Auto merge of #6855 - pcwalton:more-rooting-soundness, r=Manishearthbors-servo2015-07-301-0/+19
|\ | | | | | | | | | | | | | | | | | | plugins: Forbid trait casts of rooted objects. r? @Manishearth <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6855) <!-- Reviewable:end -->
| * plugins: Forbid trait casts of rooted objects.Patrick Walton2015-07-301-0/+19
| | | | | | | | This was a quick soundness improvement and didn't break anything.
* | Upgrade to rustc 1.3.0-dev (87055a68c 2015-07-30)Simon Sapin2015-07-302-4/+4
|/
* Address review comments; add docsManish Goregaokar2015-07-221-0/+4
|
* Make enum/fn part of unrooted_must_root handle type parametersManish Goregaokar2015-07-221-26/+17
|
* Make struct part of unrooted_must_root handle type parametersManish Goregaokar2015-07-221-28/+36
|
* Make stmt part of unrooted_must_root handle type parameters (fixes #6651)Manish Goregaokar2015-07-221-14/+42
|
* Upgrade to rustc 1.3.0-dev (f3b97a74a 2015-07-03)Simon Sapin2015-07-045-14/+10
|
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-252-6/+4
|
* Upgrade to SM 39Michael Wu2015-06-191-3/+2
|
* Upgrade pluginsManish Goregaokar2015-06-142-5/+6
|
* Upgrade to rustc 1.2.0-dev (474c6e0ae 2015-05-30)Manish Goregaokar2015-06-011-2/+2
|
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-243-9/+27
| | | | Part of https://github.com/servo/servo/issues/6041
* fixes #6069Peter2015-05-201-2/+6
|
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-3/+3
|
* Remove some as_slice calls.Ms2ger2015-04-242-3/+3
|
* Remove allow(missing_copy_implementations) attributes.Ms2ger2015-03-231-1/+0
| | | | This is now the default.
* Update some code that's feature-gated under core.Ms2ger2015-03-211-1/+1
|
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-183-6/+7
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-286-7/+7
|
* Move to to_owned rather than into_string.Ms2ger2015-01-201-3/+3
| | | | into_string has been removed from Rust.
* auto merge of #4541 : Manishearth/servo/ban-stuff, r=jdmbors-servo2015-01-082-0/+40
|\ | | | | | | Didn't do the `Vec<Temporary<T>>` banning since we might want to whitelist something there. I'll work on that next.
| * Ban Cell<JS<T>> and Cell<JSVal<T>> (partial #4336)Manish Goregaokar2015-01-042-0/+40
| |
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-085-12/+8
|/
* Remove spurious spaces from lints/mod.rs.Ms2ger2015-01-011-5/+5
|
* break up lints.rs into separate filesRohan Prinja2015-01-016-0/+393