aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins
Commit message (Expand)AuthorAgeFilesLines
* Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-9/+6
* Update Rust to 1.10.0-nightly (267cde259 2016-05-25)Anthony Ramine2016-05-261-1/+1
* Update Rust to 1.10.0-nightly (cd6a40017 2016-05-16)Anthony Ramine2016-05-171-1/+2
* Removed unused importsPer Lundberg2016-05-152-2/+0
* Update to Rust 1.10.0-nightly (2b79e05a0 2016-05-13)Anthony Ramine2016-05-141-27/+19
* Simplify TOML syntaxSimon Sapin2016-04-261-3/+3
* Remove unused import.Josh Matthews2016-04-231-1/+0
* Auto merge of #10804 - tylersouthwick:remove-plugins-utils-unsafe_context, r=noxbors-servo2016-04-222-25/+1
|\
| * Remove unused code and make utils privateTyler Southwick2016-04-222-25/+1
* | Move '&&' to the end of the previous line.Zbynek Winkler2016-04-221-2/+2
|/
* Fix some compile warnings.Ms2ger2016-04-191-1/+1
* Rust upgrade to 2016-04-12Manish Goregaokar2016-04-158-19/+30
* Remove the url! plugin.Simon Sapin2016-04-143-152/+0
* Remove str_to_string lintManish Goregaokar2016-04-083-50/+0
* Bump Rust to 2016-04-06Ms2ger2016-04-063-7/+7
* Update to Rust 2016-03-18.Ms2ger2016-03-201-0/+1
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Auto merge of #9946 - yoava333:master, r=KiChjangbors-servo2016-03-101-0/+6
|\
| * Added compiler lint ban on DOMRefCellYoav Alon2016-03-091-0/+6
* | Bump url to 0.5.7Anthony Ramine2016-03-091-1/+1
|/
* Update to Rust 2016-03-05Anthony Ramine2016-03-065-17/+12
* Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
* Bump to Rust 2016-02-22Anthony Ramine2016-02-235-13/+11
* Bump url to 0.5.5Anthony Ramine2016-02-131-1/+1
* Remove the casing pluginAnthony Ramine2016-02-052-63/+2
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-043-86/+1
* Update rust-urlKeith Yeung2016-02-021-1/+1
* Bump Rust to 2016-01-31 nightlyAnthony Ramine2016-02-012-14/+24
* Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)Ms2ger2016-01-143-3/+4
* task -> threadrohan.prinja2016-01-101-1/+1
* Pin clippy to a working revision.Ms2ger2016-01-071-1/+1
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-1/+1
* Fix warningsSimon Sapin2015-12-031-1/+2
* Fix false positive in unrooted_must_root lint.Eli Friedman2015-11-301-5/+8
* Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanutbors-servo2015-11-281-6/+4
|\
| * Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-6/+4
* | Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26)Simon Sapin2015-11-273-3/+4
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-277-25/+30
|/
* Implement 'url!(..)' macroCorey Farwell2015-11-213-0/+148
* Use the conversion traits from js.Ms2ger2015-11-121-0/+13
* more refactoringrohan.prinja2015-10-301-5/+5
* Fix misplaced doc comment in plugins/lib.rsMatt Brubeck2015-10-271-1/+1
* Don't allow unrooted values in function arguments.Eli Friedman2015-10-231-10/+11
* Make unrooted_must_root a bit more aggressive.Eli Friedman2015-10-231-90/+85
* Fix unrooted_must_root lint to handle arguments/return types properly (fixes ...Manish Goregaokar2015-10-162-6/+32
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+1
* Rust upgrade to nightly 20151002Lars Bergstrom2015-10-024-14/+12
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-239-76/+87
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-193-3/+0
* Issue #7390 correct the order of mod declarationHugo Thiessard2015-09-181-2/+2