Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | Update string.dump so it doesn't have strip argument in Lua 5.1 and 5.2 | C3pa | |
2023-07-20 | fix: doc mistake in meta/3rd/OpenResty/library/prometheus.lua | ellutionist | |
2023-07-19 | update submodules | 最萌小汐 | |
2023-07-04 | Mark string.find return values as nilable | C3pa | |
2023-06-06 | update metatable | 最萌小汐 | |
2023-05-31 | reset | fesily | |
2023-05-31 | fix assign-type-mismatch | fesily | |
2023-05-25 | Merge branch 'master' into meta-support-metable | fesily | |
2023-05-22 | Update basic.lua | fesily | |
2023-05-22 | Merge branch 'master' into meta-support-metable | fesily | |
2023-05-15 | meta: add some spaces to improve readability | C3pa | |
2023-05-15 | move other file | fesily | |
2023-05-15 | meta:fix jit module | fesily | |
2023-05-11 | delete __index | fesily | |
2023-05-11 | add base class | fesily | |
2023-05-11 | meta:support metatable | fesily | |
2023-04-27 | Merge pull request #2090 from fesily/doc-fix-coroutine-isyieldable | 最萌小汐 | |
Doc fix coroutine isyieldable | |||
2023-04-27 | fix | fesily | |
2023-04-27 | doc fix coroutine isyieldable | fesily | |
2023-03-29 | Merge pull request #2024 from Gowa2017/master | 最萌小汐 | |
Add desc of skynet.task api | |||
2023-03-27 | update love-api | 最萌小汐 | |
2023-03-23 | add desc of skynet.task api | Gowa2017 | |
2023-03-21 | Merge pull request #2021 from fesily/3rd-add-bee | 最萌小汐 | |
3rd: meta add bee | |||
2023-03-21 | Update subprocess.lua | fesily | |
fix error | |||
2023-03-21 | 3rd: meta add bee | fesily | |
2023-03-20 | Update string.gmatch argument types | C3pa | |
2023-03-20 | Change `string.format`'s argument to string|number | C3pa | |
2023-03-20 | Add some more number types to string API | C3pa | |
Co-authored-by: carsakiller <carsakiller@gmail.com> | |||
2023-03-18 | Make functions in string api accept numbers | C3pa | |
All of these functions effectively call `tostring()`, when the passed parameter is a number. I think there is no need to raise warnings if users pass numbers instead of strings to these functions. | |||
2023-03-06 | update lovr-api | 最萌小汐 | |
2023-03-03 | enable `table.pack` and `table.unpack` to LuaJIT | 最萌小汐 | |
resolve #1942 | |||
2023-03-02 | Merge pull request #1959 from Bilal2453/patch-2 | 最萌小汐 | |
meta: newproxy can accept a userdata value | |||
2023-03-01 | Improve math.abs annotation | C3pa | |
This brings it in line with math.max, and max.min. This change allows the type inference to correctly infer the returned type if math.abs is passed an integer as an argument. | |||
2023-03-01 | meta: newproxy can accept a userdata value | Bilal Bassam | |
2023-02-04 | Merge branch 'LuaLS:master' into master | CppCXY | |
2023-02-03 | chore: update links to point to organization | carsakiller | |
2023-02-03 | 更新构建脚本 | CppCXY | |
2023-01-30 | respect quotation marks | 最萌小汐 | |
2023-01-30 | update submodules and docs | 最萌小汐 | |
2023-01-17 | update love2d-api | 最萌小汐 | |
2023-01-17 | fix #1829 | 最萌小汐 | |
2023-01-17 | doc add return | fesily | |
2023-01-17 | add ffi-reflect doc | fesily | |
2023-01-16 | support `---@meta [name]` | 最萌小汐 | |
once declared `name`, user can only require this file by declared name meta file can not be required with name `_` | |||
2023-01-16 | build 3rd metas | 最萌小汐 | |
2022-12-27 | Implement LOVE: love.filesystem.load should be treated like loadfile | C3pa | |
2022-12-17 | update submodules | 最萌小汐 | |
2022-12-14 | Merge pull request #1761 from flrgh/chore/resty-signal-type-updates | 最萌小汐 | |
update resty.signal type annotations |