History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
e9831f34b01a | aubort | Merge with Stable Week 3 | Jan 31 2018 | |||
a7cdbd2c260b | aubort | Merge with Stable Week 45 | Nov 16 2017 | |||
51c179b4c000 | Richard van Velzen | Support class const dereferencing in xhpast | Jun 17 2016 | |||
4b75e0c34e52 | Richard van Velzen | Add coalesce and spaceship operators to xhpast | May 19 2016 | |||
0709cd5cfc26 | Richard van Velzen | Add unpack support to xhpast | May 2 2016 | |||
f27bc7f9ca83 | epriestley | Regnerate XHPAST with Bison 3.0.4 | Apr 29 2016 | |||
b20064a108f7 | Richard van Velzen | Add basic support for return type hints to xhpast | Apr 29 2016 | |||
5f573d2b7f27 | Richard van Velzen | Correctly support try..catch..finally in xhpast | Mar 17 2016 | |||
0b37f385b8cd | epriestley | Fix build for a test case with no test data. | Dec 5 2015 | |||
cde5e8a0fbb2 | Joshua Spence | Add a test case for `YYINITDEPTH` | Dec 2 2015 | |||
33b1620656f7 | Joshua Spence | Revert "Don't set `YYINITDEPTH`" | Dec 2 2015 | |||
7fb2bbebd4b3 | Joshua Spence | Don't set `YYINITDEPTH` | Dec 1 2015 | |||
f0881b37049c | Joshua Spence | Fix an issue with parsing `n_USE_LIST` | Nov 25 2015 | |||
e8eaafe04d64 | Joshua Spence | Improve parsing of `use` statements | Nov 19 2015 | |||
44113cfd0db1 | Joshua Spence | Add an `XHPAST::getNamespace()` method | Nov 19 2015 | |||
12167cf6fb23 | Joshua Spence | Improve test data format for XHPAST unit tests | Nov 18 2015 | |||
7124fef0f0d0 | Joshua Spence | Improve parsing of namespaces | Nov 17 2015 | |||
69b641e4c6f2 | Joshua Spence | Various translation improvements | Nov 2 2015 | |||
dc0626970a6d | Joshua Spence | Don't eat whitespace after T_OPEN_TAG | Aug 30 2015 | |||
33975b2bc75c | Joshua Spence/Joshua Spence | Create operator nodes in ternary expressions | Aug 27 2015 | |||
7ad7f2e43b3f | Joshua Spence/Joshua Spence | Add XHPAST test for nested quotes | Aug 27 2015 | |||
d052c489a283 | Joshua Spence | Include parentheses in n_ARRAY_VALUE_LIST node | Aug 11 2015 | |||
928eb14b02a5 | Joshua Spence | Fix failing XHPAST unit tests | May 19 2015 | |||
13899e4637d3 | Joshua Spence | `pht` all the things | May 12 2015 | |||
040d1599fe01 | Joshua Spence | Use phutil_json_decode instead of json_decode | May 4 2015 | |||
33d38a2f0abe | Joshua Spence | Fix `pht` method calls | Feb 9 2015 | |||
1d6dcad840ca | Joshua Spence | Use `PhutilXHPASTBinary` methods | Feb 2 2015 | |||
6880c6cc8a8d | Joshua Spence | Attempt to build XHPAST during unit tests | Feb 2 2015 | |||
31110f222572 | epriestley | Extend nodes in both directions in XHPAST | Jan 7 2015 | |||
00fe30dd9ebf | Joshua Spence | Fix a minor XHPAST bug | Jan 6 2015 | |||
4ffb05ae9c0c | Joshua Spence/epriestley | Exclude some test data from being linted. | Jun 9 2014 | |||
904d39effd20 | Eric Stern/epriestley | Add array method dereference support to xhpast. | Mar 25 2014 | |||
4c7b876e5ad8 | Joshua Spence/epriestley | Utilize `assertFalse` and `assertTrue` methods. | Mar 9 2014 | |||
8fb705f8e4b9 | Eric Stern/epriestley | XHPAST array_function_derefence support | Feb 7 2014 | |||
e719f331aa1a | Eric Stern/epriestley | Add support in XHPAST for "(new X)->y" syntax (added in 5.4) | Feb 5 2014 | |||
86d651f9c929 | epriestley | Mostly align parser to PHP 5.5.8 | Jan 21 2014 | |||
93a29d837130 | epriestley | Align PHPAST lexer to PHP 5.5.8 | Jan 21 2014 | |||
2a1a4b020a76 | epriestley | Add PHPAST test for remaining language features | Jan 21 2014 | |||
c2e32dcf8f29 | epriestley | Add PHPAST tests for static class expressions, callable, traits, finally and… | Jan 21 2014 | |||
20aa61e6c9fc | epriestley | Add PHPAST test for empty heredoc | Jan 21 2014 | |||
74999552f0cc | epriestley | Add a PHPAST test case for most of the PHP grammar | Jan 21 2014 | |||
65f813e7ab78 | epriestley | Add failing PHPAST test case for binary literals | Jan 21 2014 | |||
75feb3d50b23 | epriestley | Add PHPAST test cases for most lexer patterns | Jan 21 2014 | |||
cded4338fe33 | epriestley | Add unit test scaffolding for XHPAST/PHPAST | Jan 21 2014 |
c4science · Help