aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-22/+0
* Move script lints to script_pluginsAnthony Ramine2017-02-161-42/+5
* Replace inheritance_integrity by trait shenanigansAnthony Ramine2017-02-151-3/+0
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-151-4/+2
* Kill transmute-type-lintAnthony Ramine2017-02-151-1/+0
* Derive DomObject with a proc macroAnthony Ramine2017-02-141-6/+0
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-291-5/+12
* Make #[derive(JSTraceable)] a procedural macroAnthony Ramine2016-11-031-3/+0
* Fix tidy issuesRohit Burra2016-11-011-1/+2
* Remove rust_tenaciousAnthony Ramine2016-08-131-2/+0
* Improve mach clippy, add plugins to style/utilManish Goregaokar2016-07-121-3/+5
* Update clippyManish Goregaokar2016-07-121-2/+2
* Remove unused code and make utils privateTyler Southwick2016-04-221-1/+1
* Fix some compile warnings.Ms2ger2016-04-191-1/+1
* Rust upgrade to 2016-04-12Manish Goregaokar2016-04-151-1/+0
* Remove the url! plugin.Simon Sapin2016-04-141-5/+0
* Remove str_to_string lintManish Goregaokar2016-04-081-1/+0
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Remove the casing pluginAnthony Ramine2016-02-051-4/+2
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-3/+0
* Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)Ms2ger2016-01-141-0/+1
* Fix warningsSimon Sapin2015-12-031-1/+2
* 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 (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+1
|/
* Implement 'url!(..)' macroCorey Farwell2015-11-211-0/+4
* Fix misplaced doc comment in plugins/lib.rsMatt Brubeck2015-10-271-1/+1
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-231-8/+9
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Issue #7390 correct the order of mod declarationHugo Thiessard2015-09-181-2/+2
* sort all usesJohann Tuffe2015-08-201-1/+1
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi...Manish Goregaokar2015-08-181-1/+1
* Integrate clippy into ServoManish Goregaokar2015-08-181-1/+12
* Make stmt part of unrooted_must_root handle type parameters (fixes #6651)Manish Goregaokar2015-07-221-1/+5
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-4/+4
* Upgrade pluginsManish Goregaokar2015-06-141-1/+1
* Remove all Arc-less ignores, force reasons, ignore_heap_size_ofManish Goregaokar2015-06-031-3/+3
* use HeapSizeOf plugin in gfxManish Goregaokar2015-06-031-3/+3
* Add #[heapsize]/#[derive(HeapSizeOf)] plugin to auto-derive `HeapSizeOf` implsManish Goregaokar2015-06-031-2/+5
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Fix deprecated plugin APIsManish Goregaokar2015-05-211-2/+2
* Upgrade rust to 716f920b7e234b450f272346fea961832505c06e (Tue May 19 05:39:29...Manish Goregaokar2015-05-201-2/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Add the rust-tenacious move-protection lint, use it for `Root<T>` (fixes #5724)Manish Goregaokar2015-04-281-0/+3
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+0
* Remove plugin attributes from extern crates.Ms2ger2015-03-111-2/+0
* Fix warnings in plugins.Ms2ger2015-02-131-1/+1