feb82eed | 14-Jul-2015 |
Nikita Popov |
Disable cloning in traverser by default |
0ef15c11 | 14-Jul-2015 |
Nikita Popov |
Merge branch '1.x'
|
d341d949 | 14-Jul-2015 |
Nikita Popov |
Add ClassLike::getMethod($name) To allow getting individual method with a given name. |
0265c28e | 12-Jul-2015 |
Nikita Popov |
Switch NameResolver resolve methods to be immutable To make it theoretically possible to expose this as API. Add slice() method to Name to allow this. Deprecate existing mutable
Switch NameResolver resolve methods to be immutable To make it theoretically possible to expose this as API. Add slice() method to Name to allow this. Deprecate existing mutable Name APIs.
show more ...
|
5bd8cb84 | 12-Jul-2015 |
Nikita Popov |
Add dummy ParserFactory test :/ |
ebeeae19 | 12-Jul-2015 |
Nikita Popov |
Merge branch '1.x'
|
5ede1678 | 12-Jul-2015 |
Nikita Popov |
Fix infinite recursion in Use builder __call |
49324ea4 | 12-Jul-2015 |
Nikita Popov |
Drop default values from Scalar ctor params |
21e51c8c | 12-Jul-2015 |
Nikita Popov |
Add some tests for Multiple parser |
e7a2abb0 | 11-Jul-2015 |
Nikita Popov |
Merge branch '1.x'
|
b862de1f | 11-Jul-2015 |
Nikita Popov |
Support properties in trait builder |
8090531a | 09-Jul-2015 |
Nikita Popov |
Fix pretty printing of const derefs for 5.x (FOO)[0] is only supported on 7.x |
49253c5d | 09-Jul-2015 |
Nikita Popov |
Fix test_old/run.php error message |
1d62e9d8 | 05-Jul-2015 |
Nikita Popov |
Fix implicit visibility for properties as well Also switch to using PPP mask. |
e3195c24 | 05-Jul-2015 |
Lisachenko Alexander |
Fix public modifier check for ClassMethod node |
2a3bc608 | 05-Jul-2015 |
Lisachenko Alexander |
Add broken test for implicit public nodes |
90ab32f0 | 05-Jul-2015 |
Nikita Popov |
Merge branch '1.x'
|
7434a682 | 05-Jul-2015 |
Nikita Popov |
Fix implicit visibility for properties as well Also switch to using PPP mask. |
0fbb5f90 | 05-Jul-2015 |
Lisachenko Alexander |
Fix public modifier check for ClassMethod node |
5e6627c8 | 05-Jul-2015 |
Lisachenko Alexander |
Add broken test for implicit public nodes |
f872fa9b | 04-Jul-2015 |
Nikita Popov |
Merge branch '1.x'
|
d5668f53 | 04-Jul-2015 |
Nikita Popov |
Fix __HALT_COMPILER_OFFSET__ support on HHVM |
a5db1769 | 02-Jul-2015 |
Nikita Popov |
Merge branch '1.x'
|
7fbbf830 | 25-Jun-2015 |
Rodrigo Prado |
Added syntax highlighting in README |
42e368e9 | 02-Jul-2015 |
Nikita Popov |
Fix returnType typehints Fixes issues #207 |