[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / ast.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 ishellAST pretty printer fix.
2015-09-28 ishellRemoving the Class/ObjectLiteral::LayoutFeedbackSlots().
2015-09-28 ishellRefactored interface of FeedbackVectorSpec and friends.
2015-09-28 ishellUse FeedbackVectorSlotKind instead of Code::Kind for...
2015-09-21 littledanImplement sloppy-mode block-defined functions (Annex...
2015-09-17 conradwFix temp_zone scoping when parsing inner function literals
2015-09-16 mvstantonRemove --pretenure-call-new
2015-09-10 mvstantonVector ICs: The Oracle needs to report feedback for...
2015-09-10 conradwParsing especially large nested functions takes up...
2015-08-31 bradnelsonDrop region parameter to Unbounded, as it can be done...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-26 mvstantonVector ICs: Ensure KeyedAccessStore mode is encoded...
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-13 adamk[es6] Make assignment to new.target an early ReferenceError
2015-08-13 yangguoMove regexp implementation into its own folder.
2015-08-12 mstarzingerRemove inline header includes from non-inline headers...
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-08 jkummerowFasterify ICSlotCache
2015-08-04 adamk[es6] new.target should not be shadowable in a with...
2015-07-30 mvstantonStop overallocating feedback vector slots.
2015-07-16 mstarzingerRepresent implicit 'this' binding by 'super' in AST.
2015-07-15 adamkFix spread array inside array literal
2015-07-13 rmcilroyMove SmartPointer to base.
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-10 bmeurerRemove more uses of the deprecated EnumSet template...
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-06-30 bradnelsonAllow numeric literals to be checked for a decimal...
2015-06-26 dslomov[destructuring] Re-index materialized literals in arrow...
2015-06-26 bmeurer[turbofan] Use proper eager deopts for %_ThrowNotDateEr...
2015-06-25 wingoReapply "Fix receiver when calling eval() bound by...
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-25 bbudgeMake helper functions compatible with larger ToBooleanS...
2015-06-24 machenbachRevert of Fix receiver when calling eval() bound by...
2015-06-24 wingoFix receiver when calling eval() bound by with scope
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-19 mstarzingerRemove deprecated SharedFunctionInfo::dont_cache predicate.
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-06-18 conradw[es6] Fix completion values of for loops with lexical...
2015-06-17 mstarzinger[turbofan] Ensure lazy bailout point in exception handler.
2015-06-10 erikcorryReland II of 'Optimize trivial regexp disjunctions...
2015-06-09 erikcorryRevert of Reland of 'Optimize trivial regexp disjunctio...
2015-06-09 erikcorryReland of 'Optimize trivial regexp disjunctions' CL...
2015-06-09 erikcorryRevert of Optimize trivial regexp disjunctions (patchse...
2015-06-09 erikcorryOptimize trivial regexp disjunctions
2015-06-08 mstarzingerDrop computed handler count and index from AST.
2015-06-08 mvstantonVector ICs: ClassLiterals need to allocate a vector...
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 arvRevert of [es6] Super call in arrows and eval (patchset...
2015-06-01 arv[es6] Super call in arrows and eval
2015-05-27 mvstantonVectorICs: allocating slots for store ics in ast nodes.
2015-05-26 arv[es6] Support super.property in eval and arrow functions
2015-05-22 mvstantonRemove unnecessary TypeFeedbackIds, saves memory and...
2015-05-21 mstarzinger[turbofan] Prepare mechanism to enable TF on language...
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-15 dslomov[destructuring] Adapting PatternRewriter to work in...
2015-05-13 wingoRely on ExpressionClassifier to match valid arrow funct...
2015-05-11 titzerAdd a bailout id just before every variable load in...
2015-05-06 vogelheimImplement a 'trial parse' step, that will abort pre...
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-04-30 adamkRemove unused Module-related AST nodes and associated...
2015-04-24 mstarzinger[turbofan] Fix frame state for class literal definition.
2015-04-24 vogelheimLolcode candidate: Both Expression and FunctionLiteral...
2015-04-23 marja[strong] Stricter check for referring to other classes...
2015-04-21 mstarzinger[turbofan] Use FastCloneShallow[Array|Object]Stub if...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-16 marja[strong] Allow mutually recursive classes.
2015-04-15 mstarzinger[turbofan] Fix ForInStatement that deopts during filter.
2015-04-15 mvstantonPass load ic state through the Oracle.
2015-04-09 caitpotter88[es6] implement spread calls
2015-03-30 mvstantonEnsure object literal element boilerplates aren't modified.
2015-03-24 aperezCleanups needed for this-scoping in arrow functions
2015-03-24 verwaestIf CallNew targets a constant global, set its state...
2015-03-18 verwaestDisinherit PropertyCell from Cell
2015-03-17 mvstantonFeedback vector: ASAN found memory leaks during AST...
2015-03-12 mvstantonVector-ICs: Implement slot sharing for global loads.
2015-03-10 marja[strong] More scoping related errors: object literal...
2015-03-02 Sven PanneRemoved funky Maybe constructor and made fields private.
2015-03-02 Sven PannePolish Maybe API a bit, removing useless creativity...
2015-02-26 adamkRe-introduce ImportDeclaration to the parser
2015-02-26 titzerRemove RecordTypeFeedback() methods from some AST class...
2015-02-26 marja[strong] Declaration-after-use errors.
2015-02-23 arvfor-of should throw if result object is not an object
2015-02-19 rossberg[strong] make function and class declarations lexical...
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-13 arvES6 Classes: Remove tracking of super construct calls.
2015-02-12 bmeurerFix invalid use of int in Zone.
2015-02-06 dslomovnew classes: assert that constructors are not callable...
2015-02-05 Erik ArvidssonAccessor functions should have no prototype property
next