aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-2/+2
* Remove unused cx_for_dom_object function.Ms2ger2014-09-251-1/+1
* Move global_object_for_js_object to global.rs.Ms2ger2014-09-251-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-13/+4
* Remove the glob import for UnionTypes.Ms2ger2014-09-211-3/+2
* Share code to compute the type of a union.Ms2ger2014-09-211-5/+9
* Don't use a glob import for codegen::{PrototypeList, RegisterBindings}.Ms2ger2014-09-211-1/+1
* Eliminate warningsKeegan McAllister2014-09-201-5/+5
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-3/+3
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-2/+2
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-23/+26
* Remove uses of &mut JSRefCameron Zwarich2014-09-181-13/+0
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-1/+0
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-0/+1
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-1/+4
* Cargoify servoJack Moffitt2014-09-081-0/+5534