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
/
type_inference
Age
Commit message (
Expand
)
Author
2022-06-17
some fix
最萌小汐
2022-06-17
fix infer by `string[]`
最萌小汐
2022-06-16
fix runner for `doc.type.array`
最萌小汐
2022-06-16
infer `nil` as redundant return value
最萌小汐
2022-06-16
fix #1213 change back to enum
最萌小汐
2022-06-16
fix #1215 penetrate parentheses
最萌小汐
2022-06-15
infer type by `local tp = type(x)`
最萌小汐
2022-06-15
resolve #1212
最萌小汐
2022-06-15
resolve #1105 infer type by `type(x)`
最萌小汐
2022-06-15
resolve #1154 resolve #1165
最萌小汐
2022-06-15
resolve #1094 infer type by `error`
最萌小汐
2022-06-15
fix
最萌小汐
2022-06-15
#1208 avoid dead cycles
最萌小汐
2022-06-14
update runner
最萌小汐
2022-06-14
update runner
最萌小汐
2022-06-14
update runner
最萌小汐
2022-06-14
update
最萌小汐
2022-06-14
update runner
最萌小汐
2022-06-14
update
最萌小汐
2022-06-09
add `doc.type.code`
最萌小汐
2022-06-09
view infer must specify uri
最萌小汐
2022-06-09
#1148 view `table` after erasing alias
最萌小汐
2022-05-25
fix #1150
最萌小汐
2022-05-23
fix can not union `table` with other basic types
最萌小汐
2022-05-23
fix can not union `unknown` with other types
最萌小汐
2022-05-01
fix #1107
最萌小汐
2022-04-26
fix #1092
最萌小汐
2022-04-26
cleanup
最萌小汐
2022-04-25
add test
最萌小汐
2022-04-25
fix `assert` dose not remove `type nil`
最萌小汐
2022-04-25
fix infer
最萌小汐
2022-04-25
add `---@cast`
最萌小汐
2022-04-24
fix
最萌小汐
2022-04-24
fix `or`
最萌小汐
2022-04-24
cleanup
最萌小汐
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
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
cleanup
最萌小汐
2022-04-23
infer by `x == nil` and `x ~= nil`
最萌小汐
2022-04-23
merge if results
最萌小汐
2022-04-22
resolve `class[1]` by `---@field [integer] type`
最萌小汐
[next]