summaryrefslogtreecommitdiff
path: root/script/parser
AgeCommit message (Collapse)Author
2022-06-28fix diags最萌小汐
2022-06-28Merge pull request #1241 from FAForever/array-contents-support最萌小汐
Array contents support
2022-06-27#1240 use faster `isInString`最萌小汐
2022-06-27diagnostic `missing-return-value`最萌小汐
2022-06-27fix最萌小汐
2022-06-27enable autocomplete of array enumKevin Hahn
2022-06-26#1207最萌小汐
return names and parentheses can be used in `DocFunction`
2022-06-25resolve #1226最萌小汐
semicolons and parentheses can be used in `DocTable`
2022-06-23update最萌小汐
2022-06-23update最萌小汐
2022-06-23update最萌小汐
2022-06-22stash最萌小汐
2022-06-22update最萌小汐
2022-06-22fix最萌小汐
2022-06-22#1207 supports `---@return string ...`最萌小汐
2022-06-21fix最萌小汐
2022-06-21update最萌小汐
2022-06-20update最萌小汐
2022-06-20`cast-field-type`最萌小汐
2022-06-18update最萌小汐
2022-06-17some fix最萌小汐
2022-06-16fix runner for `doc.type.array`最萌小汐
2022-06-16fix #1218 don't compile `for` in `local`最萌小汐
would prevent compiling for other keys
2022-06-15cleanup最萌小汐
2022-06-15resolve #1094 infer type by `error`最萌小汐
2022-06-15add `error` and `type` into special最萌小汐
2022-06-09#1061 completion for `doc.type.code`最萌小汐
2022-06-09add `doc.type.code`最萌小汐
2022-06-08cleanup最萌小汐
2022-06-07#1192 improve performance最萌小汐
`guide.getLocal` is too slow
2022-04-26fix match of `--[[@`最萌小汐
2022-04-25cleanup最萌小汐
2022-04-25add log最萌小汐
2022-04-25add completion and semantic for `@cast`最萌小汐
2022-04-25add `---@cast`最萌小汐
2022-04-24cleanup最萌小汐
2022-04-24`setlocal` can be marked by `---@type`最萌小汐
2022-04-24infer by `break`最萌小汐
2022-04-24infer by `goto`最萌小汐
2022-04-24infer by `assert(x)`最萌小汐
2022-04-23infer by `if not x then return end`最萌小汐
2022-04-22display optional field in table最萌小汐
2022-04-22check nil最萌小汐
2022-04-22add `--[[@as type]]`最萌小汐
2022-04-21cleanup最萌小汐
2022-04-21Merge remote-tracking branch 'origin/type-narrow'最萌小汐
2022-04-21luadoc supports `--[[@xxx]]`最萌小汐
2022-04-21Merge remote-tracking branch 'origin/type-narrow'最萌小汐
2022-04-21#1080 using `---@overload` as class constructor最萌小汐
2022-04-21runner step最萌小汐