[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / token.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-28 littledanSloppy-mode let parsing
2015-03-03 verwaestSpeed up parsing of smis
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-30 caitpotter88Implement parsing of ES6 Rest Parameters
2014-11-14 caitpotter88Implement ES6 Template Literals
2014-09-29 arv@chromium.orgES6: Implement object literal property shorthand
2014-09-16 arv@chromium.orgClass syntax parsing
2014-08-18 dslomov@chromium.orgParse 'super' keyword.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-14 marja@chromium.orgImplement handling of arrow functions in the parser
2014-07-11 marja@chromium.orgRevert "Implement handling of arrow functions in the...
2014-07-10 marja@chromium.orgImplement handling of arrow functions in the parser
2014-07-08 marja@chromium.orgRevert "Implement handling of arrow functions in the...
2014-07-08 marja@chromium.orgImplement handling of arrow functions in the parser
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
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-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2013-12-02 bmeurer@chromium.orgRefactor BinaryOpIC to be able to use different stubs.
2013-07-25 mmassi@chromium.orgNew array bounds check elimination pass (focused on...
2013-04-02 mstarzinger@chromi... Add parser support for generators.
2013-02-13 jkummerow@chromium.orgFix NegateCompareOp and InvertCompareOp
2012-11-05 ulan@chromium.orgAdd rotate-right instruction to hydrogen and use it...
2012-03-02 danno@chromium.orgInline ordered relational compares of mixed double...
2012-02-24 rossberg@chromium.orgMake 'module' a context-sensitive keyword.
2012-02-08 rossberg@chromium.orgExtend scanner with new Harmony module keywords (under...
2011-10-25 keuchel@chromium.orgBlock scoped const variables.
2011-09-19 svenpanne@chromium.orgUnify the handling of comparinsons against null and...
2011-08-30 keuchel@chromium.orgTemporal dead zone behaviour for let bindings.
2011-08-16 keuchel@chromium.orgParse harmony let declarations.
2011-08-09 vitalyr@chromium.orgSimpler (and a bit faster) keyword matcher.
2011-06-24 keuchel@chromium.orgProper handling of future reserved words in strict...
2011-06-20 lrn@chromium.orgMake "native" not a keyword.
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-02-04 peterhal@chromium.orgIssue 117 - strict mode and future reserved words
2011-01-12 erik.corry@gmail.comFixes needed to compile on gcc-4.4.1 on ARM. It is...
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-11-05 lrn@chromium.orgMove part of scanner.* into scanner-base.* for reuse...
2010-08-26 kasperl@chromium.orgAdd inlining of binary smi operations in the full codeg...
2010-08-06 sgjesse@chromium.orgRe-apply r5165 (Added support for ES5's propertyname...
2010-08-05 sgjesse@chromium.orgRevert r5165 (Added support for ES5's propertyname...
2010-08-02 lrn@chromium.orgAdded support for ES5's propertyname production.
2009-12-11 fschneider@chromiu... Adding compound assignments to the top-level compiler.
2009-12-11 erik.corry@gmail.comGive the binary op stubs better names to make profiles...
2009-11-05 lrn@chromium.orgRemoved (now) unused Token-lookup code.
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-13 kasperl@chromium.orgOptimize the lexical scanner by selective inlining...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.