summaryrefslogtreecommitdiff
path: root/script/vm/compiler.lua
AgeCommit message (Expand)Author
2022-09-21stack最萌小汐
2022-09-15fix #1467最萌小汐
2022-09-07fix最萌小汐
2022-08-15fix runtime error最萌小汐
2022-08-13fix最萌小汐
2022-08-13fix #1430最萌小汐
2022-08-01cleanup最萌小汐
2022-08-01fix #1418最萌小汐
2022-07-25fix #1367最萌小汐
2022-07-22fix #1363 don't lookup globals in blocks最萌小汐
2022-07-22refactor `require-path`最萌小汐
2022-07-21fix #1354最萌小汐
2022-07-19fix #1345最萌小汐
2022-07-18#1255最萌小汐
2022-07-16doc.enum最萌小汐
2022-07-14resolve #1112最萌小汐
2022-07-11fix #1311最萌小汐
2022-07-08cleanup最萌小汐
2022-07-08cleanup最萌小汐
2022-07-07fix #1292最萌小汐
2022-07-07some fix最萌小汐
2022-07-06support `call`最萌小汐
2022-07-06support unary operator最萌小汐
2022-07-06cleanup最萌小汐
2022-07-06dose not infer as `nil` by `t.field = nil`最萌小汐
2022-07-06fix #1288最萌小汐
2022-07-05fix #1279最萌小汐
2022-07-05fix #1267最萌小汐
2022-07-04fix #1275 check nil最萌小汐
2022-07-04fix runner最萌小汐
2022-07-04stash最萌小汐
2022-07-01fix #1256最萌小汐
2022-07-01fix最萌小汐
2022-06-30clean up最萌小汐
2022-06-29don't check `t.field = nil`最萌小汐
2022-06-29remove optionals for all vars of `for .. in`最萌小汐
2022-06-29resolve #1248 supports spaces before `--[[@as]]`最萌小汐
2022-06-29resolve #1244 `call.return` check `as`最萌小汐
2022-06-29cleanup最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28parse `---@return ...` a `---@return ... unknown`最萌小汐
2022-06-28new diag `return-type-mismatch`最萌小汐
2022-06-28diag `missing-return`最萌小汐
2022-06-28special treat `local x; x = function() end`最萌小汐
2022-06-28improve最萌小汐
2022-06-28Merge pull request #1241 from FAForever/array-contents-support最萌小汐
2022-06-27remove some unused fields and make sure doc type array gets included as a com...Kevin Hahn
2022-06-27#1240 fix performance issue of globals最萌小汐
2022-06-27fix some cases where we would return emus twice or would screw up other compl...Kevin Hahn
2022-06-27enable autocomplete of array enumKevin Hahn