aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/jstraceable.rs
Commit message (Expand)AuthorAgeFilesLines
* Update Rust to 1.10.0-nightly (cd6a40017 2016-05-16)Anthony Ramine2016-05-171-1/+2
* Update to Rust 2016-03-05Anthony Ramine2016-03-061-1/+1
* Bump to Rust 2016-02-22Anthony Ramine2016-02-231-3/+2
* Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)Ms2ger2016-01-141-2/+2
* Auto merge of #7499 - nerith:style, r=metajackbors-servo2015-09-021-2/+2
|\
| * Fix reported test-tidy errorsBrandon Fairchild2015-09-011-2/+2
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-0/+1
|/
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-0/+1
* sort all usesJohann Tuffe2015-08-201-5/+5
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+2
* Convert inline(always) to inline in CodegenRust and jstraceable.Brian Anderson2015-06-051-1/+1
* Upgrade to rustc 1.2.0-dev (474c6e0ae 2015-05-30)Manish Goregaokar2015-06-011-2/+2
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+8
* Fix deprecated plugin APIsManish Goregaokar2015-05-211-12/+17
* Update plugins APILars Bergstrom2015-05-211-0/+1
* Upgrade rust to 716f920b7e234b450f272346fea961832505c06e (Tue May 19 05:39:29...Manish Goregaokar2015-05-201-3/+3
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-4/+5
* Use quasiquotes for attributes in `plugins` crate.Utkarsh Kukreti2015-04-041-19/+10
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-5/+6
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-7/+5
* Add inheritance-checking lintManish Goregaokar2014-12-271-5/+13
* Add internal plugin for creating Reflectable implementationsManish Goregaokar2014-12-271-0/+3
* Use inline(always) for trace()Manish Goregaokar2014-12-271-1/+3
* Add documentation to plugins crateManish Goregaokar2014-11-061-0/+4
* Make auto-derived JSTraceable have #[inline] methodsManish Goregaokar2014-10-161-2/+1
* Add unifying #[dom_struct] attribute (fixes #3667)Manish Goregaokar2014-10-161-1/+12
* Address review commentsManish Goregaokar2014-09-241-9/+6
* Use JSTraceable everywhereManish Goregaokar2014-09-241-14/+1
* Add #[jstraceable] syntax extensionManish Goregaokar2014-09-241-0/+76