Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-04 | don't do diagnostics when workspace is not ready | Folke Lemaitre | |
2024-05-27 | Merge pull request #2680 from emmericp/throttle-awaits | 最萌小汐 | |
Throttle calls to await.delay() in some diagnostics | |||
2024-05-25 | Merge pull request #2656 from carsakiller/2175-md-symbol-reference | 最萌小汐 | |
add: resolve links to symbols in markdown descriptions | |||
2024-05-25 | fix: restore completion order | carsakiller | |
2024-05-25 | add: entry in changelog | carsakiller | |
2024-05-25 | Merge branch 'master' into 2175-md-symbol-reference | carsakiller | |
2024-05-25 | fix: remove callback | carsakiller | |
2024-05-25 | Merge pull request #2678 from notpeter/codestyle_bump | 最萌小汐 | |
Bump EmmyLuaCodeStyle | |||
2024-05-25 | Merge pull request #2679 from notpeter/luarc_add_schema | 最萌小汐 | |
Add schema link to .luarc.json. | |||
2024-05-25 | Merge pull request #2675 from carsakiller/log-changes | 最萌小汐 | |
add: workflow to assert changelog updates | |||
2024-05-24 | Throttle calls to await.delay() in some diagnostics | Paul 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-24 | Add schema link to .luarc.json. | Peter Tripp | |
2024-05-24 | Bump EmmyLuaCodeStyle | Peter Tripp | |
2024-05-23 | add: unreleased section to changelog | carsakiller | |
2024-05-23 | add prefix | carsakiller | |
2024-05-23 | only ref name | carsakiller | |
2024-05-23 | or ref name | carsakiller | |
2024-05-23 | don't fetch as deep | carsakiller | |
2024-05-23 | un-unshallow | carsakiller | |
2024-05-23 | add: logging | carsakiller | |
2024-05-23 | fetch again? | carsakiller | |
2024-05-23 | fix: fetch | carsakiller | |
2024-05-23 | add: workflow to assert changelog updates | carsakiller | |
2024-05-23 | Merge branch 'master' into 2175-md-symbol-reference | carsakiller | |
2024-05-23 | fix: greedy match | carsakiller | |
2024-05-23 | add: completion of lua symbol references | carsakiller | |
2024-05-22 | Merge pull request #2670 from burdockcascade/master | 最萌小汐 | |
Update love2d-api to 11.5 | |||
2024-05-16 | update love2d-api | Peter Richmond | |
2024-05-16 | Merge pull request #2664 from emmericp/faster-checks | 最萌小汐 | |
Disable await.delay() when running --check | |||
2024-05-13 | Disable await.delay() when running --check | Paul Emmerich | |
This makes --check about 25% faster. | |||
2024-05-13 | 优化性能 | 最萌小汐 | |
2024-05-11 | 3.9.0 | 最萌小汐 | |
2024-05-11 | 更新翻译 | 最萌小汐 | |
2024-05-11 | Revert "没必要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-11 | Merge pull request #2658 from henry-hsieh/master | 最萌小汐 | |
build: use docker to build linux-x64 glibc | |||
2024-05-11 | build: use docker to build linux-x64 glibc | Henry Hsieh | |
2024-05-10 | 漏了一处 | 最萌小汐 | |
2024-05-10 | 跟进修改 | 最萌小汐 | |
2024-05-10 | 适配 bee.sys | 最萌小汐 | |
2024-05-10 | 添加一些参数定义 | 最萌小汐 | |
2024-05-10 | 更新luamake | 最萌小汐 | |
2024-05-10 | Merge pull request #2655 from carsakiller/env-args | 最萌小汐 | |
add: load ENV variables as args |