summaryrefslogtreecommitdiff
path: root/script/vm
AgeCommit message (Collapse)Author
2023-08-14fix warning最萌小汐
2023-08-11fix stack overflow最萌小汐
2023-08-11check nil最萌小汐
2023-08-11local uses `nil` at least最萌小汐
fix #2155
2023-08-11support `---@type` and `--[[@as]]` for return最萌小汐
resolve #2144
2023-08-10support `@type` for `return`最萌小汐
#2144
2023-08-10enable `as` table最萌小汐
#2144
2023-08-09fix wrong hover and signature for method最萌小汐
with varargs and overloads
2023-08-01don't show constructor in hover最萌小汐
2023-07-21fix missing fields最萌小汐
2023-07-20improve completion label of table fields最萌小汐
2023-07-20fix visible最萌小汐
2023-07-19check visible recursive最萌小汐
fix #2145
2023-07-17Resolve formattingSewbacca
Resolve member naming
2023-07-17Extracted undefined global checkSewbacca
2023-06-13completion for quoted fields最萌小汐
fix #2088
2023-06-13bind overloads最萌小汐
fix #2083
2023-06-01Update compiler.luafesily
2023-06-01getReturnOfSetMetaTable remove nilfesily
2023-05-25special treat `__*`最萌小汐
#2106
2023-05-23trace filter of `repeat`最萌小汐
fix #2113
2023-05-22special searching for `__index`最萌小汐
#2106
2023-04-25export name and comment in returns最萌小汐
2023-03-29fix #2037最萌小汐
2023-03-27check operator `/`, `^` and `//`最萌小汐
fix #2036
2023-03-22recover mark before return最萌小汐
fix #2004
2023-03-13look into unions for operators最萌小汐
fix #1996
2023-03-13infer unknown operation as unknown最萌小汐
#1996
2023-03-09support `x or error(...)`最萌小汐
fix #1945
2023-03-08fix #1928最萌小汐
2023-03-07search full refs for global最萌小汐
fix #1914
2023-03-02Array of a class type does not get completion #1940jharajeev55
https: //github.com/LuaLS/lua-language-server/issues/1940 Co-Authored-By: esarver <4965633+esarver@users.noreply.github.com>
2023-02-15fix runtime error最萌小汐
#1911
2023-02-13fix #1902最萌小汐
2023-02-10fix #1887最萌小汐
2023-02-10fix #1889最萌小汐
2023-02-07check nil最萌小汐
#1886
2023-02-02fix #1871最萌小汐
2023-02-02special treate for return values of require最萌小汐
2nd should be unknown since Lua 5.3, otherwise should be nil #1868
2023-01-31fix #1855最萌小汐
2023-01-31improve label in hover最萌小汐
2023-01-31fix #1857最萌小汐
2023-01-30copy nodes when tracing list最萌小汐
fix #1841
2023-01-30limit error message for type dismatch最萌小汐
resolve #1838
2023-01-30infer types of tableindex by semantic最萌小汐
fix #1831
2023-01-30fix wrong infer of tableindex最萌小汐
#1831
2023-01-30respect quotation marks最萌小汐
2023-01-17more special treates for meta files最萌小汐
2023-01-16support `---@meta [name]`最萌小汐
once declared `name`, user can only require this file by declared name meta file can not be required with name `_`
2023-01-16fix runtime error最萌小汐