Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Auto merge of #7499 - nerith:style, r=metajack | bors-servo | 2015-09-02 | 2 | -4/+4 | |
|\ | | | | | | | | | | | | | | | | | | | Improve style nit check for space after a comma Fixes #7345. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7499) <!-- Reviewable:end --> | |||||
| * | Fix reported test-tidy errors | Brandon Fairchild | 2015-09-01 | 2 | -4/+4 | |
| | | | | | | | | | | This fixes lines that were reported to have missing space after a comma. | |||||
* | | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 6 | -11/+16 | |
|/ | ||||||
* | Make test-tidy check that braces have spaces before or after them | wilmoz | 2015-08-31 | 1 | -2/+2 | |
| | ||||||
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -0/+1 | |
| | | | | closes #7357 | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 12 | -25/+25 | |
| | ||||||
* | Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, ↵ | Manish Goregaokar | 2015-08-18 | 1 | -1/+1 | |
| | | | | VirtualMethods | |||||
* | Integrate clippy into Servo | Manish Goregaokar | 2015-08-18 | 2 | -1/+19 | |
| | ||||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 3 | -4/+4 | |
| | ||||||
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 4 | -7/+7 | |
| | | | | closes #7197 | |||||
* | Auto merge of #7195 - servo:rustup_20150814, r=Ms2ger | bors-servo | 2015-08-14 | 1 | -4/+4 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Rust to nightly 2015-08-10 Still needs snapshot. Snapshot probably could also work as today's nightly (I wasn't able to download the latest one due to choppy internet), there isn't any plugins churn I know of r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7195) <!-- Reviewable:end --> | |||||
| * | 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 | 3 | -5/+5 | |
|/ | ||||||
* | 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 | 3 | -16/+60 | |
| | ||||||
* | Upgrade to rustc 1.3.0-dev (f3b97a74a 2015-07-03) | Simon Sapin | 2015-07-04 | 7 | -18/+15 | |
| | ||||||
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 2 | -6/+6 | |
| | | | | fixes #6524 | |||||
* | Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. | Ms2ger | 2015-06-25 | 2 | -6/+4 | |
| | ||||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 2 | -3/+8 | |
| | ||||||
* | Upgrade plugins | Manish Goregaokar | 2015-06-14 | 4 | -7/+9 | |
| | ||||||
* | Auto merge of #6297 - brson:inline, r=jdm | bors-servo | 2015-06-06 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | This results in a 14% compile time improvement. See https://gist.github.com/brson/b48dd03b06c406be68e6 I'm not suggesting you merge this as-is, but you might consider whether removing some of these is worth pursuing. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6297) <!-- Reviewable:end --> | |||||
| * | Convert inline(always) to inline in CodegenRust and jstraceable. | Brian Anderson | 2015-06-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | This results in a 14% compile time improvement. See https://gist.github.com/brson/b48dd03b06c406be68e6 | |||||
* | | fix rebase issues | Manish Goregaokar | 2015-06-03 | 1 | -2/+2 | |
| | | ||||||
* | | address review comments | Manish Goregaokar | 2015-06-03 | 1 | -2/+2 | |
| | | ||||||
* | | Remove all Arc-less ignores, force reasons, ignore_heap_size_of | Manish Goregaokar | 2015-06-03 | 3 | -61/+84 | |
| | | ||||||
* | | use HeapSizeOf plugin in gfx | Manish Goregaokar | 2015-06-03 | 2 | -5/+9 | |
| | | ||||||
* | | Add #[heapsize]/#[derive(HeapSizeOf)] plugin to auto-derive `HeapSizeOf` impls | Manish Goregaokar | 2015-06-03 | 2 | -2/+59 | |
|/ | | | | (fixes #5914) | |||||
* | Upgrade to rustc 1.2.0-dev (474c6e0ae 2015-05-30) | Manish Goregaokar | 2015-06-01 | 4 | -7/+7 | |
| | ||||||
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 7 | -17/+43 | |
| | | | | Part of https://github.com/servo/servo/issues/6041 | |||||
* | Fix deprecated plugin APIs | Manish Goregaokar | 2015-05-21 | 3 | -47/+53 | |
| | ||||||
* | Update plugins API | Lars Bergstrom | 2015-05-21 | 1 | -0/+1 | |
| | ||||||
* | Upgrade rust to 716f920b7e234b450f272346fea961832505c06e (Tue May 19 ↵ | Manish Goregaokar | 2015-05-20 | 2 | -5/+5 | |
| | | | | 05:39:29 2015 +0000) | |||||
* | fixes #6069 | Peter | 2015-05-20 | 2 | -4/+8 | |
| | ||||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 5 | -22/+16 | |
| | ||||||
* | Add the rust-tenacious move-protection lint, use it for `Root<T>` (fixes #5724) | Manish Goregaokar | 2015-04-28 | 2 | -0/+6 | |
| | ||||||
* | Remove some as_slice calls. | Ms2ger | 2015-04-24 | 5 | -8/+8 | |
| | ||||||
* | Use quasiquotes for attributes in `plugins` crate. | Utkarsh Kukreti | 2015-04-04 | 1 | -19/+10 | |
| | | | | Fixes #5157. | |||||
* | 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 | 8 | -17/+16 | |
| | ||||||
* | Remove plugin attributes from extern crates. | Ms2ger | 2015-03-11 | 1 | -2/+0 | |
| | ||||||
* | auto merge of #4914 : Ms2ger/servo/match_lang_ty, r=saneyuki | bors-servo | 2015-02-13 | 1 | -18/+22 | |
|\ | ||||||
| * | Cleanup match_lang_ty a bit. | Ms2ger | 2015-02-13 | 1 | -18/+22 | |
| | |