Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move script lints to script_plugins | Anthony Ramine | 2017-02-16 | 1 | -73/+0 |
| | | | | The plugins crate now just allows to hook into clippy from a single crate. | ||||
* | Replace inheritance_integrity by trait shenanigans | Anthony Ramine | 2017-02-15 | 1 | -30/+0 |
| | | | | | | | | | | | | | | | | | For each derived DomObject impl, we also generate a dummy trait ShouldNotImplDomObject that is implemented for all T: DomObject. We then try to implement it for each field type except the first one. If compilation succeed, this means that field type doesn't implement DomObject itself otherwise it would break coherence rules. error[E0119]: conflicting implementations of trait `dom::xmlhttprequest::_IMPL_DOMOBJECT_FOR_XMLHttpRequest::ShouldNotImplDomObject` for type `((), SomeFieldTypeThatShouldNotImplementDomObject)`: --> /Users/nox/src/servo/components/script/dom/xmlhttprequest.rs:120:1 | 120 | #[dom_struct] | ^^^^^^^^^^^^^ | | | first implementation here | conflicting implementation for `((), SomeFieldTypeThatShouldNotImplementDomObject)` | ||||
* | Update to rustc 1.16.0-nightly (4ecc85beb 2016-12-28) | Simon Sapin | 2017-01-02 | 1 | -3/+9 |
| | |||||
* | Update to Rust 1.15.0-nightly (1c448574b 2016-11-28) | Anthony Ramine | 2016-11-29 | 1 | -20/+9 |
| | |||||
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Remove unused import. | Josh Matthews | 2016-04-23 | 1 | -1/+0 |
| | |||||
* | Remove unused code and make utils private | Tyler Southwick | 2016-04-22 | 1 | -24/+0 |
| | |||||
* | Rust upgrade to 2016-04-12 | Manish Goregaokar | 2016-04-15 | 1 | -6/+19 |
| | |||||
* | Bump to Rust 2016-02-22 | Anthony Ramine | 2016-02-23 | 1 | -3/+3 |
| | |||||
* | Bump Rust to 2016-01-31 nightly | Anthony Ramine | 2016-02-01 | 1 | -4/+8 |
| | |||||
* | Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26) | Simon Sapin | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | Fix unrooted_must_root lint to handle arguments/return types properly (fixes ↵ | Manish Goregaokar | 2015-10-16 | 1 | -1/+15 |
| | | | | #8022) | ||||
* | Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev. | Manish Goregaokar | 2015-09-23 | 1 | -14/+14 |
| | |||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -1/+0 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -2/+3 |
| | |||||
* | Make test-tidy check that braces have spaces before or after them | wilmoz | 2015-08-31 | 1 | -2/+2 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.3.0-dev (87055a68c 2015-07-30) | Simon Sapin | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Make stmt part of unrooted_must_root handle type parameters (fixes #6651) | Manish Goregaokar | 2015-07-22 | 1 | -1/+13 |
| | |||||
* | Upgrade to rustc 1.3.0-dev (f3b97a74a 2015-07-03) | Simon Sapin | 2015-07-04 | 1 | -2/+2 |
| | |||||
* | Upgrade plugins | Manish Goregaokar | 2015-06-14 | 1 | -1/+2 |
| | |||||
* | Upgrade to rustc 1.2.0-dev (474c6e0ae 2015-05-30) | Manish Goregaokar | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -1/+2 |
| | | | | Part of https://github.com/servo/servo/issues/6041 | ||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -9/+3 |
| | |||||
* | Remove some as_slice calls. | Ms2ger | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -6/+6 |
| | |||||
* | Cleanup match_lang_ty a bit. | Ms2ger | 2015-02-13 | 1 | -18/+22 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -7/+5 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -2/+2 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -3/+2 |
| | |||||
* | break up lints.rs into separate files | Rohan Prinja | 2015-01-01 | 1 | -1/+32 |
| | |||||
* | Fix warnings post-upgrade | Manish Goregaokar | 2014-12-27 | 1 | -2/+2 |
| | |||||
* | Add inheritance-checking lint | Manish Goregaokar | 2014-12-27 | 1 | -0/+33 |
| | |||||
* | Add internal plugin for creating Reflectable implementations | Manish Goregaokar | 2014-12-27 | 1 | -0/+29 |