Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move script lints to script_plugins | Anthony Ramine | 2017-02-16 | 1 | -231/+0 |
| | | | | The plugins crate now just allows to hook into clippy from a single crate. | ||||
* | Upgrade to rustc 1.17.0-nightly (ea7a6486a 2017-02-04) | Simon Sapin | 2017-02-05 | 1 | -8/+10 |
| | |||||
* | Upgrade to rustc 1.16.0-nightly (2782e8f8f 2017-01-12) | Simon Sapin | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | Update to rustc 1.16.0-nightly (4ecc85beb 2016-12-28) | Simon Sapin | 2017-01-02 | 1 | -4/+4 |
| | |||||
* | Update Rust to 1.15.0-nightly (71c06a56a 2016-12-18) | Ms2ger | 2016-12-22 | 1 | -10/+18 |
| | |||||
* | Revert "Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15)." | Lars Bergstrom | 2016-12-19 | 1 | -18/+10 |
| | | | | This reverts commit 5618e797683e7bfc400e8b1879d89f64bfb577fa. | ||||
* | Update Rust to 1.15.0-nightly (8f02c429a 2016-12-15). | Ms2ger | 2016-12-19 | 1 | -10/+18 |
| | |||||
* | Update to Rust 1.15.0-nightly (1c448574b 2016-11-28) | Anthony Ramine | 2016-11-29 | 1 | -11/+14 |
| | |||||
* | Revert "Make DOMRefCell use style’s copy of RefCell" | Simon Sapin | 2016-10-04 | 1 | -2/+0 |
| | | | | This reverts commit ec723057b2360446790d436fe5e234d798fb4175. | ||||
* | Update Rust to 1.13.0-nightly (6ffdda1ba 2016-09-14) | Anthony Ramine | 2016-09-15 | 1 | -2/+1 |
| | |||||
* | Update Rust to 1.13.0-nightly (91f057de3 2016-09-04) | Anthony Ramine | 2016-09-06 | 1 | -1/+0 |
| | |||||
* | Make DOMRefCell use style’s copy of RefCell | Simon Sapin | 2016-08-31 | 1 | -0/+2 |
| | |||||
* | Update Rust to 1.13.0-nightly (499484f56 2016-08-18) | Anthony Ramine | 2016-08-20 | 1 | -4/+2 |
| | |||||
* | Update Rust to 1.12.0-nightly (545a3a94f 2016-08-04) | Anthony Ramine | 2016-08-05 | 1 | -2/+2 |
| | |||||
* | Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) | Anthony Ramine | 2016-06-08 | 1 | -9/+6 |
| | |||||
* | Update to Rust 1.10.0-nightly (2b79e05a0 2016-05-13) | Anthony Ramine | 2016-05-14 | 1 | -27/+19 |
| | |||||
* | Rust upgrade to 2016-04-12 | Manish Goregaokar | 2016-04-15 | 1 | -4/+4 |
| | |||||
* | Bump Rust to 2016-04-06 | Ms2ger | 2016-04-06 | 1 | -5/+5 |
| | |||||
* | Update to Rust 2016-03-18. | Ms2ger | 2016-03-20 | 1 | -0/+1 |
| | |||||
* | Update to Rust 2016-03-05 | Anthony Ramine | 2016-03-06 | 1 | -3/+3 |
| | |||||
* | Bump to Rust 2016-02-22 | Anthony Ramine | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | Fix false positive in unrooted_must_root lint. | Eli Friedman | 2015-11-30 | 1 | -5/+8 |
| | | | | Encountered in #8725. | ||||
* | Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26) | Simon Sapin | 2015-11-27 | 1 | -1/+2 |
| | |||||
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -7/+7 |
| | | | | … and libc 0.2 and many other dependencies | ||||
* | Don't allow unrooted values in function arguments. | Eli Friedman | 2015-10-23 | 1 | -10/+11 |
| | |||||
* | Make unrooted_must_root a bit more aggressive. | Eli Friedman | 2015-10-23 | 1 | -90/+85 |
| | | | | | | | | | Basically, instead of trying to check for specific kinds of statements, just check the types of all local variables. Also included are some commented-out proposals for some slightly more aggressive lints which might be useful (but trigger a little too frequently at the moment). | ||||
* | Fix unrooted_must_root lint to handle arguments/return types properly (fixes ↵ | Manish Goregaokar | 2015-10-16 | 1 | -5/+17 |
| | | | | #8022) | ||||
* | Explicitly customise flags of new nodes where needed | Anthony Ramine | 2015-10-15 | 1 | -2/+1 |
| | | | | | | | Given codegen now generates the various TypeId enums, it seems pointless to still have to write their respective values in every DOM struct inheriting from Node just to set the initial IS_IN_DOC flag in Document and IN_ENABLED_STATE in form controls. | ||||
* | Rust upgrade to nightly 20151002 | Lars Bergstrom | 2015-10-02 | 1 | -5/+5 |
| | |||||
* | Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev. | Manish Goregaokar | 2015-09-23 | 1 | -30/+29 |
| | |||||
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -5/+5 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 |
| | |||||
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -3/+3 |
| | | | | closes #7197 | ||||
* | Upgrade Rust to nightly 2015-08-10 | Manish Goregaokar | 2015-08-15 | 1 | -4/+4 |
| | |||||
* | Remove fixme for if let in lints and replace with unreachable!() | Manish Goregaokar | 2015-08-04 | 1 | -4/+6 |
| | |||||
* | Auto merge of #6855 - pcwalton:more-rooting-soundness, r=Manishearth | bors-servo | 2015-07-30 | 1 | -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 Walton | 2015-07-30 | 1 | -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 Sapin | 2015-07-30 | 1 | -3/+3 |
|/ | |||||
* | Address review comments; add docs | Manish Goregaokar | 2015-07-22 | 1 | -0/+4 |
| | |||||
* | Make enum/fn part of unrooted_must_root handle type parameters | Manish Goregaokar | 2015-07-22 | 1 | -26/+17 |
| | |||||
* | Make struct part of unrooted_must_root handle type parameters | Manish Goregaokar | 2015-07-22 | 1 | -28/+36 |
| | |||||
* | Make stmt part of unrooted_must_root handle type parameters (fixes #6651) | Manish Goregaokar | 2015-07-22 | 1 | -14/+42 |
| | |||||
* | Upgrade to rustc 1.3.0-dev (f3b97a74a 2015-07-03) | Simon Sapin | 2015-07-04 | 1 | -4/+3 |
| | |||||
* | Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. | Ms2ger | 2015-06-25 | 1 | -2/+1 |
| | |||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -3/+2 |
| | |||||
* | Upgrade plugins | Manish Goregaokar | 2015-06-14 | 1 | -3/+4 |
| | |||||
* | Upgrade to rustc 1.2.0-dev (474c6e0ae 2015-05-30) | Manish Goregaokar | 2015-06-01 | 1 | -2/+2 |
| | |||||
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -4/+13 |
| | | | | Part of https://github.com/servo/servo/issues/6041 | ||||
* | fixes #6069 | Peter | 2015-05-20 | 1 | -2/+6 |
| |