Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Handle function doc comments | Nikita Popov | 2014-07-18 | 1 | -1/+3 | |
* | | Fix lexer/compiler interdependency | Nikita Popov | 2014-07-18 | 1 | -1/+2 | |
* | | Use dedicated func_decl ast node | Nikita Popov | 2014-07-18 | 1 | -1/+17 | |
* | | Port closures | Nikita Popov | 2014-07-18 | 1 | -0/+1 | |
* | | Port closure use | Nikita Popov | 2014-07-18 | 1 | -0/+2 | |
* | | Port __FUNCTION__ to AST | Nikita Popov | 2014-07-16 | 1 | -0/+1 | |
* | | Preliminary function decl support | Nikita Popov | 2014-07-16 | 1 | -0/+2 | |
* | | Port parameter defs | Nikita Popov | 2014-07-14 | 1 | -0/+4 | |
* | | Rename params -> args | Nikita Popov | 2014-07-13 | 1 | -1/+1 | |
* | | Port static vars | Nikita Popov | 2014-07-12 | 1 | -0/+1 | |
* | | Store (bad) estimate of lineno with ast | Nikita Popov | 2014-07-12 | 1 | -0/+2 | |
* | | Port try/catch | Nikita Popov | 2014-07-12 | 1 | -0/+5 | |
* | | Port switch | Nikita Popov | 2014-07-11 | 1 | -0/+3 | |
* | | Port foreach | Nikita Popov | 2014-07-11 | 1 | -0/+2 | |
* | | Port if (partial) | Nikita Popov | 2014-07-10 | 1 | -0/+2 | |
* | | Support creating of ast nodes with >3 children | Nikita Popov | 2014-07-10 | 1 | -11/+15 | |
* | | Port do/while | Nikita Popov | 2014-07-10 | 1 | -0/+1 | |
* | | Port while | Nikita Popov | 2014-07-10 | 1 | -0/+2 | |
* | | Port goto label | Nikita Popov | 2014-07-09 | 1 | -0/+1 | |
* | | Make unticked_statement an ast node (usually NULL) | Nikita Popov | 2014-07-09 | 1 | -1/+4 | |
* | | Port throw | Nikita Popov | 2014-07-09 | 1 | -1/+0 | |
* | | Port echo | Nikita Popov | 2014-07-07 | 1 | -0/+1 | |
* | | Port return statement | Nikita Popov | 2014-07-07 | 1 | -20/+19 | |
* | | Rename ZEND_CONST to ZEND_AST_ZVAL | Nikita Popov | 2014-06-28 | 1 | -6/+3 | |
* | | Bring static scalar AST more in line with normal AST | Nikita Popov | 2014-06-26 | 1 | -3/+0 | |
* | | Const eval unary pm (as previously) | Nikita Popov | 2014-06-26 | 1 | -6/+5 | |
* | | Implement constant expression folding as a separate pass | Nikita Popov | 2014-06-23 | 1 | -0/+1 | |
* | | Support string interpolation | Nikita Popov | 2014-06-21 | 1 | -0/+2 | |
* | | zend_ast_dynamic_ast returns new node | Nikita Popov | 2014-06-21 | 1 | -2/+6 | |
* | | AST stage 2.4 | Nikita Popov | 2014-06-21 | 1 | -9/+26 | |
* | | Add ability to specify additional attr in AST | Nikita Popov | 2014-06-19 | 1 | -12/+31 | |
* | | Make ast->children a uint | Nikita Popov | 2014-06-19 | 1 | -2/+3 | |
* | | AST stage 1.9 | Nikita Popov | 2014-06-19 | 1 | -0/+19 | |
* | | AST-based compiler: Stage 1 | Nikita Popov | 2014-06-14 | 1 | -1/+48 | |
* | | Remove (&ast->u.child)[i] weirdness | Nikita Popov | 2014-06-06 | 1 | -4/+11 | |
|/ | ||||||
* | Re-applyed Bob's patch with minor fixes | Dmitry Stogov | 2014-05-07 | 1 | -0/+3 | |
* | Reverted Bob's patch (it breaks many tests when run with opcache and needs to... | Dmitry Stogov | 2014-05-07 | 1 | -3/+0 | |
* | Re-added fix for bug #66015 and adapted for phpng branch | Bob Weinand | 2014-05-06 | 1 | -0/+3 | |
* | Use better data structures (incomplete) | Xinchen Hui | 2014-02-11 | 1 | -2/+0 | |
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -1/+1 | |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
* | Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: refe... | Dmitry Stogov | 2013-12-10 | 1 | -1/+1 | |
* | Moved arrays again to "static_scalar:" & little cleanup | Bob Weinand | 2013-11-07 | 1 | -1/+1 | |
* | Renaming | Dmitry Stogov | 2013-11-07 | 1 | -8/+8 | |
* | Constant expressions refactoring | Dmitry Stogov | 2013-11-06 | 1 | -23/+24 | |
* | Fixed mem leaks, added tests and ternary operator | Bob Weinand | 2013-10-31 | 1 | -6/+6 | |
* | Working commit for constant scalar expressions (with constants). | Bob Weinand | 2013-10-31 | 1 | -0/+60 |