summaryrefslogtreecommitdiff
path: root/phpinspect-token-predicates.el
AgeCommit message (Expand)Author
2025-06-05Bump version to 3.0.1externals/phpinspectHugo Thunnissen
2025-06-05Update copyright headersHugo Thunnissen
2025-05-30Bump version to 3.0.0Hugo Thunnissen
2025-04-14Don't reuse unexpected keywordsHugo Thunnissen
2024-10-03Shadow buffer in semi usable stateHugo Thunnissen
2024-10-02WIP shadow bufferHugo Thunnissen
2024-09-28Refactor bmap: remove overlays and use metadata tree insteadHugo Thunnissen
2024-09-20Finish buffer refactoringHugo Thunnissen
2024-09-20BROKEN/WIP: refactor phpinspect-buffer.elHugo Thunnissen
2024-09-19BROKEN/WIP: change parsing of type definitionsHugo Thunnissen
2024-09-14Bump version to 2.1.0Hugo Thunnissen
2024-09-06Check for token completeness in taint iterator, regard incomplete tokens as t...Hugo Thunnissen
2024-09-02Bump version to 2.0.1Hugo Thunnissen
2024-08-31Bump version to 2.0.0Hugo Thunnissen
2024-08-31Implement use of traits in live-edited buffersHugo Thunnissen
2024-08-31Implement initial algorithm for indexation of traitsHugo Thunnissen
2024-08-31Bump version to 1.2.1Hugo Thunnissen
2024-08-22Bump version to 1.2.0Hugo Thunnissen
2024-08-21Implement parsing of string concatenation tokensHugo Thunnissen
2024-08-21Add testcase for derived statement starting with function + fix bugHugo Thunnissen
2024-08-21Bump version to 1.1.0Hugo Thunnissen
2024-08-21Increase version number to 1.0Hugo Thunnissen
2024-08-20Completion: filter out attributes that are not accessible from the current scopeHugo Thunnissen
2024-08-20Implement indexation of functions nested within blocks/listsHugo Thunnissen
2024-08-19Implement parsing and indexation of @throws annotationsHugo Thunnissen
2024-08-19Implement indexation and resolving of @param annotation typesHugo Thunnissen
2024-08-03Implement support for PHP8.1 property typehintsHugo Thunnissen
2023-08-15Update copyright statements and apply some code style improvementsHugo Thunnissen
2023-08-15Fix all byte compilation warnings and errors (for real this time (probably))Hugo Thunnissen
2023-08-14Keep index synchronized with buffer stateHugo Thunnissen