[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / prettyprinter.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-06-01 arvFix issue with --print-ast and class expressions
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-01-23 dannoRemove the dependency of Zone on Isolate
2015-01-21 verwaestAdd a pretty printer to improve the error message non...
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-09-16 arv@chromium.orgClass syntax parsing
2014-06-24 marja@chromium.orgNew try: Parser: Delay internalizing strings and values
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-01-21 rossberg@chromium.orgZonify types in compiler frontend
2013-09-02 dcarney@chromium.orgremove Isolate::Current from most files starting with 'a'
2013-05-08 svenpanne@chromium.orgConsistently start (almost) all AstPrinter::VisitFoo...
2012-12-18 danno@chromium.orgRe-land Crankshaft-generated KeyedLoad stubs.
2012-12-10 danno@chromium.orgRevert 13157, 13145 and 13140: Crankshaft code stubs.
2012-12-05 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-03 danno@chromium.orgRevert 13117: "Enable stub generation using Hydrogen...
2012-12-03 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-11-30 danno@chromium.orgRevert 13105: "Enable stub generation using Hydrogen...
2012-11-30 danno@chromium.orgEnable stub generation using Hydrogen/Lithium.
2012-02-08 kmillikin@chromium.orgRemove the JSON AST printing support.
2011-09-07 kmillikin@chromium.orgRemove variable rewrites and the unneccesary Slot class.
2011-05-06 svenpanne@chromium.orgA tiny contribution for the IWYU day: Include allocatio...
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.
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-08-24 kasperl@chromium.orgCleanup the AST code by removing unused parts and get...
2010-03-23 fschneider@chromiu... Add iterative primitive type analysis.
2010-01-29 fschneider@chromiu... Add a pass for the fast compiler to label expression...
2009-12-17 iposva@chromium.org- Undo unfortunate renaming of StaticType.
2009-10-12 kmillikin@chromium.orgInitial implementation of printing the AST as a JSON...
2009-07-30 kmillikin@chromium.orgAnother name change for consistency's sake. NODE_LIST...
2009-07-30 kmillikin@chromium.orgChange the overly-general class named Node to the more...
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...
2008-11-27 olehougaardChange implementation of eval to make an exact distinct...
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.