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 (
Expand
)
Author
2021-04-21
cleanup
最萌小汐
2021-04-21
cleanup
最萌小汐
2021-04-20
stash
最萌小汐
2021-04-14
stash
最萌小汐
2021-04-06
fix #490
最萌小汐
2021-03-31
#450 add dummy param into param list
最萌小汐
2021-03-29
stash
最萌小汐
2021-03-22
fix #458
最萌小汐
2021-03-18
fix parsing resumes
最萌小汐
2021-03-17
close #442 supports multi-line comment
最萌小汐
2021-03-16
update parser
最萌小汐
2021-03-15
#close 289
最萌小汐
2021-03-15
move `parser/guide.lua` to `core/guide.lua`
最萌小汐
2021-03-12
dont search beSet in set
最萌小汐
2021-03-10
missed syntax error `function m['x']() end`
最萌小汐
2021-03-08
update locale
最萌小汐
2021-03-08
`LuaDoc` supports `---@diagnostic disable`
最萌小汐
2021-03-05
stash
最萌小汐
2021-03-05
completion of `doc.diagnostic`
最萌小汐
2021-03-05
missed syntax error `local a <const>= 1`
最萌小汐
2021-03-04
first try of auto end
最萌小汐
2021-03-03
#435 #437 why not cache generic results?
最萌小汐
2021-03-03
improve performance
最萌小汐
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 `--@`
最萌小汐
[next]