summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-243.7.0最萌小汐
2023-08-24修复基础库定义最萌小汐
2023-08-23add guide最萌小汐
2023-08-23support `---@class (exact)`最萌小汐
#1990
2023-08-22fix wrong `missing-fields` with union types最萌小汐
fix #2252
2023-08-22whimsical最萌小汐
2023-08-21fix最萌小汐
2023-08-16supports `---@enum (key)`最萌小汐
2023-08-15don't diagnose git uri最萌小汐
fix #2267
2023-08-15Merge pull request #2264 from flrgh/master最萌小汐
set min version for some math.* functions
2023-08-15Merge pull request #2263 from overhacked/ignore_cast-local-type_underscore最萌小汐
Ignore `cast-local-type` diagnostic for `_` local
2023-08-14set min version for some math.* functionsMichael Martin
2023-08-14Ignore cast-local-type diagnostic for `_` localRoss 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-14fix warning最萌小汐
2023-08-14check `doc.field`最萌小汐
#1990
2023-08-14also check `doc.type.table`最萌小汐
2023-08-14new diag: `inject-field`最萌小汐
#1990
2023-08-11stash最萌小汐
2023-08-11commandline parameter `--force-accept-workspace`最萌小汐
resolve #2159
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-11cleanup tests最萌小汐
2023-08-11cleanup tests最萌小汐
2023-08-11cleanup tests最萌小汐
2023-08-11clean up tests最萌小汐
2023-08-11clean up tests最萌小汐
2023-08-11Merge pull request #2255 from carsakiller/wiki-migration最萌小汐
chore: replace wiki references
2023-08-10chore: link to diagnosis report wiki articlecarsakiller
2023-08-11Merge pull request #2256 from CppCXY/master最萌小汐
update format
2023-08-10chore: remove old intellisense documentationcarsakiller
2023-08-10chore: replace wiki referencescarsakiller
2023-08-10fix order errorCppCXY
2023-08-10update formatCppCXY
2023-08-10support `@type` for `return`最萌小汐
#2144
2023-08-10enable `as` table最萌小汐
#2144
2023-08-09fix最萌小汐
2023-08-09fix wrong hover and signature for method最萌小汐
with varargs and overloads
2023-08-03function may not have a name最萌小汐
2023-08-02fix template最萌小汐
2023-08-01don't show constructor in hover最萌小汐
2023-07-31Merge pull request #2240 from carsakiller/os.time-fix最萌小汐
fix: os.time optionals
2023-07-31Merge pull request #2241 from CppCXY/master最萌小汐
update format 1.3.0
2023-07-31update format 1.3.0CppCXY
2023-07-30fix: os.time optionalscarsakiller
Closes `os.time` expected input is wrong #2235
2023-07-28fix: os.time parametercarsakiller
Closes #2235
2023-07-27Merge 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-27Merge pull request #2222 from Rathoz/patch-1最萌小汐
Fix link in changelog
2023-07-26Update string.dump so it doesn't have strip argument in Lua 5.1 and 5.2C3pa