| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-06 | Fixed docs. | Li Jin | 47 | -5553/+26587 | |
| 2026-02-06 | Rename licence-mit -> license-mit | Dania Rifki | 1 | -0/+0 | |
| 2026-02-06 | docs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-support | Li Jin | 71 | -132/+11309 | |
| 2026-02-06 | refactor: Restructure VitePress sidebar into nested, collapsible categories ↵ | Dania Rifki | 1 | -122/+79 | |
| and update navigation link text. | |||||
| 2026-02-06 | refactor(docs): reorganize and restructure documentation content for better ↵ | Dania Rifki | 64 | -0/+0 | |
| clarity and navigation. | |||||
| 2026-02-06 | docs: Apply minor styling and page configuration to the playground pages. | Dania Rifki | 3 | -0/+16 | |
| 2026-02-06 | Updated code highlight for doc site. [skip CI] | Li Jin | 11 | -449/+871 | |
| 2026-02-06 | Add Noto Serif SC for ZH | Dania Rifki | 2 | -3/+6 | |
| 2026-02-06 | Fix typo in Chinese index.md | Dania Rifki | 1 | -1/+1 | |
| 2026-02-06 | Improve docs custom.css' hero image handling | Dania Rifki | 1 | -7/+6 | |
| 2026-02-06 | Move license message and copyright text to footer | Dania Rifki | 4 | -9/+51 | |
| 2026-02-06 | [Docs] Updated light and dark themes. | Dania Rifki | 7 | -17/+120 | |
| Use Merriweather for the font and fix minor typos | |||||
| 2026-02-05 | Fixed issue #227. | Li Jin | 5 | -19/+29 | |
| 2026-02-04 | Updated doc site configs. [skip CI] | Li Jin | 1 | -1/+6 | |
| 2026-02-04 | Updated README.md. [skip CI] | Li Jin | 1 | -23/+38 | |
| 2026-02-04 | Splited docs. | Li Jin | 76 | -14908/+15295 | |
| 2026-02-03 | Update path for artifact upload in static.yml [skip CI] | Li Jin | 1 | -1/+1 | |
| 2026-02-03 | Fixed readme. [skip CI] | Li Jin | 1 | -1/+1 | |
| 2026-02-03 | Updated doc. | Li Jin | 12 | -60/+151 | |
| 2026-02-03 | Updated docs. | Li Jin | 25 | -1297/+2858 | |
| 2026-02-03 | Mount CompilerModal in VitePress layout | Cursor Agent | 1 | -0/+5 | |
| Co-authored-by: dragon-fly <dragon-fly@qq.com> | |||||
| 2026-02-03 | Migrate docs to VitePress | Li Jin | 60 | -3627/+478 | |
| 2026-01-30 | Added more tests. | Li Jin | 16 | -0/+804 | |
| 2026-01-30 | Fixed global variables lint.v0.32.7 | Li Jin | 1 | -0/+9 | |
| 2026-01-29 | Added more format function specs. | Li Jin | 4 | -33/+119 | |
| 2026-01-29 | Fixed LuaJIT build. [skip Upload]v0.32.6 | Li Jin | 1 | -3/+3 | |
| 2026-01-29 | Added missing flag. | Li Jin | 1 | -0/+4 | |
| 2026-01-29 | Fixed lib path. | Li Jin | 3 | -537/+2 | |
| 2026-01-29 | Fixed spec platforms. | Li Jin | 1 | -6/+4 | |
| 2026-01-29 | Rename 'platform' to 'platforms' in rockspec | Li Jin | 1 | -1/+1 | |
| 2026-01-29 | again. | Li Jin | 1 | -0/+16 | |
| 2026-01-29 | Try again. | Li Jin | 1 | -2/+1 | |
| 2026-01-29 | Fixed MSVC build. | Li Jin | 1 | -0/+1 | |
| 2026-01-29 | Fixed Windows build. | Li Jin | 1 | -1/+9 | |
| 2026-01-29 | Updated CMakeLists.txt. | Li Jin | 1 | -10/+19 | |
| 2026-01-29 | Add support for Lua 5.5 in CMake configuration. [skip CI] | Li Jin | 1 | -0/+5 | |
| 2026-01-29 | Fix indentation in Windows CI workflow | Li Jin | 1 | -0/+1 | |
| 2026-01-29 | Update Lua and LuaRocks action versions | Li Jin | 1 | -2/+2 | |
| 2026-01-29 | Fixed Windows build. | Li Jin | 3 | -2/+12 | |
| 2026-01-28 | Fixed compiler issues and added 800+ test cases. | Li Jin | 51 | -379/+3817 | |
| 2026-01-27 | Add compiler improvements and comprehensive test suitecompiler-improvements | Li Jin | 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> | |||||
| 2026-01-26 | Fixed Windows CI test coverage | Li Jin | 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> | |||||
| 2026-01-26 | Updated tests. | Li Jin | 52 | -3008/+3328 | |
| 2026-01-26 | Fixed compiler improvements and added comprehensive test suite | Li Jin | 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> | |||||
| 2026-01-23 | Cleanup.v0.32.4 | Li Jin | 2 | -13/+13 | |
| 2026-01-23 | Fixed some `import global` related issue. | Li Jin | 2 | -13/+22 | |
| 2026-01-22 | Adding tests. | Li Jin | 28 | -8/+336 | |
| 2026-01-21 | Update.v0.32.3 | Li Jin | 14 | -2682/+4924 | |
| 2026-01-20 | Fixed a glitch.v0.32.1 | Li Jin | 4 | -7/+7 | |
| 2026-01-19 | Added more specs.v0.32.0 | Li Jin | 2 | -0/+18 | |
