Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-17 | Extracted undefined global check | Sewbacca | |
2023-06-27 | Added crossfile testcase | Sewbacca | |
Improved eq error message in test/code_action/init.lua Uses core.diagnostics.undefined-global | |||
2022-07-11 | resolve #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-11 | Revert "resolve #1209" | 最萌小汐 | |
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1. | |||
2022-07-11 | resolve #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-06-30 | add many delays in diagnostics | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-02-10 | remove noder and searcher | 最萌小汐 | |
2022-01-23 | fix | sumneko | |
2022-01-19 | stash | 最萌小汐 | |
2021-12-30 | update | 最萌小汐 | |
2021-11-25 | cleanup | 最萌小汐 | |
2021-11-03 | update async mark | 最萌小汐 | |
2021-11-02 | mark async | 最萌小汐 | |
2021-09-22 | fix | 最萌小汐 | |
2021-07-01 | cleanup | 最萌小汐 | |
2021-07-01 | cleanup | 最萌小汐 | |
2021-06-17 | improve | 最萌小汐 | |
2021-06-11 | rename getAst -> getState | 最萌小汐 | |
2021-06-07 | update | 最萌小汐 | |
2021-06-02 | update | 最萌小汐 | |
2021-05-19 | update | 最萌小汐 | |
2021-04-20 | guide -> searcher | 最萌小汐 | |
2021-04-13 | resolve #494 new diagnostic: `deprecated` | 最萌小汐 | |
2021-03-15 | move `parser/guide.lua` to `core/guide.lua` | 最萌小汐 | |
2020-12-10 | Merge branch 'master' into diagnostic-undefined-field | uhziel | |
2020-12-09 | 添加检测"未定义的 field" | uhziel | |
2020-12-07 | add tip of `Lua.runtime.special` | 最萌小汐 | |
2020-12-04 | Split getkeyname and getkeytype | 最萌小汐 | |
2020-11-24 | deep level | 最萌小汐 | |
2020-11-23 | check global version | 最萌小汐 | |
2020-11-23 | stage | 最萌小汐 | |
2020-11-20 | no longer beta | 最萌小汐 | |