summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)Author
2023-07-30fix: os.time optionalscarsakiller
Closes `os.time` expected input is wrong #2235
2023-07-28fix: os.time parametercarsakiller
Closes #2235
2023-07-26Update string.dump so it doesn't have strip argument in Lua 5.1 and 5.2C3pa
2023-07-20fix: doc mistake in meta/3rd/OpenResty/library/prometheus.luaellutionist
2023-07-19update submodules最萌小汐
2023-07-04Mark string.find return values as nilableC3pa
2023-06-06update metatable最萌小汐
2023-05-31resetfesily
2023-05-31fix assign-type-mismatchfesily
2023-05-25Merge branch 'master' into meta-support-metablefesily
2023-05-22Update basic.luafesily
2023-05-22Merge branch 'master' into meta-support-metablefesily
2023-05-15meta: add some spaces to improve readabilityC3pa
2023-05-15move other filefesily
2023-05-15meta:fix jit modulefesily
2023-05-11delete __indexfesily
2023-05-11add base classfesily
2023-05-11meta:support metatablefesily
2023-04-27Merge pull request #2090 from fesily/doc-fix-coroutine-isyieldable最萌小汐
Doc fix coroutine isyieldable
2023-04-27fixfesily
2023-04-27doc fix coroutine isyieldablefesily
2023-03-29Merge pull request #2024 from Gowa2017/master最萌小汐
Add desc of skynet.task api
2023-03-27update love-api最萌小汐
2023-03-23add desc of skynet.task apiGowa2017
2023-03-21Merge pull request #2021 from fesily/3rd-add-bee最萌小汐
3rd: meta add bee
2023-03-21Update subprocess.luafesily
fix error
2023-03-213rd: meta add beefesily
2023-03-20Update string.gmatch argument typesC3pa
2023-03-20Change `string.format`'s argument to string|numberC3pa
2023-03-20Add some more number types to string APIC3pa
Co-authored-by: carsakiller <carsakiller@gmail.com>
2023-03-18Make functions in string api accept numbersC3pa
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-06update lovr-api最萌小汐
2023-03-03enable `table.pack` and `table.unpack` to LuaJIT最萌小汐
resolve #1942
2023-03-02Merge pull request #1959 from Bilal2453/patch-2最萌小汐
meta: newproxy can accept a userdata value
2023-03-01Improve math.abs annotationC3pa
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-01meta: newproxy can accept a userdata valueBilal Bassam
2023-02-04Merge branch 'LuaLS:master' into masterCppCXY
2023-02-03chore: update links to point to organizationcarsakiller
2023-02-03更新构建脚本CppCXY
2023-01-30respect quotation marks最萌小汐
2023-01-30update submodules and docs最萌小汐
2023-01-17update love2d-api最萌小汐
2023-01-17fix #1829最萌小汐
2023-01-17doc add returnfesily
2023-01-17add ffi-reflect docfesily
2023-01-16support `---@meta [name]`最萌小汐
once declared `name`, user can only require this file by declared name meta file can not be required with name `_`
2023-01-16build 3rd metas最萌小汐
2022-12-27Implement LOVE: love.filesystem.load should be treated like loadfileC3pa
2022-12-17update submodules最萌小汐
2022-12-14Merge pull request #1761 from flrgh/chore/resty-signal-type-updates最萌小汐
update resty.signal type annotations