Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | unreachable-code | 最萌小汐 | |
2022-07-11 | resolve #1066 | 最萌小汐 | |
dose not show unknown `---@XXX` as description | |||
2022-07-11 | resolve #1029 | 最萌小汐 | |
treat _ENV = {} as local _ENV = {} local _ENV = nil will disable all globals local _ENV = {} will enable all globals local _ENV = {} ---@type mathlib will open globals in mathlib | |||
2022-07-11 | Revert "resolve #1209" | 最萌小汐 | |
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1. | |||
2022-07-11 | resolve #1209 | 最萌小汐 | |
treat `_ENV = {}` as `local _ENV = {}` `local _ENV = nil` will disable all globals `local _ENV = {}` will enable all globals `local _ENV = {} ---@type mathlib` will open globals in mathlib | |||
2022-07-11 | fix #1311 | 最萌小汐 | |
2022-07-11 | fix #1320 | 最萌小汐 | |
2022-07-11 | fix #1317 | 最萌小汐 | |
2022-07-08 | resolve #993 supports multi-types | 最萌小汐 | |
2022-07-07 | fix #880 | 最萌小汐 | |
2022-07-07 | resolve #619 `diagnostics.unusedLocalExclude` | 最萌小汐 | |
2022-07-07 | fix #1284 | 最萌小汐 | |
2022-07-07 | fix #1292 | 最萌小汐 | |
2022-07-07 | fix #1294 | 最萌小汐 | |
2022-07-06 | update changelog | 最萌小汐 | |
2022-07-06 | 3.4.2 | 最萌小汐 | |
2022-07-06 | dose not infer as `nil` by `t.field = nil` | 最萌小汐 | |
2022-07-06 | resolve #1285 ignore `nil` in `getfield` | 最萌小汐 | |
2022-07-06 | fix #1288 | 最萌小汐 | |
2022-07-05 | resolve #1065 show detail for `doc.type.table` | 最萌小汐 | |
2022-07-05 | resolve #899 no longer generate parameter types | 最萌小汐 | |
with setting `completion.callSnippet` | |||
2022-07-05 | resolve #1254 can suppress syntax errors | 最萌小汐 | |
2022-07-05 | fix #1278 | 最萌小汐 | |
2022-07-05 | 3.4.1 | 最萌小汐 | |
2022-07-05 | resolve #1280 | 最萌小汐 | |
2022-07-05 | fix #1279 | 最萌小汐 | |
2022-07-05 | fix #1267 | 最萌小汐 | |
2022-07-04 | fix #1273 | 最萌小汐 | |
2022-07-04 | fix #1269 | 最萌小汐 | |
2022-07-04 | fix #1275 check nil | 最萌小汐 | |
2022-07-01 | fix #1256 | 最萌小汐 | |
2022-07-01 | fix #1257 don't need to return if returns nil | 最萌小汐 | |
2022-07-01 | #1260 `type.weakNilCheck` | 最萌小汐 | |
2022-06-29 | 3.4.0 | 最萌小汐 | |
2022-06-29 | fix #1243 fix meta of `next` | 最萌小汐 | |
2022-06-29 | fix #1249 | 最萌小汐 | |
2022-06-28 | new diag `return-type-mismatch` | 最萌小汐 | |
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-28 | fix #1242 | 最萌小汐 | |
wrong `sindex` in multi-assign which last exp is `call` or `varargs` | |||
2022-06-28 | new diag ``redundant-return-value`` | 最萌小汐 | |
2022-06-27 | diagnostic `missing-return-value` | 最萌小汐 | |
2022-06-27 | new setting `hint.semicolon` | 最萌小汐 | |
2022-06-26 | #1207 | 最萌小汐 | |
return names and parentheses can be used in `DocFunction` | |||
2022-06-26 | #1207 supports `---@return boolean ...` | 最萌小汐 | |
2022-06-25 | resolve #1226 | 最萌小汐 | |
semicolons and parentheses can be used in `DocTable` | |||
2022-06-25 | add 2 type related settings | 最萌小汐 | |
`type.castNumberToInteger` and `type.weakUnionCheck` | |||
2022-06-24 | fix #1229 | 最萌小汐 | |
2022-06-23 | update config | 最萌小汐 | |
2022-06-23 | cleanup | 最萌小汐 | |
2022-06-23 | fix workspace diags | 最萌小汐 | |