History log of /PHP-Parser/ (Results 901 – 925 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e072c78929-Jan-2017 Nikita Popov

Merge branch '3.x'

Conflicts:
test/PhpParser/PrettyPrinterTest.php


fd7ac25129-Jan-2017 Nikita Popov

Throw if pretty-printing Error node

bfea338d25-Jan-2017 Nikita Popov

Update doc comments after previous comment

Make some of the type annotations more accurate, and complete the
generated doc-comments to be complete (with description and
parameter ann

Update doc comments after previous comment

Make some of the type annotations more accurate, and complete the
generated doc-comments to be complete (with description and
parameter annotations.)

show more ...

e3b87f4024-Jan-2017 Matthew Brown

Add non-void return types

70f86cb625-Jan-2017 Nikita Popov

Update NodeVisitor doc comments

13304d5923-Jan-2017 Nikita Popov

Drop attribute poisoning in parser

7b441d2110-Dec-2016 Matthew Brown

Fix issues reported by psalm

cb5dd28921-Jan-2017 Nikita Popov

Don't include whitespace directly in catch/finally print

5e565e8021-Jan-2017 Nikita Popov

Support insertion of nullable nodes

Still incomplete in some places and the formatting is not always
ideal.

b9b6aeee21-Jan-2017 Nikita Popov

Support format-preserving node removal

Take care of stripping surrouding tokens appropriately.

0607450f21-Jan-2017 Nikita Popov

Add FinderVisitor

Allows finding nodes based on a filter callback.

aea3a9ef20-Jan-2017 Nikita Popov

Add @property annotations for namespacedName

414adfb120-Jan-2017 Nikita Popov

Drop useNopStatements option

b5fb6f2d20-Jan-2017 Nikita Popov

Don't require useNopStatements=false for format preservation

Instead assign attributes on Nop nodes and in the pretty printer
specially handle end<start offsets. It's a somewhat weird ca

Don't require useNopStatements=false for format preservation

Instead assign attributes on Nop nodes and in the pretty printer
specially handle end<start offsets. It's a somewhat weird case,
but not wrong per se given the meaning the offsets have.

show more ...

670ab2f119-Jan-2017 Nikita Popov

Add UPGRADING note

48d3243a19-Jan-2017 Nikita Popov

Drop last vestiges of consistent var mode flag

d7f3c4f919-Jan-2017 Nikita Popov

Renamve Param::$name to Param::$var

As it now contains a Variable node.

a79306cc19-Jan-2017 Nikita Popov

Rename StaticVar::$name to $var

As it now holds a Variable

6238f5f919-Jan-2017 Nikita Popov

Adjust code for constitent var mode

67274b9519-Jan-2017 Nikita Popov

Enforce useConsistentVariableNames

11b44c1519-Jan-2017 Nikita Popov

Allow failures on HHVM

Yeah, not gonna deal with this... The combination of an outdated
HHVM version and a shitload of tokenizer bugs makes this not
worthwhile.

7001116b19-Jan-2017 Nikita Popov

Try to use a newer HHVM version

ced914a319-Jan-2017 Nikita Popov

Update doc comments to be more specific

Now $stmts arrays really only contains Stmt nodes.

7623d20f19-Jan-2017 Nikita Popov

Automatically wrap in Stmt\Expression in builders

3355276419-Jan-2017 Nikita Popov

Perform manual test updates

1...<<31323334353637383940>>...68