summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-13look into unions for operators最萌小汐
fix #1996
2023-03-13infer unknown operation as unknown最萌小汐
#1996
2023-03-13export all globals最萌小汐
fix #1943
2023-03-13export from libraries最萌小汐
#1943
2023-03-11fix wrong semantic-tokens when skipping empty char最萌小汐
see https://github.com/neovim/neovim/pull/22607
2023-03-11update workflow最萌小汐
2023-03-10更新CppCXY
2023-03-10fix offset to finish pos in diff最萌小汐
#1949
2023-03-10更新CppCXY
2023-03-10update beeactboy168
2023-03-10update beeactboy168
2023-03-10update beeactboy168
2023-03-09Merge branch 'release'最萌小汐
2023-03-09update submodules最萌小汐
2023-03-09should be `3.6.17`最萌小汐
2023-03-093.6.14最萌小汐
2023-03-09Update build.ymlactboy168
2023-03-09Revert "Revert "revert bee.lua""最萌小汐
This reverts commit 78ae86b86cbe57ef83fb423dd28427beed73712c.
2023-03-09Update build.ymlactboy168
2023-03-09install git最萌小汐
2023-03-09update workflow最萌小汐
2023-03-09update workflow最萌小汐
2023-03-09Revert "revert bee.lua"最萌小汐
This reverts commit 9d837f79c82bb2582e1c92a3a7c8904080526486.
2023-03-09revert bee.lua最萌小汐
2023-03-09fix #1955最萌小汐
2023-03-09update submodules最萌小汐
2023-03-09check nil最萌小汐
fix #1978
2023-03-09update submodules最萌小汐
2023-03-09fix最萌小汐
2023-03-09update submodules最萌小汐
2023-03-09support `x or error(...)`最萌小汐
fix #1945
2023-03-09update bee.lua最萌小汐
2023-03-09export global variables最萌小汐
resolve #1943
2023-03-08fix #1928最萌小汐
2023-03-08keep invalid uri最萌小汐
fix #1924
2023-03-08should check type of `self`最萌小汐
fix #1922
2023-03-08update bee.lua最萌小汐
2023-03-08don't treat `_ENV` as param最萌小汐
fix #1715
2023-03-08add: description for `config.addonManager.enable`carsakiller
2023-03-08fix #1981 fix #1984 fix #1986CppCXY
2023-03-07search full refs for global最萌小汐
fix #1914
2023-03-06update submodules最萌小汐
2023-03-06update lovr-api最萌小汐
2023-03-06check multilneTokenSupport最萌小汐
fix #1753
2023-03-06Don'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>