History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
d20d6e725037 | epriestley | Fix an issue with highlighting PHP snippets with leading whitespace using XHPAST | Mar 13 2016 | |||
6ef9295e388d | epriestley | Declare tokenCache on AASTNode | Feb 27 2016 | |||
44113cfd0db1 | Joshua Spence | Add an `XHPAST::getNamespace()` method | Nov 19 2015 | |||
67f26422b91a | Joshua Spence | Use setters instead of public properties | Nov 18 2015 | |||
23edd1b1f443 | Joshua Spence | Add previous and next sibling pointers to `AASTNode` | Nov 17 2015 | |||
9c64e4ee00a6 | Joshua Spence/Joshua Spence | Add a `getLineNumber()` method to `AASTToken` | Aug 27 2015 | |||
c76b692447af | Joshua Spence | Micro-optimization for linting performance | Aug 12 2015 | |||
e020e10ffa03 | Joshua Spence | Add a method to query whether an AASTNode is a descendent of another node | Aug 10 2015 | |||
3ff84448a916 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
afc05a9a7f00 | Joshua Spence | Linter fixes | Jun 2 2015 | |||
aaee4009e20d | Joshua Spence | Various linter fixes | Apr 13 2015 | |||
d30d314dc8eb | Joshua Spence | Add a method to get the indentation for an XHPASTNode | Apr 6 2015 | |||
37119b5a2140 | Joshua Spence | Mark some AAST methods as final | Apr 5 2015 | |||
162926b054e8 | Joshua Spence | `pht`ize some strings | Apr 5 2015 | |||
4e5bbc9f6fe3 | Joshua Spence | `pht`ize some strings | Apr 5 2015 | |||
6ccd83c7daca | Joshua Spence | Remove unused `AASTTree::renderAsText` methods | Apr 5 2015 | |||
5d55911240fd | Joshua Spence | Add typeName attribute to AASTToken | Apr 5 2015 | |||
935ffa088975 | Joshua Spence | Remove `AASTNodeList::executeSelectDescendantsOfType` method | Apr 5 2015 | |||
b4817f21fb98 | Joshua Spence | Simplify `AASTNodeList::selectDescendantsOfType` | Apr 5 2015 | |||
9d3a86c69dba | Joshua Spence | Minor tidying of AASTNodeList | Apr 5 2015 | |||
c263a6e85744 | Joshua Spence | Add a `getTree()` method to `AASTNode` | Feb 16 2015 | |||
c2363a1af19d | Joshua Spence | Add a few methods to `AASTNode` and `AASTToken` | Sep 25 2014 | |||
8b30cbd0faff | Joshua Spence | Add a `getEndLineNumber` method to the `AASTNode` class | Sep 24 2014 | |||
ff7071c3c5c3 | Joshua Spence | Apply some autofix linter rules | Sep 9 2014 | |||
5b9e5b3c105a | Joshua Spence | Add a `selectTokensOfTypes` method to the `AASTNode` class | Aug 2 2014 | |||
2ff1957f52f5 | Joshua Spence | Fix some spelling mistakes | Jul 12 2014 | |||
ed335c485c0a | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
32f1dad1f4e5 | Joshua Spence/epriestley | Change double quotes to single quotes. | May 18 2014 | |||
9399881fd82a | Joshua Spence/epriestley | Add an `selectDescendantsOfTypes` to the `AASTNode`. | May 15 2014 | |||
4f9915ecac81 | vrana | Delete license headers from files | Nov 5 2012 | |||
e1aa8d799b4a | epriestley | Add `getTokenID()` to `AASTToken` | Sep 8 2012 | |||
037f7c416374 | vrana | Throw instead of E_NOTICE from AASTNode::getChildByIndex(0) with no children | Jun 22 2012 | |||
f68c5514d557 | vrana | Move files one level up | Jun 1 2012 | |||
102e8773ca20 | epriestley | Upgrade libphutil to libphutil v2 | May 30 2012 | |||
7353188656c2 | vrana | Check if array values are instances of something | Mar 29 2012 | |||
667a0890cd8e | Hafsteinn Baldvinsson/epriestley | Fixing a typo in libphutil | Mar 9 2012 | |||
4553ef3eff44 | epriestley | Provide more flexible caching for AAST | Mar 8 2012 | |||
97102d64c0cd | epriestley | Mark all final-izable classes in libphutil as 'final' | Jan 30 2012 | |||
fe213d2c2508 | epriestley | Add getNextToken() and getPrevToken() methods to AASTToken | Jan 4 2012 | |||
c2bfd841daeb | epriestley | Separate XHPAST into AAST (an abstract AST) and XHPAST (a concrete, XHP AST) | Dec 14 2011 |
c4science · Help