aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed docs.Li Jin2026-02-0647-5553/+26587
|
* Merge codex/add-portuguese-and-german-language-support and align locale docsLi Jin2026-02-0671-45/+11378
|\
| * docs: add German and Portuguese (Brazil) localescodex/add-portuguese-and-german-language-supportLi Jin2026-02-0671-132/+11309
| |
* | Rename licence-mit -> license-mitDania Rifki2026-02-061-0/+0
| |
* | refactor: Restructure VitePress sidebar into nested, collapsible categories ↵Dania Rifki2026-02-061-122/+79
| | | | | | | | and update navigation link text.
* | refactor(docs): reorganize and restructure documentation content for better ↵Dania Rifki2026-02-0664-0/+0
| | | | | | | | clarity and navigation.
* | docs: Apply minor styling and page configuration to the playground pages.Dania Rifki2026-02-063-0/+16
|/
* Updated code highlight for doc site. [skip CI]Li Jin2026-02-0611-449/+871
|
* Add Noto Serif SC for ZHDania Rifki2026-02-062-3/+6
|
* Fix typo in Chinese index.mdDania Rifki2026-02-061-1/+1
|
* Improve docs custom.css' hero image handlingDania Rifki2026-02-061-7/+6
|
* Move license message and copyright text to footerDania Rifki2026-02-064-9/+51
|
* [Docs] Updated light and dark themes.Dania Rifki2026-02-067-17/+120
| | | | Use Merriweather for the font and fix minor typos
* Fixed issue #227.Li Jin2026-02-055-19/+29
|
* Updated doc site configs. [skip CI]Li Jin2026-02-041-1/+6
|
* Updated README.md. [skip CI]Li Jin2026-02-041-23/+38
|
* Splited docs.Li Jin2026-02-0476-14908/+15295
|
* Update path for artifact upload in static.yml [skip CI]Li Jin2026-02-031-1/+1
|
* Fixed readme. [skip CI]Li Jin2026-02-031-1/+1
|
* Updated doc.Li Jin2026-02-0312-60/+151
|
* Updated docs.Li Jin2026-02-0325-1297/+2858
|
* Mount CompilerModal in VitePress layoutCursor Agent2026-02-031-0/+5
| | | | Co-authored-by: dragon-fly <dragon-fly@qq.com>
* Migrate docs to VitePressLi Jin2026-02-0360-3627/+478
|
* Added more tests.Li Jin2026-01-3016-0/+804
|
* Fixed global variables lint.v0.32.7Li Jin2026-01-301-0/+9
|
* Added more format function specs.Li Jin2026-01-294-33/+119
|
* Fixed LuaJIT build. [skip Upload]v0.32.6Li Jin2026-01-291-3/+3
|
* Added missing flag.Li Jin2026-01-291-0/+4
|
* Fixed lib path.Li Jin2026-01-293-537/+2
|
* Fixed spec platforms.Li Jin2026-01-291-6/+4
|
* Rename 'platform' to 'platforms' in rockspecLi Jin2026-01-291-1/+1
|
* again.Li Jin2026-01-291-0/+16
|
* Try again.Li Jin2026-01-291-2/+1
|
* Fixed MSVC build.Li Jin2026-01-291-0/+1
|
* Fixed Windows build.Li Jin2026-01-291-1/+9
|
* Updated CMakeLists.txt.Li Jin2026-01-291-10/+19
|
* Add support for Lua 5.5 in CMake configuration. [skip CI]Li Jin2026-01-291-0/+5
|
* Fix indentation in Windows CI workflowLi Jin2026-01-291-0/+1
|
* Update Lua and LuaRocks action versionsLi Jin2026-01-291-2/+2
|
* Fixed Windows build.Li Jin2026-01-293-2/+12
|
* Fixed compiler issues and added 800+ test cases.Li Jin2026-01-2851-379/+3817
|
* Add compiler improvements and comprehensive test suitecompiler-improvementsLi Jin2026-01-2739-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 coverageLi Jin2026-01-261-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 Jin2026-01-2652-3008/+3328
|
* Fixed compiler improvements and added comprehensive test suiteLi Jin2026-01-2634-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.4Li Jin2026-01-232-13/+13
|
* Fixed some `import global` related issue.Li Jin2026-01-232-13/+22
|
* Adding tests.Li Jin2026-01-2228-8/+336
|
* Update.v0.32.3Li Jin2026-01-2114-2682/+4924
|
* Fixed a glitch.v0.32.1Li Jin2026-01-204-7/+7
|