| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Improve docs custom.css' hero image handling | Dania Rifki | 2026-02-06 | 1 | -7/+6 | |
| | | ||||||
| * | Move license message and copyright text to footer | Dania Rifki | 2026-02-06 | 4 | -9/+51 | |
| | | ||||||
| * | [Docs] Updated light and dark themes. | Dania Rifki | 2026-02-06 | 7 | -17/+120 | |
| | | | | | Use Merriweather for the font and fix minor typos | |||||
| * | Fixed issue #227. | Li Jin | 2026-02-05 | 5 | -19/+29 | |
| | | ||||||
| * | Updated doc site configs. [skip CI] | Li Jin | 2026-02-04 | 1 | -1/+6 | |
| | | ||||||
| * | Updated README.md. [skip CI] | Li Jin | 2026-02-04 | 1 | -23/+38 | |
| | | ||||||
| * | Splited docs. | Li Jin | 2026-02-04 | 76 | -14908/+15295 | |
| | | ||||||
| * | Update path for artifact upload in static.yml [skip CI] | Li Jin | 2026-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed readme. [skip CI] | Li Jin | 2026-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Updated doc. | Li Jin | 2026-02-03 | 12 | -60/+151 | |
| | | ||||||
| * | Updated docs. | Li Jin | 2026-02-03 | 25 | -1297/+2858 | |
| | | ||||||
| * | Mount CompilerModal in VitePress layout | Cursor Agent | 2026-02-03 | 1 | -0/+5 | |
| | | | | | Co-authored-by: dragon-fly <dragon-fly@qq.com> | |||||
| * | Migrate docs to VitePress | Li Jin | 2026-02-03 | 60 | -3627/+478 | |
| | | ||||||
| * | Added more tests. | Li Jin | 2026-01-30 | 16 | -0/+804 | |
| | | ||||||
| * | Fixed global variables lint.v0.32.7 | Li Jin | 2026-01-30 | 1 | -0/+9 | |
| | | ||||||
| * | Added more format function specs. | Li Jin | 2026-01-29 | 4 | -33/+119 | |
| | | ||||||
| * | Fixed LuaJIT build. [skip Upload]v0.32.6 | Li Jin | 2026-01-29 | 1 | -3/+3 | |
| | | ||||||
| * | Added missing flag. | Li Jin | 2026-01-29 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed lib path. | Li Jin | 2026-01-29 | 3 | -537/+2 | |
| | | ||||||
| * | Fixed spec platforms. | Li Jin | 2026-01-29 | 1 | -6/+4 | |
| | | ||||||
| * | Rename 'platform' to 'platforms' in rockspec | Li Jin | 2026-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | again. | Li Jin | 2026-01-29 | 1 | -0/+16 | |
| | | ||||||
| * | Try again. | Li Jin | 2026-01-29 | 1 | -2/+1 | |
| | | ||||||
| * | Fixed MSVC build. | Li Jin | 2026-01-29 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed Windows build. | Li Jin | 2026-01-29 | 1 | -1/+9 | |
| | | ||||||
| * | Updated CMakeLists.txt. | Li Jin | 2026-01-29 | 1 | -10/+19 | |
| | | ||||||
| * | Add support for Lua 5.5 in CMake configuration. [skip CI] | Li Jin | 2026-01-29 | 1 | -0/+5 | |
| | | ||||||
| * | Fix indentation in Windows CI workflow | Li Jin | 2026-01-29 | 1 | -0/+1 | |
| | | ||||||
| * | Update Lua and LuaRocks action versions | Li Jin | 2026-01-29 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed Windows build. | Li Jin | 2026-01-29 | 3 | -2/+12 | |
| | | ||||||
| * | Fixed compiler issues and added 800+ test cases. | Li Jin | 2026-01-28 | 51 | -379/+3817 | |
| | | ||||||
| * | Add compiler improvements and comprehensive test suitecompiler-improvements | Li Jin | 2026-01-27 | 39 | -9/+5071 | |
| | | | | | | | | | - Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| * | Fixed Windows CI test coverage | Li Jin | 2026-01-26 | 1 | -0/+2 | |
| | | | | | | | Added missing try_catch_spec.yue compilation command to both x86 and x64 builds in windows.yml, matching the Makefile test target. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| * | Updated tests. | Li Jin | 2026-01-26 | 52 | -3008/+3328 | |
| | | ||||||
| * | Fixed compiler improvements and added comprehensive test suite | Li Jin | 2026-01-26 | 34 | -23/+4777 | |
| | | | | | | | | | | | | - Fixed makefile preprocessor macro definitions (removed spaces in -D flags) - Added null pointer check in compiler class declaration handling - Added comprehensive test specifications for various language features: - attrib, backcall, cond, config, existential, export, goto - import, literals, macro, metatable, operators, return - string, switch, vararg, with Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||||
| * | Cleanup.v0.32.4 | Li Jin | 2026-01-23 | 2 | -13/+13 | |
| | | ||||||
| * | Fixed some `import global` related issue. | Li Jin | 2026-01-23 | 2 | -13/+22 | |
| | | ||||||
| * | Adding tests. | Li Jin | 2026-01-22 | 28 | -8/+336 | |
| | | ||||||
| * | Update.v0.32.3 | Li Jin | 2026-01-21 | 14 | -2682/+4924 | |
| | | ||||||
| * | Fixed a glitch.v0.32.1 | Li Jin | 2026-01-20 | 4 | -7/+7 | |
| | | ||||||
| * | Added more specs.v0.32.0 | Li Jin | 2026-01-19 | 2 | -0/+18 | |
| | | ||||||
| * | Fix. | Li Jin | 2026-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Made `;` work as statements separator. | Li Jin | 2026-01-19 | 18 | -154/+248 | |
| | | ||||||
| * | Fixed a crash issue.v0.31.1 | Li Jin | 2026-01-15 | 4 | -6/+35 | |
| | | ||||||
| * | Updated Windows workflow.v0.31.0 | Li Jin | 2026-01-15 | 1 | -0/+2 | |
| | | ||||||
| * | Added const attributes. | Li Jin | 2026-01-15 | 6 | -68/+224 | |
| | | ||||||
| * | Updated docs. [skip CI] | Li Jin | 2026-01-15 | 2 | -74/+112 | |
| | | ||||||
| * | Fixed globals importing order. | Li Jin | 2026-01-15 | 5 | -27/+26 | |
| | | ||||||
| * | Added `import global` syntax. | Li Jin | 2026-01-15 | 11 | -140/+527 | |
| | | ||||||
| * | Bumped year. [skip CI] | Li Jin | 2026-01-07 | 13 | -19/+19 | |
| | | ||||||
