Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | fix #1093 | 最萌小汐 | |
2022-04-26 | don't show number as is | 最萌小汐 | |
2022-04-25 | #1091 fix runtime errors | 最萌小汐 | |
2022-04-25 | fix runtime errors | 最萌小汐 | |
2022-04-25 | delete `isGlobalLibraryName` | 最萌小汐 | |
2022-04-25 | fix `assert` dose not remove `type nil` | 最萌小汐 | |
2022-04-25 | fix infer in `for ..` | 最萌小汐 | |
2022-04-25 | fix infer | 最萌小汐 | |
2022-04-25 | cleanup | 最萌小汐 | |
2022-04-25 | add log | 最萌小汐 | |
2022-04-25 | add completion and semantic for `@cast` | 最萌小汐 | |
2022-04-25 | add `---@cast` | 最萌小汐 | |
2022-04-24 | cleanup | 最萌小汐 | |
2022-04-24 | cleanup | 最萌小汐 | |
2022-04-24 | fix | 最萌小汐 | |
2022-04-24 | fix `or` | 最萌小汐 | |
2022-04-24 | cleanup | 最萌小汐 | |
2022-04-24 | fix #1088 | 最萌小汐 | |
2022-04-24 | check nils | 最萌小汐 | |
2022-04-24 | `setlocal` can be marked by `---@type` | 最萌小汐 | |
2022-04-24 | first local of `for .. in` can not be nil | 最萌小汐 | |
2022-04-24 | infer by `break` | 最萌小汐 | |
2022-04-24 | check nils | 最萌小汐 | |
2022-04-24 | infer by `goto` | 最萌小汐 | |
2022-04-24 | fix #1087 | 最萌小汐 | |
2022-04-24 | infer by `if not x or x.y then` | 最萌小汐 | |
2022-04-24 | infer by `if not x or x then` | 最萌小汐 | |
2022-04-24 | cleanup | 最萌小汐 | |
2022-04-24 | truly -> truthy | 最萌小汐 | |
2022-04-24 | `x = x or y` -> truthy | 最萌小汐 | |
2022-04-24 | infer by `if x and x.y then` | 最萌小汐 | |
2022-04-24 | infer by `assert(x)` | 最萌小汐 | |
2022-04-23 | fix infer of `unknown and unknown` | 最萌小汐 | |
2022-04-23 | infer by `if not x then return end` | 最萌小汐 | |
2022-04-23 | new diagnostic: `need-check-nil` | 最萌小汐 | |
2022-04-23 | update hovering table | 最萌小汐 | |
fields beginning with underlines are sorted to the last | |||
2022-04-23 | cleanup | 最萌小汐 | |
2022-04-23 | fix | 最萌小汐 | |
2022-04-23 | infer by `x == nil` and `x ~= nil` | 最萌小汐 | |
2022-04-23 | fix async of text | 最萌小汐 | |
2022-04-23 | merge if results | 最萌小汐 | |
2022-04-23 | fix optional parameters | 最萌小汐 | |
2022-04-23 | avoid circle compile | 最萌小汐 | |
2022-04-22 | resolve `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-22 | Revert "perf(diagnostic): avoid first send" | 最萌小汐 | |
This reverts commit e81ffc189a1976adf2998f15cae0bd5b141435e2. | |||
2022-04-22 | display optional field in table | 最萌小汐 | |