index
:
lua-language-server
fix/honour_configuration_capability
fix/honour_configuration_capability-3.10.3
fix/honour_configuration_capability-3.7.3
fix/honour_configuration_capability-3.7.4
fix/honour_configuration_capability-3.9.3
fix/honour_configuration_capability-master
master
A language server that offers Lua language support - programmed in Lua
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script
/
parser
Age
Commit message (
Collapse
)
Author
2021-03-03
remove mark for now
最萌小汐
2021-03-03
add mark
最萌小汐
2021-03-03
#435 treat `V[]` as `table<integer, V>` in `pairs`
最萌小汐
2021-03-01
dont infer `x()` as function
最萌小汐
2021-03-01
fix #422 search ref across `doc.return`
最萌小汐
2021-03-01
fix #421 keep order
最萌小汐
2021-03-01
still can not yield inside compile
最萌小汐
2021-03-01
kick class extends
最萌小汐
2021-03-01
improve delay of completion
最萌小汐
2021-03-01
clean up code
最萌小汐
2021-03-01
always sort
最萌小汐
2021-02-26
improve ipairs
最萌小汐
2021-02-26
improve infer cross `pairs`
最萌小汐
2021-02-26
improve type_infer
最萌小汐
2021-02-26
improve generic across `fun(arg: T):T`
最萌小汐
2021-02-26
find generic cross doc.function.args
最萌小汐
2021-02-25
improve infer cross `table<K, V>`
最萌小汐
2021-02-25
improve hover of `table<K, V>`
最萌小汐
2021-02-24
improve infer cross `ipairs`
最萌小汐
2021-02-23
improve doc.type.table
最萌小汐
2021-02-23
fix #406 dont cache infer when not deep
最萌小汐
2021-02-22
fix interface not show after `,`
最萌小汐
2021-02-22
fix runtime errors
最萌小汐
2021-02-20
close #254 supports multiple class inheritance
最萌小汐
2021-02-20
fix #396 fix check of string and remove limit
最萌小汐
2021-02-20
special handling builtin types
最萌小汐
2021-02-20
fix #392 `LuaDoc`: revert compatible with `--@`
最萌小汐
2021-02-19
fix #349 parse comments before `doc.resume`
最萌小汐
2021-02-19
fix test
最萌小汐
2021-02-18
missed syntax error `f() = 1`
最萌小汐
2021-02-09
check lock when pushing
最萌小汐
2021-02-08
add some doc
最萌小汐
2021-02-08
fix #382 increase queue limit
最萌小汐
2021-02-08
fix #381 more correct caching
最萌小汐
2021-02-04
fix runtime errors
最萌小汐
2021-02-04
always globalCache
最萌小汐
2021-02-04
fix cache
最萌小汐
2021-02-04
fix #356
最萌小汐
2021-02-02
`LuaDoc` compatible with `--@`
最萌小汐
2021-02-01
function is literal
最萌小汐
2021-01-27
fix endless loop
最萌小汐
2021-01-27
fix depth limit
最萌小汐
2021-01-27
improve performance
最萌小汐
2021-01-27
What? Dose not check setmetatable?
最萌小汐
2021-01-27
performance optimization
最萌小汐
2021-01-27
performance issue
最萌小汐
2021-01-27
fix #363
最萌小汐
2021-01-26
fix #361
最萌小汐
2021-01-26
fix
最萌小汐
2021-01-25
fix #359
最萌小汐
[next]