aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/js.rs
Commit message (Expand)AuthorAgeFilesLines
* Create a replacement for Cell<SM primitive>. Fixes #4337.Josh Matthews2014-12-191-0/+36
* Add Comparable trait to js.rs; fixupsManish Goregaokar2014-12-061-0/+21
* Implement MutNullableJS::or_init.Ms2ger2014-12-041-0/+11
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-10/+4
* script: Use a 16-element `SmallVec` for the root collection.Patrick Walton2014-10-281-10/+17
* Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-1/+58
* Merge pull request #3497 from zwarich/extended-derefbors-servo2014-09-271-0/+8
|\
| * Add an extended_deref method to JSRefCameron Zwarich2014-09-261-0/+8
* | Improve the correctness of Root lifetimesCameron Zwarich2014-09-261-4/+4
|/
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-7/+7
* Unwrap pointers and miscellany for unrooted_must_root checkManish Goregaokar2014-09-161-0/+2
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+496