summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2022-04-26cleanup最萌小汐
2022-04-26cleanup最萌小汐
2022-04-26cleanup最萌小汐
2022-04-26fix #1093最萌小汐
2022-04-26don't show number as is最萌小汐
2022-04-25#1091 fix runtime errors最萌小汐
2022-04-25fix 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 log最萌小汐
2022-04-25add completion and semantic for `@cast`最萌小汐
2022-04-25add `---@cast`最萌小汐
2022-04-24cleanup最萌小汐
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-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最萌小汐
fields beginning with underlines are sorted to the last
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 optional parameters最萌小汐
2022-04-23avoid circle compile最萌小汐
2022-04-22resolve `class[1]` by `---@field [integer] type`最萌小汐
2022-04-22#946 use a better way最萌小汐
Clear cache when `didOpen`. This avoids clearing the cache according to the situation in the diagnostic business.
2022-04-22Revert "perf(diagnostic): avoid first send"最萌小汐
This reverts commit e81ffc189a1976adf2998f15cae0bd5b141435e2.
2022-04-22display optional field in table最萌小汐