summaryrefslogtreecommitdiff
path: root/script/parser
AgeCommit message (Expand)Author
2021-04-21cleanup最萌小汐
2021-04-21cleanup最萌小汐
2021-04-20stash最萌小汐
2021-04-14stash最萌小汐
2021-04-06fix #490最萌小汐
2021-03-31#450 add dummy param into param list最萌小汐
2021-03-29stash最萌小汐
2021-03-22fix #458最萌小汐
2021-03-18fix parsing resumes最萌小汐
2021-03-17close #442 supports multi-line comment最萌小汐
2021-03-16update parser最萌小汐
2021-03-15#close 289最萌小汐
2021-03-15move `parser/guide.lua` to `core/guide.lua`最萌小汐
2021-03-12dont search beSet in set最萌小汐
2021-03-10missed syntax error `function m['x']() end`最萌小汐
2021-03-08update locale最萌小汐
2021-03-08`LuaDoc` supports `---@diagnostic disable`最萌小汐
2021-03-05stash最萌小汐
2021-03-05completion of `doc.diagnostic`最萌小汐
2021-03-05missed syntax error `local a <const>= 1`最萌小汐
2021-03-04first try of auto end最萌小汐
2021-03-03#435 #437 why not cache generic results?最萌小汐
2021-03-03improve performance最萌小汐
2021-03-03remove mark for now最萌小汐
2021-03-03add mark最萌小汐
2021-03-03#435 treat `V[]` as `table<integer, V>` in `pairs`最萌小汐
2021-03-01dont infer `x()` as function最萌小汐
2021-03-01fix #422 search ref across `doc.return`最萌小汐
2021-03-01fix #421 keep order最萌小汐
2021-03-01still can not yield inside compile最萌小汐
2021-03-01kick class extends最萌小汐
2021-03-01improve delay of completion最萌小汐
2021-03-01clean up code最萌小汐
2021-03-01always sort最萌小汐
2021-02-26improve ipairs最萌小汐
2021-02-26improve infer cross `pairs`最萌小汐
2021-02-26improve type_infer最萌小汐
2021-02-26improve generic across `fun(arg: T):T`最萌小汐
2021-02-26find generic cross doc.function.args最萌小汐
2021-02-25improve infer cross `table<K, V>`最萌小汐
2021-02-25improve hover of `table<K, V>`最萌小汐
2021-02-24improve infer cross `ipairs`最萌小汐
2021-02-23improve doc.type.table最萌小汐
2021-02-23fix #406 dont cache infer when not deep最萌小汐
2021-02-22fix interface not show after `,`最萌小汐
2021-02-22fix runtime errors最萌小汐
2021-02-20close #254 supports multiple class inheritance最萌小汐
2021-02-20fix #396 fix check of string and remove limit最萌小汐
2021-02-20special handling builtin types最萌小汐
2021-02-20fix #392 `LuaDoc`: revert compatible with `--@`最萌小汐