summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-04don't do diagnostics when workspace is not readyFolke Lemaitre
2024-05-27Merge pull request #2680 from emmericp/throttle-awaits最萌小汐
Throttle calls to await.delay() in some diagnostics
2024-05-25Merge pull request #2656 from carsakiller/2175-md-symbol-reference最萌小汐
add: resolve links to symbols in markdown descriptions
2024-05-25fix: restore completion ordercarsakiller
2024-05-25add: entry in changelogcarsakiller
2024-05-25Merge branch 'master' into 2175-md-symbol-referencecarsakiller
2024-05-25fix: remove callbackcarsakiller
2024-05-25Merge pull request #2678 from notpeter/codestyle_bump最萌小汐
Bump EmmyLuaCodeStyle
2024-05-25Merge pull request #2679 from notpeter/luarc_add_schema最萌小汐
Add schema link to .luarc.json.
2024-05-25Merge pull request #2675 from carsakiller/log-changes最萌小汐
add: workflow to assert changelog updates
2024-05-24Throttle calls to await.delay() in some diagnosticsPaul Emmerich
These 5 diagnostics cause ~70% of all calls to await.delay() by diagnostics which in turn is about ~20% of the total runtime of diagnostics. Out of these diagnostics only assign-type-mismatch commonly exceeds runtimes of 100ms (worst observed in my dataset was 7 seconds) and even then it still attempts to call await.delay() over 1500 times per second, so throttling by a factor of 15 is still fine.
2024-05-24Add schema link to .luarc.json.Peter Tripp
2024-05-24Bump EmmyLuaCodeStylePeter Tripp
2024-05-23add: unreleased section to changelogcarsakiller
2024-05-23add prefixcarsakiller
2024-05-23only ref namecarsakiller
2024-05-23or ref namecarsakiller
2024-05-23don't fetch as deepcarsakiller
2024-05-23un-unshallowcarsakiller
2024-05-23add: loggingcarsakiller
2024-05-23fetch again?carsakiller
2024-05-23fix: fetchcarsakiller
2024-05-23add: workflow to assert changelog updatescarsakiller
2024-05-23Merge branch 'master' into 2175-md-symbol-referencecarsakiller
2024-05-23fix: greedy matchcarsakiller
2024-05-23add: completion of lua symbol referencescarsakiller
2024-05-22Merge pull request #2670 from burdockcascade/master最萌小汐
Update love2d-api to 11.5
2024-05-16update love2d-apiPeter Richmond
2024-05-16Merge pull request #2664 from emmericp/faster-checks最萌小汐
Disable await.delay() when running --check
2024-05-13Disable await.delay() when running --checkPaul Emmerich
This makes --check about 25% faster.
2024-05-13优化性能最萌小汐
2024-05-113.9.0最萌小汐
2024-05-11更新翻译最萌小汐
2024-05-11Revert "没必要sleep"最萌小汐
This reverts commit 739449db06a48ba511b0044934f98e9bfe40e30d.
2024-05-11没必要sleep最萌小汐
2024-05-11更新bee最萌小汐
2024-05-11整理代码最萌小汐
2024-05-11更新luamake最萌小汐
2024-05-11支持根据参数类型选择函数定义最萌小汐
2024-05-11整理代码最萌小汐
2024-05-11支持转到实现最萌小汐
2024-05-11暂存-转到实现最萌小汐
2024-05-11Merge pull request #2658 from henry-hsieh/master最萌小汐
build: use docker to build linux-x64 glibc
2024-05-11build: use docker to build linux-x64 glibcHenry Hsieh
2024-05-10漏了一处最萌小汐
2024-05-10跟进修改最萌小汐
2024-05-10适配 bee.sys最萌小汐
2024-05-10添加一些参数定义最萌小汐
2024-05-10更新luamake最萌小汐
2024-05-10Merge pull request #2655 from carsakiller/env-args最萌小汐
add: load ENV variables as args