summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-24check nil最萌小汐
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-24check nils最萌小汐
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-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-23update hovering table最萌小汐
2022-04-23cleanup最萌小汐
2022-04-23fix最萌小汐
2022-04-23infer by `x == nil` and `x ~= nil`最萌小汐
2022-04-23fix async of text最萌小汐
2022-04-23merge if results最萌小汐
2022-04-23fix(template): suppress `missing-parameter`kevinhwang91
2022-04-23fix optional parameters最萌小汐
2022-04-23avoid circle compile最萌小汐
2022-04-22resolve `class[1]` by `---@field [integer] type`最萌小汐
2022-04-22#946 use a better way最萌小汐
2022-04-22Revert "perf(diagnostic): avoid first send"最萌小汐
2022-04-22display optional field in table最萌小汐
2022-04-22check nil最萌小汐
2022-04-22resolve `T[]` by `doc.type.table` or `doc.field`最萌小汐
2022-04-22update doc of `utf8.codes`最萌小汐
2022-04-22new diagnostic `missing-parameter`最萌小汐
2022-04-22fix `unused-function` does not recognize recursion最萌小汐
2022-04-22dont mark `redundant-parameter` as `Unnecessary`最萌小汐
2022-04-22fix最萌小汐
2022-04-22update optional of parameter最萌小汐
2022-04-22reset local最萌小汐
2022-04-22only error in TEST最萌小汐
2022-04-22add `--[[@as type]]`最萌小汐
2022-04-21cleanup最萌小汐
2022-04-21Merge remote-tracking branch 'origin/type-narrow'最萌小汐
2022-04-21luadoc supports `--[[@xxx]]`最萌小汐
2022-04-21update submodules最萌小汐