[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / typing.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-01 bradnelsonEliminate use of CompilationInfo in several AstVisitor...
2015-08-21 bradnelsonDon't allocate AstTyper with the zone allocator.
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-02-12 bmeurerFix invalid use of int in Zone.
2015-02-11 titzerReduce the number of #includes of compiler.h.
2014-10-29 jkummerow@chromium.orgAdd a few missing overrides found by a new clang warning.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
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-01-21 rossberg@chromium.orgZonify types in compiler frontend
2013-12-18 yangguo@chromium.orgCollect type information based on stack allocated value...
2013-12-12 yangguo@chromium.orgFix off-by-one error in AstTyper, part 2.
2013-12-11 yangguo@chromium.orgFix off-by-one error in AstTyper.
2013-08-06 jkummerow@chromium.orgUn-revert "Implement simple effect typing for variables...
2013-07-19 jkummerow@chromium.orgRevert "Implement simple effect typing for variables...
2013-07-19 rossberg@chromium.orgImplement simple effect typing for variables
2013-07-11 rossberg@chromium.orgIntroduce type Bounds record
2013-07-09 rossberg@chromium.orgUnrevert^2 "Derive synthetic type bounds for expressions""
2013-07-08 rossberg@chromium.orgRevert^2 "Derive synthetic type bounds for expressions""
2013-07-08 rossberg@chromium.orgUnrevert "Derive synthetic type bounds for expressions"
2013-07-02 rossberg@chromium.orgRevert "Derive synthetic type bounds for expressions"
2013-07-01 rossberg@chromium.orgDerive synthetic type bounds for expressions
2013-06-21 rossberg@chromium.orgUse AST's type field and merge types for unary, binary...
2013-06-12 rossberg@chromium.orgMigrate Compare ICs to new type rep
2013-05-27 rossberg@chromium.orgCollect type feedback in separate pass and store it...