summaryrefslogtreecommitdiff
path: root/script/core
AgeCommit message (Collapse)Author
2022-07-18parse path in `source`最萌小汐
2022-07-18#1255最萌小汐
diagnostic for enum
2022-07-16doc.enum最萌小汐
2022-07-15resolve #1230最萌小汐
show enums for variables
2022-07-15resolve #1224 show comments for `doc.field`最萌小汐
2022-07-15fix hover最萌小汐
2022-07-15fix最萌小汐
2022-07-15fix comments最萌小汐
2022-07-14resolve #1112最萌小汐
only show signatures matching the entered parameters
2022-07-14bind source for class最萌小汐
2022-07-14support char最萌小汐
2022-07-14`---@source`最萌小汐
2022-07-14fix最萌小汐
2022-07-12resolve #1124 supports path in link最萌小汐
2022-07-12contravariance is allowed at the class declaration最萌小汐
2022-07-12unnecessary tag最萌小汐
2022-07-12fix最萌小汐
2022-07-12unreachable-code最萌小汐
2022-07-11resolve #1066最萌小汐
dose not show unknown `---@XXX` as description
2022-07-11resolve #1029最萌小汐
treat _ENV = {} as local _ENV = {} local _ENV = nil will disable all globals local _ENV = {} will enable all globals local _ENV = {} ---@type mathlib will open globals in mathlib
2022-07-11Revert "resolve #1209"最萌小汐
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1.
2022-07-11resolve #1209最萌小汐
treat `_ENV = {}` as `local _ENV = {}` `local _ENV = nil` will disable all globals `local _ENV = {}` will enable all globals `local _ENV = {} ---@type mathlib` will open globals in mathlib
2022-07-11small fix最萌小汐
2022-07-08resolve #993 supports multi-types最萌小汐
2022-07-08cleanup最萌小汐
2022-07-07resolve #970 read comments in `---@type`最萌小汐
2022-07-07resolve #619 `diagnostics.unusedLocalExclude`最萌小汐
2022-07-06support `call`最萌小汐
2022-07-06semantic and completion description最萌小汐
2022-07-06completion and diags for operator最萌小汐
2022-07-06dose not infer as `nil` by `t.field = nil`最萌小汐
2022-07-06resolve #1285 ignore `nil` in `getfield`最萌小汐
2022-07-06improve diag最萌小汐
2022-07-05resolve #1065 show detail for `doc.type.table`最萌小汐
2022-07-05resolve #899 no longer generate parameter types最萌小汐
with setting `completion.callSnippet`
2022-07-05resolve #1254 can suppress syntax errors最萌小汐
2022-07-05resolve #1280最萌小汐
2022-07-03fix最萌小汐
2022-07-01fix #1257 don't need to return if returns nil最萌小汐
2022-07-01cleanup最萌小汐
2022-06-30add many delays in diagnostics最萌小汐
2022-06-29don't check `t.field = nil`最萌小汐
2022-06-29fix #1249最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28some fix最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28new diag `return-type-mismatch`最萌小汐
2022-06-28diag `missing-return`最萌小汐
2022-06-28new diag ``redundant-return-value``最萌小汐
2022-06-28fix diags最萌小汐