[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / variables.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-04 rossbergCorrect handling of temporaries as parameters.
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 wingoRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 machenbachRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
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-04-24 marja[strong] Simplify the classes-referring-to-classes...
2015-04-24 marja[strong] Sanity fix / follow up for r28032.
2015-04-23 marja[strong] Stricter check for referring to other classes...
2015-04-16 marja[strong] Allow mutually recursive classes.
2015-03-24 marja[strong] Check strong mode free variables against the...
2015-03-24 aperezCleanups needed for this-scoping in arrow functions
2015-02-26 marja[strong] Declaration-after-use errors.
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-06-26 rossberg@chromium.orgInfer whether a variable is assigned in inner functions
2014-06-24 marja@chromium.orgNew try: Parser: Delay internalizing strings and values
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-18 marja@chromium.orgRevert "Parser: Delay internalizing strings and values...
2014-06-13 marja@chromium.orgParser: Delay internalizing strings and values.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-02 rossberg@chromium.orgMake invalid LHSs that are calls late errors
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2013-02-28 rossberg@chromium.orgRenamed "symbols" to "internalized strings" throughout...
2012-11-16 svenpanne@chromium.orgRemoved a bunch of GetExistingThreadLocal calls by...
2012-08-29 rossberg@chromium.orgIntroduce some predicates over variable modes.
2012-08-28 rossberg@chromium.orgAllocate block-scoped global bindings to global context.
2012-08-23 erik.corry@gmail.comMake the performance of the VM more predictable by...
2012-03-08 rossberg@chromium.orgBasic interface inference for modules.
2011-11-08 keuchel@chromium.orgReapply r9870 "Remove some initialization checks based...
2011-11-07 keuchel@chromium.orgRevert r9870 due to browser-test failures.
2011-11-03 keuchel@chromium.orgClean up Scope::CollectUsedVariables.
2011-11-03 keuchel@chromium.orgTune context allocation for variables accessed from...
2011-11-03 keuchel@chromium.orgRemove some initialization checks based on source posit...
2011-11-03 keuchel@chromium.orgRemove some unnecessary binding initialization checks.
2011-10-31 lrn@chromium.orgMake eval consider anything on the form eval(args....
2011-10-25 keuchel@chromium.orgBlock scoped const variables.
2011-10-17 keuchel@chromium.orgIntroduce with scope and rework variable resolution.
2011-10-11 fschneider@chromiu... Move declaration of SerializedScopeInfo from variables...
2011-09-14 keuchel@chromium.orgMark variables as being accessed from any inner scope...
2011-09-07 kmillikin@chromium.orgRemove variable rewrites and the unneccesary Slot class.
2011-08-16 keuchel@chromium.orgParse harmony let declarations.
2011-08-11 keuchel@chromium.orgPreliminary code for block scopes and block contexts.
2011-06-16 karlklose@chromium.orgMerge arguments branch to bleeding edge (second try).
2011-06-16 karlklose@chromium.orgRevert "Merge arguments branch to bleeding merge."
2011-06-15 karlklose@chromium.orgMerge arguments branch to bleeding merge.
2011-04-07 ager@chromium.orgRemove some dead code.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-01-26 mmaly@chromium.orgCompress Variable class.
2011-01-17 antonm@chromium.orgMake closures optimizable by Crankshaft compiler.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-09-24 kmillikin@chromium.orgFix some inconsistent formatting.
2010-09-24 kmillikin@chromium.orgClean up some messiness in Scopes.
2010-03-22 fschneider@chromiu... Loop peeling for inner loops.
2010-03-09 kmillikin@chromium.orgAdd IsStackAllocated helper for variables.
2010-03-08 kmillikin@chromium.orgRemove unneeded variable usage analysis.
2009-12-17 iposva@chromium.org- Undo unfortunate renaming of StaticType.
2009-09-29 kmillikin@chromium.orgRemove CallEval as a subclass of the Call AST node...
2009-08-03 sgjesse@chromium.orgRemoved some comments which did not make any sense.
2009-07-07 kmillikin@chromium.orgAllow variable proxies for the same global variable...
2009-06-24 kasperl@chromium.orgAllocate arguments object on-demand instead of at funct...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-04-03 lrn@chromium.orgTracks static type of strings in frame elements and...
2009-02-18 ager@chromium.orgNot sure what happened, but my revert did not get every...
2009-02-18 ager@chromium.orgRevert eval changes since there is a crash that I don...
2009-02-18 ager@chromium.orgOptimize loads from variables that might be shadowed...
2008-10-28 iposva@chromium.orgFix compile failure with very strict gcc warning rules...
2008-10-28 iposva@chromium.orgTrack whether a node or variable are likely to be a...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.