Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | contravariance is allowed at the class declaration | 最萌小汐 | |
2022-07-12 | fix | 最萌小汐 | |
2022-07-12 | unreachable-code | 最萌小汐 | |
2022-07-12 | fix | 最萌小汐 | |
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 #1317 | 最萌小汐 | |
2022-07-08 | cleanup | 最萌小汐 | |
2022-07-07 | pass tests | 最萌小汐 | |
2022-07-07 | resolve #619 `diagnostics.unusedLocalExclude` | 最萌小汐 | |
2022-07-06 | completion and diags for operator | 最萌小汐 | |
2022-07-06 | dose not infer as `nil` by `t.field = nil` | 最萌小汐 | |
2022-07-06 | resolve #1285 ignore `nil` in `getfield` | 最萌小汐 | |
2022-07-05 | resolve #1280 | 最萌小汐 | |
2022-07-01 | fix #1257 don't need to return if returns nil | 最萌小汐 | |
2022-07-01 | #1260 `type.weakNilCheck` | 最萌小汐 | |
2022-06-29 | don't check `t.field = nil` | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | some fix | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | new diag `return-type-mismatch` | 最萌小汐 | |
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-28 | new diag ``redundant-return-value`` | 最萌小汐 | |
2022-06-28 | fix diags | 最萌小汐 | |
2022-06-28 | supports `---@return ...` | 最萌小汐 | |
2022-06-27 | diagnostic `missing-return-value` | 最萌小汐 | |
2022-06-27 | don't check `trailing-space` for comments | 最萌小汐 | |
2022-06-27 | disable `unused-local` for empty function | 最萌小汐 | |
2022-06-27 | resolve #1236 custom class can extends basic class | 最萌小汐 | |
2022-06-25 | add 2 type related settings | 最萌小汐 | |
`type.castNumberToInteger` and `type.weakUnionCheck` | |||
2022-06-24 | resolve #621 | 最萌小汐 | |
2022-06-24 | fix #1229 | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
2022-06-22 | `param-type-mismatch` | 最萌小汐 | |
2022-06-22 | improve one case | 最萌小汐 | |
2022-06-22 | fix | 最萌小汐 | |
2022-06-21 | fix | 最萌小汐 | |
2022-06-21 | update | 最萌小汐 | |
2022-06-20 | resolve #1211 | 最萌小汐 | |
2022-06-20 | update | 最萌小汐 | |
2022-06-20 | stash | 最萌小汐 | |
2022-06-20 | update | 最萌小汐 | |