Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | look into unions for operators | 最萌小汐 | |
fix #1996 | |||
2023-03-13 | infer unknown operation as unknown | 最萌小汐 | |
#1996 | |||
2023-03-13 | export all globals | 最萌小汐 | |
fix #1943 | |||
2023-03-13 | export from libraries | 最萌小汐 | |
#1943 | |||
2023-03-11 | fix wrong semantic-tokens when skipping empty char | 最萌小汐 | |
see https://github.com/neovim/neovim/pull/22607 | |||
2023-03-11 | update workflow | 最萌小汐 | |
2023-03-10 | 更新 | CppCXY | |
2023-03-10 | fix offset to finish pos in diff | 最萌小汐 | |
#1949 | |||
2023-03-10 | 更新 | CppCXY | |
2023-03-10 | update bee | actboy168 | |
2023-03-10 | update bee | actboy168 | |
2023-03-10 | update bee | actboy168 | |
2023-03-09 | Merge branch 'release' | 最萌小汐 | |
2023-03-09 | update submodules | 最萌小汐 | |
2023-03-09 | should be `3.6.17` | 最萌小汐 | |
2023-03-09 | 3.6.14 | 最萌小汐 | |
2023-03-09 | Update build.yml | actboy168 | |
2023-03-09 | Revert "Revert "revert bee.lua"" | 最萌小汐 | |
This reverts commit 78ae86b86cbe57ef83fb423dd28427beed73712c. | |||
2023-03-09 | Update build.yml | actboy168 | |
2023-03-09 | install git | 最萌小汐 | |
2023-03-09 | update workflow | 最萌小汐 | |
2023-03-09 | update workflow | 最萌小汐 | |
2023-03-09 | Revert "revert bee.lua" | 最萌小汐 | |
This reverts commit 9d837f79c82bb2582e1c92a3a7c8904080526486. | |||
2023-03-09 | revert bee.lua | 最萌小汐 | |
2023-03-09 | fix #1955 | 最萌小汐 | |
2023-03-09 | update submodules | 最萌小汐 | |
2023-03-09 | check nil | 最萌小汐 | |
fix #1978 | |||
2023-03-09 | update submodules | 最萌小汐 | |
2023-03-09 | fix | 最萌小汐 | |
2023-03-09 | update submodules | 最萌小汐 | |
2023-03-09 | support `x or error(...)` | 最萌小汐 | |
fix #1945 | |||
2023-03-09 | update bee.lua | 最萌小汐 | |
2023-03-09 | export global variables | 最萌小汐 | |
resolve #1943 | |||
2023-03-08 | fix #1928 | 最萌小汐 | |
2023-03-08 | keep invalid uri | 最萌小汐 | |
fix #1924 | |||
2023-03-08 | should check type of `self` | 最萌小汐 | |
fix #1922 | |||
2023-03-08 | update bee.lua | 最萌小汐 | |
2023-03-08 | don't treat `_ENV` as param | 最萌小汐 | |
fix #1715 | |||
2023-03-08 | add: description for `config.addonManager.enable` | carsakiller | |
2023-03-08 | fix #1981 fix #1984 fix #1986 | CppCXY | |
2023-03-07 | search full refs for global | 最萌小汐 | |
fix #1914 | |||
2023-03-06 | update submodules | 最萌小汐 | |
2023-03-06 | update lovr-api | 最萌小汐 | |
2023-03-06 | check multilneTokenSupport | 最萌小汐 | |
fix #1753 | |||
2023-03-06 | Don't override lm.bindir and lm.EXE_DIR in make.lua (#1977) | neeshy | |
* Don't override lm.bindir and lm.EXE_DIR in make.lua These create targets "/main.lua" and "/bootstrap.lua" in build/build.ninja which in turn cause access violations during the build --------- Co-authored-by: actboy168 <actboy168@gmail.com> |