summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2022-06-09#1061 completion for `doc.type.code`最萌小汐
2022-06-09add `doc.type.code`最萌小汐
2022-06-09view infer must specify uri最萌小汐
2022-06-09#1148 view `table` after erasing alias最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07#1192 improve test最萌小汐
2022-06-07#1192 add benchmark for completion `jass.common`最萌小汐
2022-06-07#1192 add benchmark for `jass.common`最萌小汐
2022-06-07#1192 don't search local in simple最萌小汐
use the methods provided by `local-id` to avoid wasting on `gets`
2022-05-25fix #1155最萌小汐
2022-05-25fix #1150最萌小汐
2022-05-23fix #1131最萌小汐
2022-05-23fix #1125最萌小汐
2022-05-23fix can not union `table` with other basic types最萌小汐
2022-05-23fix can not union `unknown` with other types最萌小汐
2022-05-01fix #1107最萌小汐
2022-04-29fix #1103最萌小汐
2022-04-27pass tests最萌小汐
2022-04-27cleanup最萌小汐
2022-04-26add some tests最萌小汐
2022-04-26fix #1092最萌小汐
2022-04-26fix `unused-function`最萌小汐
cannot handle recursion correctly
2022-04-26fix `close-non-object`最萌小汐
2022-04-26cleanup最萌小汐
2022-04-26fix #1093最萌小汐
2022-04-25add test最萌小汐
2022-04-25fix `assert` dose not remove `type nil`最萌小汐
2022-04-25fix infer最萌小汐
2022-04-25add completion and semantic for `@cast`最萌小汐
2022-04-25add `---@cast`最萌小汐
2022-04-24check nil最萌小汐
2022-04-24fix最萌小汐
2022-04-24fix `or`最萌小汐
2022-04-24cleanup最萌小汐
2022-04-24check nils最萌小汐
2022-04-24`setlocal` can be marked by `---@type`最萌小汐
2022-04-24first local of `for .. in` can not be nil最萌小汐
2022-04-24infer by `break`最萌小汐
2022-04-24infer by `goto`最萌小汐
2022-04-24fix #1087最萌小汐
2022-04-24infer by `if not x or x.y then`最萌小汐
2022-04-24infer by `if not x or x then`最萌小汐
2022-04-24`x = x or y` -> truthy最萌小汐
2022-04-24infer by `if x and x.y then`最萌小汐
2022-04-24infer by `assert(x)`最萌小汐
2022-04-23fix infer of `unknown and unknown`最萌小汐
2022-04-23infer by `if not x then return end`最萌小汐
2022-04-23new diagnostic: `need-check-nil`最萌小汐
2022-04-23update hovering table最萌小汐
fields beginning with underlines are sorted to the last
2022-04-23cleanup最萌小汐