summaryrefslogtreecommitdiff
path: root/script/vm
AgeCommit message (Collapse)Author
2022-06-07#1192 improve local id最萌小汐
In most cases, we only need to get `sets`. In general, there are few `sets` and many `gets`. Therefore, separating these two cases can significantly improve performance.
2022-05-25fix #1155最萌小汐
2022-05-25fix #1150最萌小汐
2022-05-25fix #1141最萌小汐
2022-05-23fix infer of global sets最萌小汐
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-26fix #1092最萌小汐
2022-04-26cleanup最萌小汐
2022-04-26cleanup最萌小汐
2022-04-26cleanup最萌小汐
2022-04-25#1091 fix runtime errors最萌小汐
2022-04-25delete `isGlobalLibraryName`最萌小汐
2022-04-25fix `assert` dose not remove `type nil`最萌小汐
2022-04-25fix infer in `for ..`最萌小汐
2022-04-25fix infer最萌小汐
2022-04-25cleanup最萌小汐
2022-04-25add completion and semantic for `@cast`最萌小汐
2022-04-25add `---@cast`最萌小汐
2022-04-24cleanup最萌小汐
2022-04-24fix最萌小汐
2022-04-24fix `or`最萌小汐
2022-04-24cleanup最萌小汐
2022-04-24fix #1088最萌小汐
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-24infer by `if not x or x.y then`最萌小汐
2022-04-24infer by `if not x or x then`最萌小汐
2022-04-24cleanup最萌小汐
2022-04-24truly -> truthy最萌小汐
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-23cleanup最萌小汐
2022-04-23fix最萌小汐
2022-04-23infer by `x == nil` and `x ~= nil`最萌小汐
2022-04-23merge if results最萌小汐
2022-04-23fix optional parameters最萌小汐
2022-04-23avoid circle compile最萌小汐
2022-04-22resolve `class[1]` by `---@field [integer] type`最萌小汐
2022-04-22display optional field in table最萌小汐
2022-04-22check nil最萌小汐
2022-04-22resolve `T[]` by `doc.type.table` or `doc.field`最萌小汐