2016-04-20 |
sbarati@apple.com | Remove unused m_writtenVariables from the parser and... |
blob | commitdiff |
2016-04-20 |
sbarati@apple.com | Add a couple UNLIKELY macros in parseMemberExpression |
blob | commitdiff | diff to current |
2016-04-12 |
sbarati@apple.com | We incorrectly parse arrow function expressions |
blob | commitdiff | diff to current |
2016-04-08 |
commit-queue@webki... | Remove ENABLE(ENABLE_ES6_CLASS_SYNTAX) guards |
blob | commitdiff | diff to current |
2016-04-07 |
commit-queue@webki... | Unreviewed, rolling out r199070. |
blob | commitdiff | diff to current |
2016-04-05 |
sbarati@apple.com | jsc-layout-tests.yaml/js/script-tests/regress-141098... |
blob | commitdiff | diff to current |
2016-04-03 |
sbarati@apple.com | Implement Annex B.3.3 function hoisting rules for funct... |
blob | commitdiff | diff to current |
2016-04-03 |
gskachkov@gmail.com | [ES6] Class syntax. Access to new.target inside of... |
blob | commitdiff | diff to current |
2016-03-31 |
sbarati@apple.com | [ES6] Disallow var assignments in for-in loops |
blob | commitdiff | diff to current |
2016-03-31 |
sbarati@apple.com | parsing arrow function expressions slows down the parse... |
blob | commitdiff | diff to current |
2016-03-19 |
gskachkov@gmail.com | [ES6] Arrow function syntax. Update syntax error text... |
blob | commitdiff | diff to current |
2016-03-18 |
sbarati@apple.com | Implement SmallPtrSet and integrate it into the Parser |
blob | commitdiff | diff to current |
2016-03-17 |
mark.lam@apple.com | Method names should not appear in the lexical scope... |
blob | commitdiff | diff to current |
2016-03-17 |
gskachkov@gmail.com | Invoking super()/super inside of the eval should not... |
blob | commitdiff | diff to current |
2016-03-15 |
commit-queue@webki... | Unreviewed, rolling out r198148. |
blob | commitdiff | diff to current |
2016-03-14 |
sbarati@apple.com | [ES6] Disallow var assignments in for-in loops |
blob | commitdiff | diff to current |
2016-03-14 |
sbarati@apple.com | assignments in for-in/for-of header not allowed |
blob | commitdiff | diff to current |
2016-03-14 |
commit-queue@webki... | Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards |
blob | commitdiff | diff to current |
2016-03-11 |
mark.lam@apple.com | Implement Function.name and Function#toString for ES6... |
blob | commitdiff | diff to current |
2016-03-10 |
sbarati@apple.com | Assignment to new.target should be an early error |
blob | commitdiff | diff to current |
2016-03-10 |
sbarati@apple.com | ES6: Implement lexical scoping for function definitions... |
blob | commitdiff | diff to current |
2016-03-04 |
gskachkov@gmail.com | [ES6] Arrow function syntax. Lexical bind super inside... |
blob | commitdiff | diff to current |
2016-03-04 |
msaboff@apple.com | [ES6] Make Unicode RegExp pattern parsing conform to... |
blob | commitdiff | diff to current |
2016-02-28 |
gskachkov@gmail.com | [ES6] Arrow function syntax. Emit loading&putting this... |
blob | commitdiff | diff to current |
2016-02-24 |
commit-queue@webki... | Unreviewed, rolling out r197033. |
blob | commitdiff | diff to current |
2016-02-24 |
commit-queue@webki... | [ES6] Arrow function syntax. Emit loading&putting this... |
blob | commitdiff | diff to current |
2016-02-18 |
keith_miller@apple.com | Spread operator should be allowed when not the first... |
blob | commitdiff | diff to current |
2016-02-17 |
commit-queue@webki... | Unreviewed, rolling out r196675. |
blob | commitdiff | diff to current |
2016-02-17 |
keith_miller@apple.com | Spread operator should be allowed when not the first... |
blob | commitdiff | diff to current |
2016-02-15 |
fpizlo@apple.com | Parser::parseVariableDeclarationList should null check... |
blob | commitdiff | diff to current |
2016-02-13 |
sbarati@apple.com | [ES6] we have an incorrect syntax error when a callee... |
blob | commitdiff | diff to current |
2016-02-13 |
sbarati@apple.com | The parser doesn't properly protect against global... |
blob | commitdiff | diff to current |
2016-02-08 |
commit-queue@webki... | [ES6] Arrow function syntax. Using 'super' in arrow... |
blob | commitdiff | diff to current |
2016-02-08 |
fpizlo@apple.com | Parser should detect error before calls to parseAssignm... |
blob | commitdiff | diff to current |
2016-02-02 |
utatane.tea@gmail.com | [JSC] Introduce BytecodeIntrinsic constant rep like... |
blob | commitdiff | diff to current |
2016-01-22 |
sbarati@apple.com | Current implementation of Parser::createSavePoint is... |
blob | commitdiff | diff to current |
2016-01-22 |
utatane.tea@gmail.com | [ES6] Catch parameter should accept BindingPattern |
blob | commitdiff | diff to current |
2016-01-17 |
commit-queue@webki... | [ES6] Arrow function syntax. Arrow function should... |
blob | commitdiff | diff to current |
2016-01-12 |
commit-queue@webki... | keywords ("super", "delete", etc) should be valid metho... |
blob | commitdiff | diff to current |
2016-01-02 |
aestes@apple.com | Replace WTF::move with WTFMove |
blob | commitdiff | diff to current |
2015-12-16 |
commit-queue@webki... | [JSC] fix error message for eval/arguments CoverInitial... |
blob | commitdiff | diff to current |
2015-12-15 |
commit-queue@webki... | [JSC] SyntaxError if AssignmentElement is `eval` or... |
blob | commitdiff | diff to current |
2015-12-08 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-07 |
ddkilzer@apple.com | REGRESSION(r193584): Causes heap use-after-free crashes... |
blob | commitdiff | diff to current |
2015-12-06 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-02 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-02 |
commit-queue@webki... | Unreviewed, rolling out r192914. |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | [JSC] support CoverInitializedName in nested Assignment... |
blob | commitdiff | diff to current |
2015-12-01 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-01 |
carlosgc@webkit.org | Unreviewed, rolling out r192876. |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-11-25 |
commit-queue@webki... | [JSC] support Computed Property Names in destructuring... |
blob | commitdiff | diff to current |
2015-11-20 |
utatane.tea@gmail.com | Super use should be recorded in per-function scope |
blob | commitdiff | diff to current |
2015-11-20 |
sbarati@apple.com | [ES6] Add support for rest parameters |
blob | commitdiff | diff to current |
2015-11-19 |
commit-queue@webki... | [JSC] Fix AssignmentElement parsing |
blob | commitdiff | diff to current |
2015-11-19 |
sbarati@apple.com | There is a bug when default parameter values are mixed... |
blob | commitdiff | diff to current |
2015-11-19 |
commit-queue@webki... | Unreviewed, rolling out r192436 and r192586. |
blob | commitdiff | diff to current |
2015-11-18 |
sbarati@apple.com | There is a bug when default parameter values are mixed... |
blob | commitdiff | diff to current |
2015-11-13 |
commit-queue@webki... | Allow any LeftHandSideExpression as a valid AssignmentE... |
blob | commitdiff | diff to current |
2015-11-09 |
utatane.tea@gmail.com | [ES6] Minimize ES6_CLASS_SYNTAX ifdefs |
blob | commitdiff | diff to current |
2015-11-08 |
utatane.tea@gmail.com | [ES6] Minimize ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX ifdefs |
blob | commitdiff | diff to current |
2015-11-03 |
utatane.tea@gmail.com | Clean up ENABLE(ES6_ARROWFUNCTION_SYNTAX) ifdefs and... |
blob | commitdiff | diff to current |
2015-11-02 |
utatane.tea@gmail.com | [ES6] Support Generator Syntax |
blob | commitdiff | diff to current |
2015-10-15 |
utatane.tea@gmail.com | [ES6] Class expression should have lexical environment... |
blob | commitdiff | diff to current |
2015-10-15 |
utatane.tea@gmail.com | [ES6] Class method should not declare any variables... |
blob | commitdiff | diff to current |
2015-10-14 |
commit-queue@webki... | Unreviewed, rolling out r191030. |
blob | commitdiff | diff to current |
2015-10-14 |
utatane.tea@gmail.com | [ES6] Class expression should have lexical environment... |
blob | commitdiff | diff to current |
2015-09-23 |
sbarati@apple.com | JSC allows invalid var declarations when the declared... |
blob | commitdiff | diff to current |
2015-09-08 |
utatane.tea@gmail.com | [ES6] Implement computed accessors |
blob | commitdiff | diff to current |
2015-09-05 |
utatane.tea@gmail.com | [ES6] Enable ES6 Module in JSC shell by default |
blob | commitdiff | diff to current |
2015-09-04 |
commit-queue@webki... | Web Inspector: Test RuntimeAgent.parse, detecting if... |
blob | commitdiff | diff to current |
2015-09-01 |
utatane.tea@gmail.com | [ES6] Introduce ModuleProgramExecutable families and... |
blob | commitdiff | diff to current |
2015-08-25 |
commit-queue@webki... | Function.prototype.toString is incorrect for ArrowFunction |
blob | commitdiff | diff to current |
2015-08-17 |
commit-queue@webki... | [ES6] Implement ES6 arrow function syntax. Arrow functi... |
blob | commitdiff | diff to current |
2015-08-14 |
rniwa@webkit.org | ES6 class syntax should allow computed name method |
blob | commitdiff | diff to current |
2015-08-13 |
utatane.tea@gmail.com | Unify JSParserCodeType, FunctionParseMode and ModulePar... |
blob | commitdiff | diff to current |
2015-08-12 |
utatane.tea@gmail.com | [ES6] Add ES6 Modules preparsing phase to collect the... |
blob | commitdiff | diff to current |
2015-08-10 |
ggaren@apple.com | Let's rename FunctionBodyNode |
blob | commitdiff | diff to current |
2015-08-06 |
rniwa@webkit.org | [ES6] Class parser does not allow methods named set... |
blob | commitdiff | diff to current |
2015-08-04 |
utatane.tea@gmail.com | [ES6] Support Module Syntax |
blob | commitdiff | diff to current |
2015-08-03 |
commit-queue@webki... | Clean up the naming for AST expression generation. |
blob | commitdiff | diff to current |
2015-07-31 |
saambarati1@gmail.com | ES6 class syntax should use block scoping |
blob | commitdiff | diff to current |
2015-07-28 |
saambarati1@gmail.com | Implement catch scope using lexical scoping constructs... |
blob | commitdiff | diff to current |
2015-07-24 |
saambarati1@gmail.com | [ES6] Add support for default parameters |
blob | commitdiff | diff to current |
2015-07-23 |
utatane.tea@gmail.com | Introducing construct ability into JS executables |
blob | commitdiff | diff to current |
2015-07-21 |
saambarati1@gmail.com | DestructuringPatternNode and DestructuringAssignmentNod... |
blob | commitdiff | diff to current |
2015-07-21 |
commit-queue@webki... | Add support for the new.target syntax. |
blob | commitdiff | diff to current |
2015-07-19 |
saambarati1@gmail.com | Parser::parseFunctionInfo hits RELEASE_ASSERT for Arrow... |
blob | commitdiff | diff to current |
2015-07-19 |
saambarati1@gmail.com | [ES6] Add support for block scope const |
blob | commitdiff | diff to current |
2015-07-17 |
saambarati1@gmail.com | Function parameters should be parsed in the same parser... |
blob | commitdiff | diff to current |
2015-07-15 |
saambarati1@gmail.com | [ES6] implement block scoping to enable 'let' |
blob | commitdiff | diff to current |
2015-07-06 |
saambarati1@gmail.com | JSC's parser should follow the ES6 spec with respect... |
blob | commitdiff | diff to current |
2015-07-04 |
cdumez@apple.com | Drop RefPtr::clear() method |
blob | commitdiff | diff to current |
2015-07-02 |
saambarati1@gmail.com | Rename "Deconstruction" to "Destructuring" throughout JSC |
blob | commitdiff | diff to current |
2015-06-28 |
commit-queue@webki... | [ES6] Implement ES6 arrow function syntax. No Line... |
blob | commitdiff | diff to current |
2015-06-26 |
ossy@webkit.org | Fix the !ENABLE(ES6_ARROWFUNCTION_SYNTAX) build after... |
blob | commitdiff | diff to current |
2015-06-26 |
commit-queue@webki... | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-06-26 |
utatane.tea@gmail.com | [ES6] Support rest element in destructuring assignments |
blob | commitdiff | diff to current |
2015-06-23 |
utatane.tea@gmail.com | [ES6] Allow trailing comma in ArrayBindingPattern and... |
blob | commitdiff | diff to current |
2015-06-20 |
utatane.tea@gmail.com | [ES6] Destructuring assignment need to accept iterables |
blob | commitdiff | diff to current |
next |