Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some compile warnings. | Ms2ger | 2016-04-19 | 1 | -1/+1 | |
| | ||||||
* | Rust upgrade to 2016-04-12 | Manish Goregaokar | 2016-04-15 | 8 | -19/+30 | |
| | ||||||
* | Remove the url! plugin. | Simon Sapin | 2016-04-14 | 3 | -152/+0 | |
| | | | | | | | | In rust-url 1.0 the `Url` struct is going to have private fields, and there is no way to to create an aribitrary one without going through the parser. The plugin never had a clear demonstrated performance benefit, it was made mostly because it was possible and relatively easy at the time. | |||||
* | Remove str_to_string lint | Manish Goregaokar | 2016-04-08 | 3 | -50/+0 | |
| | | | | Specialization makes all of the options equally efficient. | |||||
* | Bump Rust to 2016-04-06 | Ms2ger | 2016-04-06 | 3 | -7/+7 | |
| | ||||||
* | Update to Rust 2016-03-18. | Ms2ger | 2016-03-20 | 1 | -0/+1 | |
| | ||||||
* | Deny unsafe code in more crates. | Ms2ger | 2016-03-18 | 1 | -0/+2 | |
| | ||||||
* | Auto merge of #9946 - yoava333:master, r=KiChjang | bors-servo | 2016-03-10 | 1 | -0/+6 | |
|\ | | | | | | | | | | | | | | | | | | | | | Added compiler lint ban on DOMRefCell this resolves https://github.com/servo/servo/issues/9924 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9946) <!-- Reviewable:end --> | |||||
| * | Added compiler lint ban on DOMRefCell | Yoav Alon | 2016-03-09 | 1 | -0/+6 | |
| | | ||||||
* | | Bump url to 0.5.7 | Anthony Ramine | 2016-03-09 | 1 | -1/+1 | |
|/ | ||||||
* | Update to Rust 2016-03-05 | Anthony Ramine | 2016-03-06 | 5 | -17/+12 | |
| | ||||||
* | Indicate components should not be published to crates.io. | Corey Farwell | 2016-03-03 | 1 | -0/+1 | |
| | | | | http://doc.crates.io/manifest.html#the-publish--field-optional | |||||
* | Bump to Rust 2016-02-22 | Anthony Ramine | 2016-02-23 | 5 | -13/+11 | |
| | ||||||
* | Bump url to 0.5.5 | Anthony Ramine | 2016-02-13 | 1 | -1/+1 | |
| | ||||||
* | Remove the casing plugin | Anthony Ramine | 2016-02-05 | 2 | -63/+2 | |
| | ||||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 3 | -86/+1 | |
| | ||||||
* | Update rust-url | Keith Yeung | 2016-02-02 | 1 | -1/+1 | |
| | ||||||
* | Bump Rust to 2016-01-31 nightly | Anthony Ramine | 2016-02-01 | 2 | -14/+24 | |
| | ||||||
* | Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) | Ms2ger | 2016-01-14 | 3 | -3/+4 | |
| | ||||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -1/+1 | |
| | ||||||
* | Pin clippy to a working revision. | Ms2ger | 2016-01-07 | 1 | -1/+1 | |
| | ||||||
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002) | Mathieu Agopian | 2015-12-18 | 1 | -1/+1 | |
| | ||||||
* | Fix warnings | Simon Sapin | 2015-12-03 | 1 | -1/+2 | |
| | | | | | | Fixing unused attributes warnings required updating serde_macros which required updating to rustc 1.6.0-nightly (a2866e387 2015-11-30) which required updating some other dependencies. | |||||
* | Fix false positive in unrooted_must_root lint. | Eli Friedman | 2015-11-30 | 1 | -5/+8 | |
| | | | | Encountered in #8725. | |||||
* | Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut | bors-servo | 2015-11-28 | 1 | -6/+4 | |
|\ | | | | | | | | | | | | | | | | | | | Ensure crate are alphabetically sorted cc @nox <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8692) <!-- Reviewable:end --> | |||||
| * | Add check up on extern crate order and sort extern crates alphabetically | Guillaume Gomez | 2015-11-28 | 1 | -6/+4 | |
| | | ||||||
* | | Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26) | Simon Sapin | 2015-11-27 | 3 | -3/+4 | |
| | | ||||||
* | | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 7 | -25/+30 | |
|/ | | | | … and libc 0.2 and many other dependencies | |||||
* | Implement 'url!(..)' macro | Corey Farwell | 2015-11-21 | 3 | -0/+148 | |
| | | | | | | https://github.com/servo/rust-url/issues/136 https://github.com/servo/rust-url/pull/137 | |||||
* | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -0/+13 | |
| | ||||||
* | more refactoring | rohan.prinja | 2015-10-30 | 1 | -5/+5 | |
| | ||||||
* | Fix misplaced doc comment in plugins/lib.rs | Matt Brubeck | 2015-10-27 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -6/+32 | |
| | | | | #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 | 4 | -14/+12 | |
| | ||||||
* | Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev. | Manish Goregaokar | 2015-09-23 | 9 | -76/+87 | |
| | ||||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 3 | -3/+0 | |
| | | | | This merges import blocks that were reported by tidy as unmerged. | |||||
* | Issue #7390 correct the order of mod declaration | Hugo Thiessard | 2015-09-18 | 1 | -2/+2 | |
| | ||||||
* | 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 |