Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Rebase Joe's anon classes implementation | krakjoe | 2015-04-26 | 1 | -1/+3 | |
* | | Drop ??? for AST_ZNODE in ast pretty printer | Nikita Popov | 2015-04-14 | 1 | -1/+4 | |
* | | Add "yield from" support to ast pretty printer | Nikita Popov | 2015-04-14 | 1 | -0/+3 | |
* | | Convert fatal errors into EngineExceptions | Dmitry Stogov | 2015-04-02 | 1 | -54/+118 | |
* | | Use zend_error_noreturn() for fatal errors | Dmitry Stogov | 2015-04-01 | 1 | -2/+2 | |
* | | Unused var | Xinchen Hui | 2015-02-21 | 1 | -1/+0 | |
* | | Implemented AST pretty-printer | Dmitry Stogov | 2015-02-19 | 1 | -0/+1142 | |
* | | Implement return types | Levi Morrison | 2015-01-27 | 1 | -1/+3 | |
* | | Provide compiler hook for altering the AST pre-compilation. | Sara Golemon | 2015-01-19 | 1 | -0/+2 | |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
* | | Micro optimaztion (yeah, I know compiler supposed to do that) | Xinchen Hui | 2014-12-22 | 1 | -2/+2 | |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -53/+47 | |
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+6 | |
* | | cleanup TSRMLS_FETCH | Anatol Belski | 2014-09-26 | 1 | -6/+0 | |
* | | fix unsigned negation | Anatol Belski | 2014-09-15 | 1 | -1/+1 | |
* | | Use zval_ptr_dtor_nogc to destroy literals | Nikita Popov | 2014-09-03 | 1 | -6/+1 | |
* | | fix C89 compat | Anatol Belski | 2014-08-31 | 1 | -7/+16 | |
* | | Don't distinguish between ast/list in parser | Nikita Popov | 2014-08-29 | 1 | -6/+9 | |
* | | Merge remote-tracking branch 'php-src/master' into ast | Nikita Popov | 2014-08-25 | 1 | -18/+18 | |
|\ \ | ||||||
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 | |
| * | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -5/+5 | |
* | | | Fix ast size computation in case of zero children | Nikita Popov | 2014-08-19 | 1 | -2/+2 | |
* | | | Fix GC when opcache is in use | Nikita Popov | 2014-08-17 | 1 | -3/+9 | |
* | | | Fix merge | Nikita Popov | 2014-08-16 | 1 | -1/+1 | |
* | | | Merge remote-tracking branch 'php-src/phpng' into ast | Nikita Popov | 2014-08-16 | 1 | -11/+18 | |
|\ \ \ | |/ / | ||||||
| * | | cleanup | Dmitry Stogov | 2014-08-08 | 1 | -1/+0 | |
| * | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -5/+2 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-24 | 1 | -3/+11 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-07-24 | 1 | -4/+13 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fixed crash on self-referencing constant expression (part of a constant AST) | Dmitry Stogov | 2014-07-24 | 1 | -4/+13 | |
* | | | | Use ZVAL_COPY until proven wrong | Nikita Popov | 2014-07-30 | 1 | -1/+1 | |
* | | | | zend_ast_create determined child count automatically | Nikita Popov | 2014-07-28 | 1 | -22/+17 | |
* | | | | Add zend_ast_list* variant to parser stack element | Nikita Popov | 2014-07-28 | 1 | -6/+15 | |
* | | | | Minor cleanups in AST code | Nikita Popov | 2014-07-28 | 1 | -22/+28 | |
* | | | | Use separate node type for lists | Nikita Popov | 2014-07-28 | 1 | -63/+71 | |
* | | | | Store lineno for zval ast nodes more efficiently | Nikita Popov | 2014-07-27 | 1 | -4/+6 | |
* | | | | Fix leaks | Nikita Popov | 2014-07-26 | 1 | -7/+17 | |
* | | | | Use arena allocator (currently leaky!) | Nikita Popov | 2014-07-26 | 1 | -10/+17 | |
* | | | | Merge branch 'phpng' into ast | Nikita Popov | 2014-07-22 | 1 | -0/+14 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'master' into test | Dmitry Stogov | 2014-07-01 | 1 | -0/+14 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-06-24 | 1 | -2/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fixed bug #67368 (Memory leak with immediately dereferenced array in class co... | Xinchen Hui | 2014-06-24 | 1 | -2/+1 | |
* | | | | Pre-evaluate magic constants | Nikita Popov | 2014-07-21 | 1 | -2/+1 | |
* | | | | Partial port of class declarations | Nikita Popov | 2014-07-21 | 1 | -0/+1 | |
* | | | | Prepare zend_ast_decl for reuse with classes | Nikita Popov | 2014-07-21 | 1 | -13/+13 | |
* | | | | Port methods | Nikita Popov | 2014-07-19 | 1 | -0/+1 | |
* | | | | Support static closures | Nikita Popov | 2014-07-18 | 1 | -2/+3 | |
* | | | | Handle function doc comments | Nikita Popov | 2014-07-18 | 1 | -1/+6 | |
* | | | | Fix lexer/compiler interdependency | Nikita Popov | 2014-07-18 | 1 | -1/+2 | |
* | | | | Use dedicated func_decl ast node | Nikita Popov | 2014-07-18 | 1 | -6/+42 |