[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / preparser.cc
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-28 mstarzinger[presubmit] Fix whitespace/semicolon linter violations.
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-18 adamkStop emitting kSloppyLexical errors when --harmony...
2015-09-01 conradw[strong] Class constructor bodies cannot contain "use...
2015-08-28 littledanSloppy-mode let parsing
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-15 caitpotter88[parser] make kInvalidLhsInFor a SyntaxError
2015-08-13 adamkAlign PreParser for loop early error-checking with...
2015-08-13 adamk[es6] Make assignment to new.target an early ReferenceError
2015-08-04 rossberg[es6] Refactor FormalParameter
2015-07-23 rossberg[es6] Some renamings and minor clean-ups in parameter...
2015-07-20 rossberg[strong] Keep language mode consistent
2015-07-15 mvstantonScoping error caused crash in CallICNexus::StateFromFee...
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-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-15 dslomov[destructuring] Parse binding patterns in formal parame...
2015-06-15 rossberg[strong] Make strong 'this' optional for experimentation
2015-06-09 dslomov[destructuring] Refactor duplicate parameter name detec...
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-04 arv[es6] super.prop, eval and lazy functions
2015-06-01 caitpotter88Revert of [es6] implement default parameters via desuga...
2015-06-01 caitpotter88[es6] implement default parameters via desugaring
2015-05-26 arv[es6] Support super.property in eval and arrow functions
2015-05-18 caitpotter88[parser] report SyntaxError if rest parameter used...
2015-05-18 yangguoMigrate error messages, part 12.
2015-05-13 wingoUse ExpressionClassifier to identify valid arrow functi...
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-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 wingoFactor formal argument parsing into ParserBase
2015-04-17 wingoRevert "Factor formal argument parsing into ParserBase"
2015-04-16 conradw[strong] Implement static restrictions on switch statement
2015-04-13 wingoRefactor formal parameter error locations into a class
2015-04-13 wingoFactor formal argument parsing into ParserBase
2015-04-10 conradw[strong] Implement static restrictions on binding ...
2015-04-10 conradw[strong] Implement static restrictions on binding/assig...
2015-04-09 caitpotter88[es6] implement spread calls
2015-04-08 caitpotter88[parser] report better errors for multiple ForBindings...
2015-04-07 caitpotter88[es6] emit error when for-in loop declarations are...
2015-03-19 rossberg[strong] Check constructor returns
2015-03-13 dslomovFix test for function declarations syntax error.
2015-03-13 rossberg[strong] Check super constructor calls
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-02-20 adamkReplace is_reference_error bool argument with ParseErro...
2015-02-19 rossberg[strong] Deprecate for-in
2015-02-17 Andreas Rossberg[strong] deprecate empty sub-statements
2015-02-17 marja[strong] Forbid var.
2015-02-13 arvFix lazy parsing for functions that use super.
2015-02-12 marjaParser / PreParser: trivial unifications
2015-02-10 marjaGet rid of PreParserScope.
2015-02-06 arvRename ParseSourceElements in preparser too
2015-02-06 arvAllow eval and arguments as property names
2015-02-06 dslomovnew classes: assert that constructors are not callable...
2015-02-05 marjaAdd strong mode.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 dslomovnew classes: special construct stub for derived classs...
2015-01-30 caitpotter88Implement parsing of ES6 Rest Parameters
2015-01-30 arvLexical declarations should not be allowed in Statement
2015-01-29 arvMove object literal checking into checker classes
2015-01-15 arvES6 computed property names
2014-12-18 caitpotter88Simplify scanner and generate better error message...
2014-12-17 machenbachRevert of ES6 computed property names (patchset #1...
2014-12-17 arvES6 computed property names
2014-12-16 arvRevert of ES6 computed property names (patchset #1...
2014-12-16 arvES6 computed property names
2014-12-15 arvRevert of ES6 computed property names (patchset #9...
2014-12-15 arvES6 computed property names
2014-11-20 Andreas RossbergDisable classes in sloppy mode unless --harmony-sloppy...
2014-11-18 dslomovharmony-scoping: better error messages for let declarat...
2014-11-14 arvClasses: Implement correct name binding
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-03 arv@chromium.orgClasses: static should still be treated as a strict...
2014-10-24 dslomov@chromium.orgCheck string literals with escapes in PreParserTraits...
2014-10-23 dslomov@chromium.orgharmony-scoping: Allow 'const' iteration variables...
2014-10-23 dslomov@chromium.orgRevert "harmony-scoping: Allow 'const' iteration variab...
2014-10-23 dslomov@chromium.orgharmony-scoping: Allow 'const' iteration variables...
2014-10-21 wingo@igalia.comAssign bailout and type feedback IDs in a post-pass
2014-10-21 svenpanne@chromium.orgRevert "Assign bailout and type feedback IDs in a post...
2014-10-21 svenpanne@chromium.orgAssign bailout and type feedback IDs in a post-pass
2014-10-21 svenpanne@chromium.orgRemove v8stdint.h, it doesn't serve a purpose anymore.
2014-10-20 bmeurer@chromium.orgRemove (untested) code for unsupported compilers.
2014-10-09 svenpanne@chromium.orgSimplify AST ID generation.
2014-10-07 svenpanne@chromium.orgDo not save/restore AST id generator.
2014-09-16 arv@chromium.orgClass syntax parsing
2014-09-16 wingo@igalia.comEnable ES6 generators
2014-09-10 arv@chromium.orgES6: Add support for method shorthand in object literals
2014-08-22 arv@chromium.orgFix issue with numeric property names
next