Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-24 | 3.7.0 | 最萌小汐 | |
2023-08-24 | 修复基础库定义 | 最萌小汐 | |
2023-08-23 | add guide | 最萌小汐 | |
2023-08-23 | support `---@class (exact)` | 最萌小汐 | |
#1990 | |||
2023-08-22 | fix wrong `missing-fields` with union types | 最萌小汐 | |
fix #2252 | |||
2023-08-22 | whimsical | 最萌小汐 | |
2023-08-21 | fix | 最萌小汐 | |
2023-08-16 | supports `---@enum (key)` | 最萌小汐 | |
2023-08-15 | don't diagnose git uri | 最萌小汐 | |
fix #2267 | |||
2023-08-15 | Merge pull request #2264 from flrgh/master | 最萌小汐 | |
set min version for some math.* functions | |||
2023-08-15 | Merge pull request #2263 from overhacked/ignore_cast-local-type_underscore | 最萌小汐 | |
Ignore `cast-local-type` diagnostic for `_` local | |||
2023-08-14 | set min version for some math.* functions | Michael Martin | |
2023-08-14 | Ignore cast-local-type diagnostic for `_` local | Ross Williams | |
The `unused-local` diagnostic already hard-codes to exclude `_`. `cast-local-type` should also ignore `_` variables, to avoid warnings in, for example, nested loops like: ```lua for _, list in ipairs(lists) do for _, item in ipairs(list) do _, result = pcall(...) end end ``` | |||
2023-08-14 | fix warning | 最萌小汐 | |
2023-08-14 | check `doc.field` | 最萌小汐 | |
#1990 | |||
2023-08-14 | also check `doc.type.table` | 最萌小汐 | |
2023-08-14 | new diag: `inject-field` | 最萌小汐 | |
#1990 | |||
2023-08-11 | stash | 最萌小汐 | |
2023-08-11 | commandline parameter `--force-accept-workspace` | 最萌小汐 | |
resolve #2159 | |||
2023-08-11 | fix stack overflow | 最萌小汐 | |
2023-08-11 | check nil | 最萌小汐 | |
2023-08-11 | local uses `nil` at least | 最萌小汐 | |
fix #2155 | |||
2023-08-11 | support `---@type` and `--[[@as]]` for return | 最萌小汐 | |
resolve #2144 | |||
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-08-11 | clean up tests | 最萌小汐 | |
2023-08-11 | clean up tests | 最萌小汐 | |
2023-08-11 | Merge pull request #2255 from carsakiller/wiki-migration | 最萌小汐 | |
chore: replace wiki references | |||
2023-08-10 | chore: link to diagnosis report wiki article | carsakiller | |
2023-08-11 | Merge pull request #2256 from CppCXY/master | 最萌小汐 | |
update format | |||
2023-08-10 | chore: remove old intellisense documentation | carsakiller | |
2023-08-10 | chore: replace wiki references | carsakiller | |
2023-08-10 | fix order error | CppCXY | |
2023-08-10 | update format | CppCXY | |
2023-08-10 | support `@type` for `return` | 最萌小汐 | |
#2144 | |||
2023-08-10 | enable `as` table | 最萌小汐 | |
#2144 | |||
2023-08-09 | fix | 最萌小汐 | |
2023-08-09 | fix wrong hover and signature for method | 最萌小汐 | |
with varargs and overloads | |||
2023-08-03 | function may not have a name | 最萌小汐 | |
2023-08-02 | fix template | 最萌小汐 | |
2023-08-01 | don't show constructor in hover | 最萌小汐 | |
2023-07-31 | Merge pull request #2240 from carsakiller/os.time-fix | 最萌小汐 | |
fix: os.time optionals | |||
2023-07-31 | Merge pull request #2241 from CppCXY/master | 最萌小汐 | |
update format 1.3.0 | |||
2023-07-31 | update format 1.3.0 | CppCXY | |
2023-07-30 | fix: os.time optionals | carsakiller | |
Closes `os.time` expected input is wrong #2235 | |||
2023-07-28 | fix: os.time parameter | carsakiller | |
Closes #2235 | |||
2023-07-27 | Merge pull request #2225 from C3pa/update-string-annotations | 最萌小汐 | |
Update `string.dump` so it doesn't have strip argument in Lua 5.1 and 5.2 | |||
2023-07-27 | Merge pull request #2222 from Rathoz/patch-1 | 最萌小汐 | |
Fix link in changelog | |||
2023-07-26 | Update string.dump so it doesn't have strip argument in Lua 5.1 and 5.2 | C3pa | |