summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-02-24improve infer cross `ipairs`最萌小汐
2021-02-23improve completion as tableindex最萌小汐
2021-02-23improve completion of field and table最萌小汐
2021-02-23improve doc.type.table最萌小汐
2021-02-23checks function only最萌小汐
2021-02-23`duplicate-set-field` add excludes最萌小汐
2021-02-23close #415 new diagnostic: `duplicate-set-field`最萌小汐
2021-02-23fix #406 dont cache infer when not deep最萌小汐
2021-02-22#406 hover dont show `any` before `{}`最萌小汐
2021-02-22fix wrong type infer of doc.field最萌小汐
2021-02-22fix #403 improve class hover最萌小汐
2021-02-22fix interface not show after `,`最萌小汐
2021-02-22fix interface in nested table最萌小汐
2021-02-22#400 fix signature behind `}`最萌小汐
2021-02-20close #254 supports multiple class inheritance最萌小汐
2021-02-20fix test最萌小汐
2021-02-20fix #396 fix check of string and remove limit最萌小汐
2021-02-20special handling builtin types最萌小汐
2021-02-20special handling `any` and `nil`最萌小汐
2021-02-19close #384 completion supports interface最萌小汐
2021-02-19remove tracy最萌小汐
2021-02-19fix #349 parse comments before `doc.resume`最萌小汐
2021-02-19fix tests最萌小汐
2021-02-18close #391 definition excludes values最萌小汐
2021-02-18`unused-local` excludes `doc.param`最萌小汐
2021-02-08pass tests最萌小汐
2021-02-04fix #356最萌小汐
2021-02-02pass tests最萌小汐
2021-02-02#352 split multi description最萌小汐
2021-02-02pass tests最萌小汐
2021-01-27move cache into core最萌小汐
2021-01-27update最萌小汐
2021-01-27performance optimization最萌小汐
2021-01-26fix #361最萌小汐
2021-01-26fix最萌小汐
2021-01-20Merge pull request #340 from uhziel/doc-type-table最萌小汐
2021-01-05improve performance最萌小汐
2021-01-05通过扩展 getArrayLevel 来找到层级Lei Zhu
2021-01-05Merge branch 'doc-type-table' of https://github.com/uhziel/lua-language-serve...Lei Zhu
2021-01-05原生API不要去判名字,用 special 字段来判断,这样支持 loca...Lei Zhu
2021-01-05guess `self`最萌小汐
2021-01-05hover: tail comments may be cutted最萌小汐
2021-01-05fix最萌小汐
2021-01-04`unused-function` checks recursive最萌小汐
2021-01-04new dianostic: `count-down-loop`最萌小汐
2021-01-04close #149 supports "--#region"最萌小汐
2021-01-04pass tests最萌小汐
2021-01-04completion: show words in string最萌小汐
2021-01-04pass tests最萌小汐
2021-01-04Merge branch 'master' into doc-type-tableuhziel