Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename macros crate to plugins | Manish Goregaokar | 2014-09-23 | 1 | -186/+0 |
| | |||||
* | Use upstream lazy_static!() macro through Cargo | Simon Sapin | 2014-09-20 | 1 | -63/+0 |
| | | | | | | ... instead of having our own copy. https://github.com/Kimundi/lazy-static.rs | ||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | Revert "script: Use atom comparison in more places, especially for ↵ | Josh Matthews | 2014-09-18 | 1 | -4/+0 |
| | | | | | | attributes." for persistent test failures. This reverts commit 874db261046d6155b1942efa106d2e0014295d6d. | ||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-09-17 | 1 | -0/+4 |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | ||||
* | Address review comments | Manish Goregaokar | 2014-09-17 | 1 | -10/+7 |
| | |||||
* | Unwrap pointers and miscellany for unrooted_must_root check | Manish Goregaokar | 2014-09-16 | 1 | -0/+6 |
| | |||||
* | Add unrooted_must_root lint for usages of JS<T> in let/for bindings | Manish Goregaokar | 2014-09-16 | 1 | -5/+39 |
| | |||||
* | Add unrooted_must_root lint for enums and structs containing JS<T>, as well ↵ | Manish Goregaokar | 2014-09-16 | 1 | -3/+71 |
| | | | | | | | as functions with JS<T> in their parameter list For safe wrappers over JS<T> (eg Temporary<T>) use #[allow(unrooted_must_root)]. For all other types containing a #[must_root] value, annotate the type with #[must_root] to ensure that it is never used unrooted | ||||
* | Reinstate errors for unused variables and imports. | Jack Moffitt | 2014-09-13 | 1 | -2/+3 |
| | |||||
* | Add lint for type-checking transmutes | Manish Goregaokar | 2014-09-10 | 1 | -0/+50 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+93 |