summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-12memoryAPI最萌小汐
2022-07-12resolve #1124 supports path in link最萌小汐
2022-07-12sort enums最萌小汐
2022-07-12contravariance is allowed at the class declaration最萌小汐
2022-07-12unnecessary tag最萌小汐
2022-07-12fix最萌小汐
2022-07-12update bee最萌小汐
2022-07-12unreachable-code最萌小汐
2022-07-12fix最萌小汐
2022-07-11update submodules最萌小汐
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-11fix #1311最萌小汐
2022-07-11fix #1320最萌小汐
2022-07-11fix infers最萌小汐
2022-07-11fix #1317最萌小汐
2022-07-11update submodule最萌小汐
2022-07-11small fix最萌小汐
2022-07-11Merge pull request #1308 from fesily/luajit-buildin-table.new-and-table.clear最萌小汐
table new/clear function actual use scenarios
2022-07-09table new/clear function actual use scenariosfesily
2022-07-08fix meta of `string.gsub`最萌小汐
2022-07-08Merge pull request #1304 from tweyseo/bugfix最萌小汐
bugfix:allow get() in sharedict return value and nil
2022-07-08Merge pull request #1302 from fesily/openresty-meta最萌小汐
meta: openresty add api run_worker_thread
2022-07-08resolve #993 supports multi-types最萌小汐
2022-07-08cleanup最萌小汐
2022-07-08cleanup最萌小汐
2022-07-08bugfix:allow get() in sharedict return value and niltweyseo
2022-07-08add commentfesily
2022-07-08meta: openresty add api run_worker_threadfesily
2022-07-07support change workspace folders最萌小汐
TODO: has memory leak after remove folders
2022-07-07resolve #970 read comments in `---@type`最萌小汐
2022-07-07fix #880最萌小汐
2022-07-07update bee最萌小汐
2022-07-07pass tests最萌小汐
2022-07-07resolve #619 `diagnostics.unusedLocalExclude`最萌小汐
2022-07-07don't show again最萌小汐
2022-07-07fix #1284最萌小汐
2022-07-07fix #1292最萌小汐
2022-07-07some fix最萌小汐
2022-07-07update bee最萌小汐
2022-07-07fix #1294最萌小汐
2022-07-07`boolean` kick `true` and `false`最萌小汐
2022-07-07#1294 fix operator `and`/`or` for boolean最萌小汐
2022-07-07resolve #1293 operator supports `string`最萌小汐
2022-07-07typo最萌小汐
2022-07-07more `bee.filesystem`最萌小汐
2022-07-07add meta file for `bee.filesystem`最萌小汐
2022-07-07some fix最萌小汐