Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Privatize InheritTypes | Tim Taubert | 2014-10-13 | 1 | -1/+1 | |
| | ||||||
* | Remove unnecessary `deref()`s (fixes #3586) | Tim Taubert | 2014-10-09 | 1 | -2/+2 | |
| | ||||||
* | Remove unused cx_for_dom_object function. | Ms2ger | 2014-09-25 | 1 | -1/+1 | |
| | ||||||
* | Move global_object_for_js_object to global.rs. | Ms2ger | 2014-09-25 | 1 | -1/+1 | |
| | | | | This appears to be a more sensible place for it (related to #433). | |||||
* | Use JSTraceable everywhere | Manish Goregaokar | 2014-09-24 | 1 | -13/+4 | |
| | ||||||
* | Remove the glob import for UnionTypes. | Ms2ger | 2014-09-21 | 1 | -3/+2 | |
| | ||||||
* | Share code to compute the type of a union. | Ms2ger | 2014-09-21 | 1 | -5/+9 | |
| | | | | This does not change the generated code. | |||||
* | Don't use a glob import for codegen::{PrototypeList, RegisterBindings}. | Ms2ger | 2014-09-21 | 1 | -1/+1 | |
| | ||||||
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -5/+5 | |
| | ||||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -3/+3 | |
| | ||||||
* | More progress in the &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-20 | 1 | -2/+2 | |
| | | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`. | |||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -23/+26 | |
| | | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally. | |||||
* | Remove uses of &mut JSRef | Cameron Zwarich | 2014-09-18 | 1 | -13/+0 | |
| | | | | | Since everything with JSRef happens with interior mutability, it doesn't make any sense to use an &mut JSRef. | |||||
* | Revert "script: Use atom comparison in more places, especially for ↵ | Josh Matthews | 2014-09-18 | 1 | -1/+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/+1 | |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | |||||
* | Add unrooted_must_root lint for enums and structs containing JS<T>, as well ↵ | Manish Goregaokar | 2014-09-16 | 1 | -1/+4 | |
| | | | | | | | 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 | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+5534 | |