[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / preparser.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-28 neis[es6] Ship rest parameters.
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-24 bmeurerRevert of [es6] Introduce spec compliant IsConstructor...
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-16 caitpotter88[cleanup] refactor ParsePropertyDefinition for clarity
2015-09-16 caitpotter88[es6] support `get` and `set` in shorthand properties
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-08-28 littledanSloppy-mode let parsing
2015-08-28 wingoDisallow yield in default parameter initializers
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-26 wingoIn generators, "yield" cannot be an arrow formal parame...
2015-08-26 wingoParse arrow functions at proper precedence level
2015-08-24 yangguoRevert of Parse arrow functions at proper precedence...
2015-08-21 wingoParse arrow functions at proper precedence level
2015-08-21 wingoFix parsing of arrow function formal parameters
2015-08-17 rossberg[es6] Implement default parameters
2015-08-15 caitpotter88[parser] make kInvalidLhsInFor a SyntaxError
2015-08-13 rossberg[es6] Remove redundant flag parameter
2015-08-13 adamk[es6] Make assignment to new.target an early ReferenceError
2015-08-12 littledanSplit function block scoping into a separate flag
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-07 rossberg[es6] Fix parsing of expressions in patterns
2015-08-05 adamkDelete --harmony-computed-property-names flag
2015-08-05 adamkDelete --harmony-unicode flag
2015-08-05 adamk[es6] Remove Scanner and Parser flags for harmony_modules
2015-08-05 rossberg[es6] Implement proper TDZ for parameters
2015-08-04 rossberg[es6] Refactor FormalParameter
2015-08-03 yangguoCreate function name const assignment after parsing...
2015-07-25 littledanSplit off a separate --harmony_sloppy_let flag
2015-07-23 rossberg[es6] Some renamings and minor clean-ups in parameter...
2015-07-23 rossberg[es6] Fix function context check for super and new...
2015-07-16 mstarzingerRepresent implicit 'this' binding by 'super' in AST.
2015-07-15 adamkFix spread array inside array literal
2015-07-15 mvstantonScoping error caused crash in CallICNexus::StateFromFee...
2015-07-14 littledanImprove parsing errors related to destructuring bind
2015-07-10 arv[es6] Handle conflicts for sloppy let
2015-07-09 adamkFix lazy compilation of eval() under nosnap/--use-strict
2015-07-08 arv[es6] Initial support for let/const bindings in sloppy...
2015-07-07 arvAdd a flag for legacy const semantics
2015-06-29 yangguoParse eagerly inside block scopes.
2015-06-26 dslomov[destructuring] Re-index materialized literals in arrow...
2015-06-26 arv[es6] Remove harmony-classes flag
2015-06-26 arv[es6] Remove harmony-object-literal flag
2015-06-25 wingoBetter error message for eval=>42 in strict mode
2015-06-24 wingoFix unexpected token messages in expression classifier
2015-06-22 dslomov[destructuring] Implement parameter pattern matching.
2015-06-22 machenbachRevert of [destructuring] Implement parameter pattern...
2015-06-22 dslomov[destructuring] Implement parameter pattern matching.
2015-06-19 wingoBetter error reporting for "return();"
2015-06-16 caitpotter88[parser] parse `CalllExpression TemplateLiteral` production
2015-06-15 dslomov[destructuring] Parse binding patterns in formal parame...
2015-06-15 rossberg[strong] Make strong 'this' optional for experimentation
2015-06-10 wingoSupport rest parameters in arrow functions
2015-06-09 dslomov[destructuring] Refactor duplicate parameter name detec...
2015-06-09 wingoSpeed up ExpressionClassifier::Accumulate
2015-06-09 arvRevert of Revert of [es6] Parsing of new.target (patchs...
2015-06-09 machenbachRevert of [es6] Parsing of new.target (patchset #2...
2015-06-09 arv[es6] Parsing of new.target
2015-06-08 mstarzingerDrop computed handler count and index from AST.
2015-06-04 arv[es6] super.prop, eval and lazy functions
2015-06-02 arv[es6] Super call in arrows and eval
2015-06-01 caitpotter88Revert of [es6] implement default parameters via desuga...
2015-06-01 caitpotter88[es6] implement default parameters via desugaring
2015-06-01 arvRevert of [es6] Super call in arrows and eval (patchset...
2015-06-01 arv[es6] Super call in arrows and eval
2015-05-26 arv[es6] Support super.property in eval and arrow functions
2015-05-21 arv[es6] Spread in array literals
2015-05-20 dslomov[destructuring] Implement spread binding patterns.
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 dslomov[destructuring] Support computed property names in...
2015-05-19 wingoReapply "Resolve references to "this" the same way...
2015-05-19 dslomov[destructuring] Implement initializers in patterns.
2015-05-19 wingoRevert of Reapply "Resolve references to "this" the...
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
2015-05-18 wingoReapply "Resolve references to "this" the same way...
2015-05-18 caitpotter88[parser] report SyntaxError if rest parameter used...
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-18 yangguoMigrate error messages, part 12.
2015-05-13 wingoRely on ExpressionClassifier to match valid arrow funct...
2015-05-13 yangguoRevert "Resolve references to "this" the same way as...
2015-05-13 wingoUse ExpressionClassifier to identify valid arrow functi...
2015-05-11 wingoRemove Scope::scope_uses_this_ flag
2015-05-07 machenbachRevert of Remove Scope::scope_uses_this_ flag (patchset...
2015-05-07 machenbachRevert of Remove Scope::scope_uses_arguments_ flag...
2015-05-06 wingoRemove Scope::scope_uses_arguments_ flag
2015-05-06 wingoRemove Scope::scope_uses_this_ flag
2015-05-06 vogelheimImplement a 'trial parse' step, that will abort pre...
2015-04-28 dslomovParsing binding patterns.
2015-04-27 dslomovUse ExpressionClassifier for bindings.
2015-04-24 vogelheimLolcode candidate: Both Expression and FunctionLiteral...
2015-04-22 dslomovIntroduce "expression classifier" to the parser.
2015-04-22 machenbachRevert of Revert of [strong] checking of this & super...
2015-04-22 machenbachRevert of [strong] checking of this & super in construc...
2015-04-21 rossberg[strong] checking of this & super in constructors
2015-04-21 wingoAllow eval/arguments in arrow functions
2015-04-21 wingoFactor formal argument parsing into ParserBase
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-17 wingoRevert "Factor formal argument parsing into ParserBase"
2015-04-16 conradw[strong] Implement static restrictions on switch statement
next