summaryrefslogtreecommitdiff
path: root/script/core/diagnostics
AgeCommit message (Collapse)Author
2022-10-13diagnostics consider `overload`最萌小汐
resolve #1582
2022-10-12stash最萌小汐
2022-08-29fix wront indent of VSCode最萌小汐
2022-08-17fix runtime error最萌小汐
2022-07-29fix #1406最萌小汐
2022-07-28fix runtime error最萌小汐
2022-07-26only checks `1`最萌小汐
2022-07-25fix message of `newline-call` and `newfield-call`最萌小汐
2022-07-25fix #1365最萌小汐
2022-07-22fix #1363 don't lookup globals in blocks最萌小汐
2022-07-22refactor `require-path`最萌小汐
2022-07-19`close-non-object` don't check `unknown`最萌小汐
2022-07-16doc.enum最萌小汐
2022-07-14fix最萌小汐
2022-07-12contravariance is allowed at the class declaration最萌小汐
2022-07-12unnecessary tag最萌小汐
2022-07-12unreachable-code最萌小汐
2022-07-11resolve #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-11Revert "resolve #1209"最萌小汐
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1.
2022-07-11resolve #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-11small fix最萌小汐
2022-07-08resolve #993 supports multi-types最萌小汐
2022-07-08cleanup最萌小汐
2022-07-07resolve #619 `diagnostics.unusedLocalExclude`最萌小汐
2022-07-06support `call`最萌小汐
2022-07-06semantic and completion description最萌小汐
2022-07-06completion and diags for operator最萌小汐
2022-07-06dose not infer as `nil` by `t.field = nil`最萌小汐
2022-07-06resolve #1285 ignore `nil` in `getfield`最萌小汐
2022-07-06improve diag最萌小汐
2022-07-05resolve #1254 can suppress syntax errors最萌小汐
2022-07-05resolve #1280最萌小汐
2022-07-03fix最萌小汐
2022-07-01fix #1257 don't need to return if returns nil最萌小汐
2022-07-01cleanup最萌小汐
2022-06-30add many delays in diagnostics最萌小汐
2022-06-29don't check `t.field = nil`最萌小汐
2022-06-29fix #1249最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28some fix最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28new diag `return-type-mismatch`最萌小汐
2022-06-28diag `missing-return`最萌小汐
2022-06-28new diag ``redundant-return-value``最萌小汐
2022-06-28fix diags最萌小汐
2022-06-27#1240 use faster `isInString`最萌小汐
2022-06-27diagnostic `missing-return-value`最萌小汐
2022-06-27don't check `trailing-space` for comments最萌小汐
2022-06-27improve description of `duplicate alias`最萌小汐
2022-06-27disable `unused-local` for empty function最萌小汐