History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
dc3ad4554c22 | vrana | Fix parsing of XHPAST parse error | Feb 21 2013 | |||
d4b3191fb08e | epriestley | Update XHPAST rules for "\e" in string literals | Jan 31 2013 | |||
ac5ab3484a7a | vrana | Move isConstantString() from XHPAST linter to XHPAST node | Jan 30 2013 | |||
dbec5db52d84 | vrana | Statically link xhpast.exe | Nov 12 2012 | |||
4f9915ecac81 | vrana | Delete license headers from files | Nov 5 2012 | |||
72936140a65e | Jakub Vrana | Install an evil Windows virus in the heart of libphutil | Oct 26 2012 | |||
d164d967f8f8 | vrana | Link libphutil test cases | Sep 8 2012 | |||
124019ef26b8 | vrana | Fix lint error in XHPASTTreeTestCase | Sep 8 2012 | |||
ea3ba2560fd0 | vrana | Fix lint errors found by Nemo | Jun 12 2012 | |||
f68c5514d557 | vrana | Move files one level up | Jun 1 2012 | |||
102e8773ca20 | epriestley | Upgrade libphutil to libphutil v2 | May 30 2012 | |||
4553ef3eff44 | epriestley | Provide more flexible caching for AAST | Mar 8 2012 | |||
6f71ac6b9432 | epriestley | Make XHPAST keep unterminated mutiline comments instead of discarding them | Jan 31 2012 | |||
97102d64c0cd | epriestley | Mark all final-izable classes in libphutil as 'final' | Jan 30 2012 | |||
c6a91d0480d6 | epriestley | Remove XHP and yield support from XHPAST | Jan 27 2012 | |||
c2bfd841daeb | epriestley | Separate XHPAST into AAST (an abstract AST) and XHPAST (a concrete, XHP AST) | Dec 14 2011 | |||
0e17561b5a11 | epriestley | Improve XHPAST consistency around statement lists | Aug 2 2011 | |||
59596a28bb16 | lovro | Fix tree for static arrays in XHPAST | May 25 2011 | |||
031a64b96498 | pad | Handle static scalar in xhp attribute default value context | May 5 2011 | |||
d79c4b5c855d | epriestley | Provide dispose() method for XHPASTTree. | May 2 2011 | |||
4e139906ae17 | epriestley | Fix an XHPAST issue with chained method calls. | Apr 7 2011 | |||
1ba52402ef23 | Zach Rait | Add support for yield to XHPAST | Apr 5 2011 | |||
f799c701b106 | epriestley | Make XHPAST parse property chains correctly (e.g., $x->a->b). | Feb 14 2011 | |||
f019cdf4a883 | epriestley | Improve XHPAST parsing of various variable-variables. | Feb 11 2011 | |||
84ae80af2131 | epriestley | Slightly improve the performance of XHPASTTree. | Feb 10 2011 | |||
470122b9cb59 | epriestley | Clean up some lint fluff. | Feb 6 2011 | |||
e9fbc9eff729 | epriestley | It appears I am terrible at C++. Test for .empty() before doing stuff with . | Feb 6 2011 | |||
3a2367eb1feb | epriestley | Remove n_XHP_ENTITY from the XHPAST parse tree. | Jan 28 2011 | |||
c090dad6b914 | epriestley | Add @group tags so Diviner can at least organize libphutil. | Jan 15 2011 | |||
be653f00b8d6 | epriestley | Revise rules for string decoding in evalStatic(). | Jan 14 2011 | |||
51f867f14fa8 | epriestley | evalStatic() for XHPAST | Jan 13 2011 | |||
6e57f262ac65 | epriestley | Fix a problem in xhpast where XHP classnames were parsed incorrectly. | Jan 11 2011 | |||
81a2f784992f | epriestley | Add syntax highlighters. | Jan 10 2011 | |||
7f0b4484469e | epriestley | Bring XHPAST from Arcanist to libphutil. | Jan 10 2011 |
c4science · Help