Revert of Deactivate Parser Bookmarks (patchset #1 id:1 of https://codereview.chromiu...
[platform/upstream/v8.git] / src / parser.cc
2015-09-07 hablichRevert of Deactivate Parser Bookmarks (patchset #1...
2015-09-04 hablichDeactivate Parser Bookmarks.
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-09-01 littledanStage sloppy let
2015-09-01 conradw[strong] Class constructor bodies cannot contain "use...
2015-09-01 littledanRevert of Stage sloppy let (patchset #7 id:120001 of...
2015-09-01 littledanStage sloppy let
2015-08-31 bradnelsonTreat the x*1 generated by parsing a unary + as contain...
2015-08-28 littledanPropagate switch statement value for 'eval'
2015-08-28 littledanEnsure hole checks take place in switch statement scopes
2015-08-28 littledanSloppy-mode let parsing
2015-08-27 yangguoRemove builtin/runtime name clash presubmit check.
2015-08-26 mstarzingerRemove named load from builtin in default super call.
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-26 wingoParse arrow functions at proper precedence level
2015-08-25 rossberg[es6] Remaining cases of parameter scopes for sloppy...
2015-08-24 littledanAdd a separate scope for switch
2015-08-24 rossberg[es6] Fix default parameters in arrow functions
2015-08-24 yangguoDebugger: use correct position for for-next expression...
2015-08-24 yangguoRevert of Parse arrow functions at proper precedence...
2015-08-22 littledanRevert of Add a separate scope for switch (patchset...
2015-08-22 littledanFix function scoping issue
2015-08-21 littledanAdd a separate scope for switch
2015-08-21 wingoParse arrow functions at proper precedence level
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-15 caitpotter88[parser] make kInvalidLhsInFor a SyntaxError
2015-08-14 mstarzingerRemove grab-bag includes of v8.h from several files.
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 littledanUse a new lexical context for sloppy-mode eval
2015-08-11 littledanDelete outdated comment about a bug which was fixed...
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
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-30 mvstantonBugfix: CCTest test-func-name-inference/InConstructor...
2015-07-25 littledanSplit off a separate --harmony_sloppy_let flag
2015-07-23 rossberg[es6] Fix and clean up recognition of simple parameter...
2015-07-23 rossberg[es6] Make sure temporaries are not allocated in block...
2015-07-23 rossberg[es6] Some renamings and minor clean-ups in parameter...
2015-07-20 rossberg[strong] Keep language mode consistent
2015-07-20 rossberg[es6] Check declaration conflicts between non-simple...
2015-07-16 caitpotter88[parser] use-strict directives in function body affect...
2015-07-16 mstarzingerRemove obsolete %CallSuperWithSpread intrinsic.
2015-07-15 rossberg[es6] Implement inner scope for functions with destruct...
2015-07-15 mvstantonScoping error caused crash in CallICNexus::StateFromFee...
2015-07-14 littledanImprove error message for duplicate parameters
2015-07-13 rmcilroyMove SmartPointer to base.
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-07-06 ishellSupport for global var shortcuts in script contexts.
2015-07-06 yangguoDebugger: use debug break slots instead of ICs (except...
2015-07-01 adamkRemove unused is_class_scope bit from Scope and ScopeInfo
2015-07-01 adamk[es6] Ensure that for-in/of loops have a proper TDZ...
2015-06-30 bradnelsonAllow numeric literals to be checked for a decimal...
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-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-18 conradw[es6] Fix completion values of for loops with lexical...
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 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-04 arvRefactor lexical home object binding
2015-06-02 arv[es6] Super call in arrows and eval
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
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-21 dslomov[destructuring] Implement pattern matching in lexcal...
2015-05-21 arv[es6] Spread in array literals
2015-05-20 dslomov[destructuring] Implement BindingArrayPattern
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 wingoReapply "Resolve references to "this" the same way...
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 dslomov[destructuring] More tests for object literal pattern
next