summaryrefslogtreecommitdiff
path: root/test/diagnostics
AgeCommit message (Expand)Author
2024-02-26update testfesily
2024-02-21add infer function param typefesily
2024-01-30support tuple typelizho
2024-01-24Revert "Merge pull request #2481 from fesily/automatic-derivation-function-pa...最萌小汐
2024-01-16automatic derivation function param typefesily
2023-08-23support `---@class (exact)`最萌小汐
2023-08-22fix wrong `missing-fields` with union types最萌小汐
2023-08-16supports `---@enum (key)`最萌小汐
2023-08-14check `doc.field`最萌小汐
2023-08-14also check `doc.type.table`最萌小汐
2023-08-11stash最萌小汐
2023-08-11support `---@type` and `--[[@as]]` for return最萌小汐
2023-08-11cleanup tests最萌小汐
2023-08-11cleanup tests最萌小汐
2023-08-11cleanup tests最萌小汐
2023-08-11clean up tests最萌小汐
2023-08-11clean up tests最萌小汐
2023-07-25fix #2214最萌小汐
2023-07-21fix `missing-fields`最萌小汐
2023-07-20new diagnostic: `missing-fields`最萌小汐
2023-06-28Adapt incomplete-signature-doc to warn about incomplete, not missing docs (#9)AndreaWalchshoferSCCH
2023-06-13bind overloads最萌小汐
2023-05-11Annotation rule for exported local functionsThomas Wetzlmaier
2023-04-24Cleanup PRAndreaWalchshoferSCCH
2023-04-19Warn about missing '---comment', '@return' and '@param' annotations (#3)Thomas Wetzlmaier
2023-04-04Add diagnostic to enforce lowercase local element names (#6)AndreaWalchshoferSCCH
2023-03-30Incorporate Review Comments (#4)AndreaWalchshoferSCCH
2023-03-30Revert "Add diagnostic to enforce lowercase local element names (#2)" (#5)AndreaWalchshoferSCCH
2023-03-30Add diagnostic to enforce lowercase local element names (#2)AndreaWalchshoferSCCH
2023-03-22Merge remote-tracking branch 'upstream/master'alwo
2023-03-22recover mark before return最萌小汐
2023-03-22Add diagnostic warning about any global (#1)AndreaWalchshoferSCCH
2023-03-08fix #1928最萌小汐
2023-03-08should check type of `self`最萌小汐
2023-03-08don't treat `_ENV` as param最萌小汐
2023-02-13fix #1902最萌小汐
2023-02-02fix #1871最萌小汐
2023-01-30copy nodes when tracing list最萌小汐
2023-01-30limit error message for type dismatch最萌小汐
2023-01-30infer types of tableindex by semantic最萌小汐
2023-01-17don't check `duplicate-set-field` in different if最萌小汐
2022-11-14`duplicate-set-field` supports cross files最萌小汐
2022-11-14`duplicate-doc-field` check cross files最萌小汐
2022-11-13fix #1692最萌小汐
2022-11-10fix #1684最萌小汐
2022-11-09fix #1680最萌小汐
2022-11-08fix incorrect type check for generic with nil最萌小汐
2022-11-08fix #1676最萌小汐
2022-11-08check type for `Enum -> Other`最萌小汐
2022-11-08`---@enum` supports runtime values最萌小汐