Confirmed users
204
edits
Line 222: | Line 222: | ||
* Intern Work Completed | * Intern Work Completed | ||
Implemented ES6 template strings - bug 1021368, bug 1024748, bug 1031397, bug 1034314, bug 1038259, bug 1038498 | ** Implemented ES6 template strings - bug 1021368, bug 1024748, bug 1031397, bug 1034314, bug 1038259, bug 1038498 | ||
Implemented ES6 String.raw and ToLength (self-hosted) - bug 1039774 and bug 1040196 | ** Implemented ES6 String.raw and ToLength (self-hosted) - bug 1039774 and bug 1040196 | ||
Implemented ES6 computed property names - bug 924688 | ** Implemented ES6 computed property names - bug 924688 | ||
* Compiler (JIT) | * Compiler (JIT) | ||
** {{bug|1039458}}: landed basic loop unrolling | ** {{bug|1039458}}: landed basic loop unrolling | ||
** {{bug|1042833}}: removed JS_ION entirely | ** {{bug|1042833}}: removed JS_ION entirely | ||
* Garbage Collection | * Garbage Collection | ||
Line 236: | Line 235: | ||
*** most tests pass now but there are still some bugs to iron out | *** most tests pass now but there are still some bugs to iron out | ||
*** posted initial set of patches for review | *** posted initial set of patches for review | ||
* Front End and Other | * Front End and Other |