| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate PartialEq automatically | Guillaume Gomez | 2016-01-03 | 1 | -0/+6 |
* | Auto merge of #8993 - nox:small-codegen-slimming, r=Ms2ger | bors-servo | 2015-12-18 | 1 | -3/+4 |
|\ |
|
| * | Link [Abstract] to the existing concrete descriptor field | Anthony Ramine | 2015-12-16 | 1 | -1/+2 |
| * | Do not export GetProtoObject if the interface has no descendants | Anthony Ramine | 2015-12-16 | 1 | -2/+2 |
* | | Auto merge of #8996 - nox:rm-empty-modules, r=frewsxcv | bors-servo | 2015-12-16 | 1 | -8/+12 |
|\ \ |
|
| * | | Do not create modules from files with nothing to codegen (fixes #8711) | Anthony Ramine | 2015-12-16 | 1 | -8/+12 |
| |/ |
|
* | | Auto merge of #8055 - nox:rm-webidl-patches, r=Ms2ger | bors-servo | 2015-12-16 | 1 | -5/+6 |
|\ \ |
|
| * | | Remove all our local patches to the WebIDL parser | Anthony Ramine | 2015-12-15 | 1 | -5/+6 |
| |/ |
|
* / | Merge CGClassConstructHook and CGClassNameConstructHook (fixes #8934) | Anthony Ramine | 2015-12-15 | 1 | -37/+14 |
|/ |
|
* | Fix invalid returned value for dictionary types | Guillaume Gomez | 2015-12-15 | 1 | -2/+2 |
* | Fix invalid dictionary inheritance | Guillaume Gomez | 2015-12-14 | 1 | -1/+2 |
* | Treat undefined arguments in JS as missing | Keith Yeung | 2015-12-12 | 1 | -5/+5 |
* | Avoid a null-dereference using debug mozjs builds. This matches the equivalen... | Josh Matthews | 2015-12-07 | 1 | -22/+9 |
* | Implement [Unforgeable] | Anthony Ramine | 2015-12-02 | 1 | -78/+225 |
* | Remove unused slot in prototype object (fixes #8588) | Anthony Ramine | 2015-11-30 | 1 | -11/+2 |
* | Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffrey | bors-servo | 2015-11-13 | 1 | -1/+1 |
|\ |
|
| * | Code generation uses DOMString::from("...") rather than DOMString("...".to_ow... | Alan Jeffrey | 2015-11-12 | 1 | -1/+1 |
* | | Auto merge of #8147 - nox:weakref, r=Ms2ger | bors-servo | 2015-11-13 | 1 | -4/+42 |
|\ \
| |/
|/| |
|
| * | Introduce trait WeakReferenceable | Anthony Ramine | 2015-11-12 | 1 | -4/+42 |
* | | Auto merge of #8498 - nox:fix-variadic-and-default-arguments, r=jdm | bors-servo | 2015-11-13 | 1 | -9/+10 |
|\ \ |
|
| * | | Properly handle variadic arguments preceded by default values | Anthony Ramine | 2015-11-12 | 1 | -9/+10 |
| |/ |
|
* | | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -23/+21 |
* | | Use throw_type_error and throw_range_error from js. | Ms2ger | 2015-11-12 | 1 | -10/+5 |
|/ |
|
* | Implement WebIDL sequence return values | Emilio Cobos Álvarez | 2015-11-11 | 1 | -1/+6 |
* | Support variadic interface arguments (fixes #8159) | Anthony Ramine | 2015-11-11 | 1 | -53/+50 |
* | Remove unused parameter in instantiateJSToNativeConversionTemplate() | Anthony Ramine | 2015-11-11 | 1 | -16/+7 |
* | Clean up the conversion routines | Anthony Ramine | 2015-11-11 | 1 | -16/+14 |
* | Auto merge of #8286 - eefriedman:no-move, r=nox | bors-servo | 2015-11-08 | 1 | -1/+0 |
|\ |
|
| * | Clean up some code related to #[no_move]. | Eli Friedman | 2015-11-07 | 1 | -1/+0 |
* | | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | | make test-tidy happy + fix some merge errors | rohan.prinja | 2015-11-03 | 1 | -3/+3 |
* | | merge from master | rohan.prinja | 2015-11-03 | 1 | -0/+4 |
|\| |
|
| * | Support unions that contain USVStrings. | Ms2ger | 2015-10-30 | 1 | -0/+4 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -3/+4 |
|/ |
|
* | Auto merge of #8226 - froydnj:gc-zeal, r=Ms2ger | bors-servo | 2015-10-28 | 1 | -20/+20 |
|\ |
|
| * | move reserved slot setting for DOM globals | Nathan Froyd | 2015-10-27 | 1 | -4/+2 |
| * | reduce indentation in CodegenRust.py | Nathan Froyd | 2015-10-27 | 1 | -20/+22 |
* | | Auto merge of #8040 - froydnj:codegen-arg-info, r=jdm | bors-servo | 2015-10-28 | 1 | -2/+93 |
|\ \
| |/
|/| |
|
| * | generate JIT argument type information for methods | Nathan Froyd | 2015-10-27 | 1 | -2/+26 |
| * | add CGMemberJITInfo.{getJSArgType,getSingleArgType} | Nathan Froyd | 2015-10-27 | 1 | -0/+67 |
* | | Auto merge of #8132 - akiss77:codegen-u8, r=Ms2ger | bors-servo | 2015-10-21 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix char types in script binding codegen | Akos Kiss | 2015-10-21 | 1 | -3/+3 |
* | | | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -116/+9 |
* | | | Introduce IDLInterface::derives() | Anthony Ramine | 2015-10-21 | 1 | -24/+21 |
|/ / |
|
* / | Fix formatting for variable in doc-comment within codegen | Corey Farwell | 2015-10-17 | 1 | -2/+2 |
|/ |
|
* | Auto merge of #8020 - nox:codegen-derived, r=Ms2ger | bors-servo | 2015-10-15 | 1 | -1/+24 |
|\ |
|
| * | Generate all Derived implementations in codegen | Anthony Ramine | 2015-10-14 | 1 | -1/+24 |
* | | Auto merge of #7972 - nox:codegen-heapsize, r=Ms2ger | bors-servo | 2015-10-15 | 1 | -1/+4 |
|\ \ |
|
| * | | Introduce DOMClass::heap_size_of | Anthony Ramine | 2015-10-14 | 1 | -1/+4 |
| |/ |
|
* / | Support the updated spidermonkey bindings | Michael Wu | 2015-10-14 | 1 | -85/+87 |
|/ |
|