2016-04-20 |
sbarati@apple.com | Remove unused m_writtenVariables from the parser and... |
blob | commitdiff |
2016-04-12 |
sbarati@apple.com | We incorrectly parse arrow function expressions |
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-04-01 |
sbarati@apple.com | Revert rewrite const as var workaround |
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-18 |
sbarati@apple.com | Implement SmallPtrSet and integrate it into the Parser |
blob | commitdiff | diff to current |
2016-03-18 |
fpizlo@apple.com | Replace all of the various non-working and non-compilin... |
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-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-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-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-09 |
fpizlo@apple.com | Don't crash if we fail to parse a builtin |
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-01-26 |
commit-queue@webki... | [ES6] Arrow function syntax. Arrow function specific... |
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-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-13 |
akling@apple.com | CachedScript could have a copy-free path for all-ASCII... |
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-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 |
sbarati@apple.com | Rewrite "const" as "var" for iTunes/iBooks on the Mac |
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-31 |
commit-queue@webki... | Web Inspector: Test Debugger.scriptParsed events receiv... |
blob | commitdiff | diff to current |
2015-10-20 |
joepeck@webkit.org | Web Inspector: JavaScriptCore should parse sourceURL... |
blob | commitdiff | diff to current |
2015-10-15 |
commit-queue@webki... | Unreviewed, rolling out r191135. |
blob | commitdiff | diff to current |
2015-10-15 |
commit-queue@webki... | Web Inspector: JavaScriptCore should parse sourceURL... |
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-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-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-04 |
utatane.tea@gmail.com | [ES6] Support Module Syntax |
blob | commitdiff | diff to current |
2015-07-24 |
saambarati1@gmail.com | [ES6] Add support for default parameters |
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-03 |
utatane.tea@gmail.com | Relax builtin JS restriction about try-catch |
blob | commitdiff | diff to current |
2015-07-02 |
saambarati1@gmail.com | Rename "Deconstruction" to "Destructuring" throughout JSC |
blob | commitdiff | diff to current |
2015-06-26 |
commit-queue@webki... | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-06-18 |
saambarati1@gmail.com | [ES6] support default values in deconstruction paramete... |
blob | commitdiff | diff to current |
2015-05-23 |
utatane.tea@gmail.com | Introduce UniquedStringImpl and SymbolImpl to separate... |
blob | commitdiff | diff to current |
2015-05-20 |
commit-queue@webki... | ES6: Should not allow duplicate basic __proto__ propert... |
blob | commitdiff | diff to current |
2015-05-15 |
commit-queue@webki... | Fix typo in function name parseFunctionParamters -... |
blob | commitdiff | diff to current |
2015-05-14 |
commit-queue@webki... | Small refactoring before implementation of the ES6... |
blob | commitdiff | diff to current |
2015-05-14 |
utatane.tea@gmail.com | [ES6] Implement tagged templates |
blob | commitdiff | diff to current |
2015-05-13 |
commit-queue@webki... | Unreviewed, rolling out r184313. |
blob | commitdiff | diff to current |
2015-05-13 |
commit-queue@webki... | Small refactoring before ES6 Arrow function implementation. |
blob | commitdiff | diff to current |
2015-05-13 |
joepeck@webkit.org | Pass String as reference in more places |
blob | commitdiff | diff to current |
2015-05-02 |
rniwa@webkit.org | Class syntax should allow string and numeric identifier... |
blob | commitdiff | diff to current |
2015-04-27 |
utatane.tea@gmail.com | [ES6] Implement ES6 template literals |
blob | commitdiff | diff to current |
2015-03-31 |
rniwa@webkit.org | eval("this.foo") causes a crash if this had not been... |
blob | commitdiff | diff to current |
2015-03-28 |
rniwa@webkit.org | parse doesn't initialize the 16-bit version of the... |
blob | commitdiff | diff to current |
2015-03-25 |
joepeck@webkit.org | ES6: Classes: Program level class statement throws... |
blob | commitdiff | diff to current |
2015-03-20 |
ggaren@apple.com | FunctionBodyNode should known where its parameters... |
blob | commitdiff | diff to current |
2015-03-18 |
ggaren@apple.com | Function bodies should always include braces |
blob | commitdiff | diff to current |
2015-03-17 |
ggaren@apple.com | Built-in functions should know that they use strict... |
blob | commitdiff | diff to current |
2015-03-17 |
rniwa@webkit.org | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-03-13 |
rniwa@webkit.org | Class constructor should throw TypeError when "called" |
blob | commitdiff | diff to current |
2015-03-11 |
rniwa@webkit.org | Calling super() in a base class results in a crash |
blob | commitdiff | diff to current |
2015-03-09 |
rniwa@webkit.org | Support extends and super keywords |
blob | commitdiff | diff to current |
2015-03-06 |
commit-queue@webki... | ES6: Object Literal Extensions - Methods |
blob | commitdiff | diff to current |
2015-02-25 |
benjamin@webkit.org | Make ParserError immutable by design |
blob | commitdiff | diff to current |
2015-02-05 |
saambarati1@gmail.com | Crash in uninitialized deconstructing variable. |
blob | commitdiff | diff to current |
2015-01-29 |
rniwa@webkit.org | Implement ES6 class syntax without inheritance support |
blob | commitdiff | diff to current |
2015-01-22 |
rniwa@webkit.org | Consolidate out arguments of parseFunctionInfo into... |
blob | commitdiff | diff to current |
2014-12-15 |
commit-queue@webki... | Unreviewed, rolling out r177284. |
blob | commitdiff | diff to current |
2014-12-15 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-12-11 |
gyuyoung.kim@samsu... | Use std::unique_ptr instead of OwnPtr in JSC - heap... |
blob | commitdiff | diff to current |
2014-12-09 |
ggaren@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2014-12-05 |
ggaren@apple.com | Removed the concept of ParserArenaRefCounted |
blob | commitdiff | diff to current |
2014-12-03 |
ggaren@apple.com | Removed the global parser arena |
blob | commitdiff | diff to current |
2014-12-03 |
mark.lam@apple.com | Rolling out r176592, r176603, r176616, and r176705... |
blob | commitdiff | diff to current |
2014-12-01 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-10-30 |
saambarati1@gmail.com | AST Nodes should keep track of their end offset |
blob | commitdiff | diff to current |
2014-10-17 |
oliver@apple.com | Various arguments optimisations in codegen fail to... |
blob | commitdiff | diff to current |
2014-10-10 |
commit-queue@webki... | Unreviewed, rolling out r174606. |
blob | commitdiff | diff to current |
next |