Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Upgrade Rust to nightly 2015-08-10 | Manish Goregaokar | 2015-08-15 | 1 | -4/+4 | |
| | | ||||||
* | | replace .len() == 0 with is_empty() | João Oliveira | 2015-08-14 | 1 | -1/+1 | |
|/ | | | | closes #7198 | |||||
* | Fix minor typo in lint docstring. | Georg Brandl | 2015-08-05 | 1 | -1/+1 | |
| | | | It checks for public, not private fields. | |||||
* | 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 | 2 | -4/+4 | |
|/ | ||||||
* | 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 | 5 | -14/+10 | |
| | ||||||
* | Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. | Ms2ger | 2015-06-25 | 2 | -6/+4 | |
| | ||||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -3/+2 | |
| | ||||||
* | Upgrade plugins | Manish Goregaokar | 2015-06-14 | 2 | -5/+6 | |
| | ||||||
* | 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 | 3 | -9/+27 | |
| | | | | Part of https://github.com/servo/servo/issues/6041 | |||||
* | fixes #6069 | Peter | 2015-05-20 | 1 | -2/+6 | |
| | ||||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -3/+3 | |
| | ||||||
* | Remove some as_slice calls. | Ms2ger | 2015-04-24 | 2 | -3/+3 | |
| | ||||||
* | Remove allow(missing_copy_implementations) attributes. | Ms2ger | 2015-03-23 | 1 | -1/+0 | |
| | | | | This is now the default. | |||||
* | Update some code that's feature-gated under core. | Ms2ger | 2015-03-21 | 1 | -1/+1 | |
| | ||||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 3 | -6/+7 | |
| | ||||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 6 | -7/+7 | |
| | ||||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -3/+3 | |
| | | | | into_string has been removed from Rust. | |||||
* | auto merge of #4541 : Manishearth/servo/ban-stuff, r=jdm | bors-servo | 2015-01-08 | 2 | -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 Goregaokar | 2015-01-04 | 2 | -0/+40 | |
| | | ||||||
* | | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 5 | -12/+8 | |
|/ | ||||||
* | Remove spurious spaces from lints/mod.rs. | Ms2ger | 2015-01-01 | 1 | -5/+5 | |
| | ||||||
* | break up lints.rs into separate files | Rohan Prinja | 2015-01-01 | 6 | -0/+393 | |