[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / parser.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-21 littledanImplement sloppy-mode block-defined functions (Annex...
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-25 rossberg[es6] Remaining cases of parameter scopes for sloppy...
2015-08-25 rossberg[es6] Correct length for functions with default parameters
2015-08-24 littledanAdd a separate scope for switch
2015-08-22 littledanRevert of Add a separate scope for switch (patchset...
2015-08-21 littledanAdd a separate scope for switch
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-17 rossberg[es6] Implement default parameters
2015-08-05 rossberg[es6] Implement proper TDZ for parameters
2015-08-04 rossberg[es6] Refactor FormalParameter
2015-08-04 rossbergCorrect handling of temporaries as parameters.
2015-08-03 yangguoCreate function name const assignment after parsing...
2015-07-23 rossberg[es6] Fix and clean up recognition of simple parameter...
2015-07-23 rossberg[es6] Some renamings and minor clean-ups in parameter...
2015-07-16 caitpotter88[parser] use-strict directives in function body affect...
2015-07-15 mvstantonScoping error caused crash in CallICNexus::StateFromFee...
2015-07-09 adamkFix lazy compilation of eval() under nosnap/--use-strict
2015-06-26 dslomov[destructuring] Re-index materialized literals in arrow...
2015-06-24 dslomovUse C runtime functions for ThrowNewXXError desugarings.
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-10 wingoSupport rest parameters in arrow functions
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-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 dslomov[destructuring] Grand for statement parsing unification.
2015-05-20 dslomov[destructuring] Implement BindingArrayPattern
2015-05-19 dslomov[destructuring] Implement initializers in patterns.
2015-05-18 dslomov[destructuring] More tests for object literal pattern
2015-05-18 yangguoMigrate error messages, part 12.
2015-05-15 dslomov[destructuring] Adapting PatternRewriter to work in...
2015-05-13 wingoUse ExpressionClassifier to identify valid arrow functi...
2015-05-11 dslomov[destructuring] Implement basic binding destructuring...
2015-05-06 vogelheimImplement a 'trial parse' step, that will abort pre...
2015-04-27 wingoEagerly declare eval scopes, even for sloppy scopes
2015-04-24 marjaRevert of Eagerly declare eval scopes, even for sloppy...
2015-04-23 wingoEagerly declare eval scopes, even for sloppy scopes
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-17 wingoRevert "Factor formal argument parsing into ParserBase"
2015-04-16 conradw[strong] Implement static restrictions on switch statement
2015-04-16 wingoSimplify DoParseProgram
2015-04-15 machenbachRevert of Simplify DoParseProgram (patchset #2 id:20001...
2015-04-15 wingoSimplify DoParseProgram
2015-04-14 wingoAllow eval/arguments in arrow functions
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-23 titzerMove this_has_uses from ParseInfo back into Compilation...
2015-03-19 svenpanneSome CompilationInfo-related cleanup.
2015-03-12 Sven PanneRemove funky 2-stage initialization of ParserInfo and...
2015-03-09 titzerExtract ParseInfo from CompilationInfo.
2015-03-03 rossberg[es6] Fix for-const loops
2015-02-26 adamkRe-introduce ImportDeclaration to the parser
2015-02-26 marja[strong] Declaration-after-use errors.
2015-02-25 adamkRename ParseModule to ParseModuleItemList
2015-02-25 adamkSimplify error message logic in ParseImportNames
2015-02-25 marjaMove compilation error handling into a separate class.
2015-02-24 adamkFix up ParseProgram and ParseModule to do something...
2015-02-20 adamkReplace is_reference_error bool argument with ParseErro...
2015-02-20 titzerPass Isolate* more explicitly in Parser, with less...
2015-02-19 adamkTeach ModuleDescriptor about basic local exports
2015-02-19 rossberg[strong] Deprecate arguments
2015-02-19 rossberg[strong] Deprecate for-in
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-17 Andreas Rossberg[strong] deprecate empty sub-statements
2015-02-13 arvFix lazy parsing for functions that use super.
2015-02-12 marjaParser / PreParser: trivial unifications
2015-02-12 marjaParsing: Make Parser not know about Isolate during...
2015-02-12 Ben L. TitzerInline the ParseInfo structure as parameters to the...
2015-02-11 dslomovnew classes: implement default constructors.
2015-02-10 marjaGet rid of PreParserScope.
2015-02-06 adamkAdd basic compilation support for modules
2015-02-06 marjaPreParser / Parser consistency: Make PreParser aware...
2015-02-06 dslomovnew classes: assert that constructors are not callable...
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 dslomovnew classes: special construct stub for derived classs...
2015-01-30 adamkImplemented new syntax for ImportDeclarations
2015-01-29 aperezDo not create unresolved variables when parsing arrow...
next