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
/
test
Age
Commit message (
Collapse
)
Author
2022-04-24
fix
最萌小汐
2022-04-24
fix `or`
最萌小汐
2022-04-24
cleanup
最萌小汐
2022-04-24
check nils
最萌小汐
2022-04-24
`setlocal` can be marked by `---@type`
最萌小汐
2022-04-24
first local of `for .. in` can not be nil
最萌小汐
2022-04-24
infer by `break`
最萌小汐
2022-04-24
infer by `goto`
最萌小汐
2022-04-24
fix #1087
最萌小汐
2022-04-24
infer by `if not x or x.y then`
最萌小汐
2022-04-24
infer by `if not x or x then`
最萌小汐
2022-04-24
`x = x or y` -> truthy
最萌小汐
2022-04-24
infer by `if x and x.y then`
最萌小汐
2022-04-24
infer by `assert(x)`
最萌小汐
2022-04-23
fix infer of `unknown and unknown`
最萌小汐
2022-04-23
infer by `if not x then return end`
最萌小汐
2022-04-23
new diagnostic: `need-check-nil`
最萌小汐
2022-04-23
update hovering table
最萌小汐
fields beginning with underlines are sorted to the last
2022-04-23
cleanup
最萌小汐
2022-04-23
infer by `x == nil` and `x ~= nil`
最萌小汐
2022-04-23
merge if results
最萌小汐
2022-04-23
fix optional parameters
最萌小汐
2022-04-23
avoid circle compile
最萌小汐
2022-04-22
resolve `class[1]` by `---@field [integer] type`
最萌小汐
2022-04-22
display optional field in table
最萌小汐
2022-04-22
resolve `T[]` by `doc.type.table` or `doc.field`
最萌小汐
2022-04-22
new diagnostic `missing-parameter`
最萌小汐
2022-04-22
fix `unused-function` does not recognize recursion
最萌小汐
2022-04-22
fix
最萌小汐
2022-04-22
update optional of parameter
最萌小汐
2022-04-22
reset local
最萌小汐
2022-04-22
add `--[[@as type]]`
最萌小汐
2022-04-21
Merge remote-tracking branch 'origin/type-narrow'
最萌小汐
2022-04-21
luadoc supports `--[[@xxx]]`
最萌小汐
2022-04-21
Merge remote-tracking branch 'origin/type-narrow'
最萌小汐
2022-04-21
#1080 using `---@overload` as class constructor
最萌小汐
2022-04-21
supports infer of callback parameter
最萌小汐
2022-04-19
update runner
最萌小汐
2022-04-19
run local in function
最萌小汐
2022-04-19
Merge remote-tracking branch 'origin/master' into type-narrow
最萌小汐
2022-04-19
fix #1051
最萌小汐
2022-04-19
Revert "fix #3.1.1"
最萌小汐
This reverts commit 7657fefe4ab5b6ba7dcb7df7e766c115afa25787.
2022-04-19
fix #3.1.1
最萌小汐
2022-04-18
stash
最萌小汐
2022-04-17
create test
最萌小汐
2022-04-17
fix #994
最萌小汐
2022-04-17
fix optional
最萌小汐
2022-04-17
#980
最萌小汐
2022-04-16
fix #1061
最萌小汐
2022-04-16
fix #1057
最萌小汐
[prev]
[next]