| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix: use LuaFileSystem in the system only if its version is 1.6.0 or newer. ↵ | Luau Project | 2026-01-28 | 1 | -0/+19 | |
| | | | | | (#1825) | |||||
| * | Remove extra chars in front of console commands | congusbongus | 2026-01-28 | 1 | -7/+7 | |
| | | | | This allows copy pasting the commands easily | |||||
| * | docs(rockspec-format): `source.dir` can be omitted if inferrable from ↵ | Marc Jakobi | 2026-01-28 | 1 | -8/+8 | |
| | | | | | archive content | |||||
| * | rockspec: fix version number | Hisham Muhammad | 2026-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | smoke test: allow passing configure flags | Hisham Muhammad | 2026-01-15 | 1 | -5/+7 | |
| | | ||||||
| * | Update Changelog | Hisham Muhammad | 2025-12-28 | 1 | -0/+8 | |
| | | ||||||
| * | Merge branch '3.13.0' | Hisham Muhammad | 2025-12-28 | 5 | -7/+6 | |
| |\ | ||||||
| | * | Release 3.13.0 | Hisham Muhammad | 2025-12-28 | 4 | -4/+5 | |
| |/ | ||||||
| * | Changelog: fix and update | Hisham Muhammad | 2025-12-28 | 1 | -13/+7 | |
| | | ||||||
| * | publishrelease: add GitHub Releases | Hisham Muhammad | 2025-12-28 | 1 | -0/+12 | |
| | | ||||||
| * | publishrelease: fix typo | Hisham Muhammad | 2025-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | GNUmakefile: test for LUA_VERSION as 5.5 | luau-project | 2025-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/refs/pull/1844/head' | daurnimator | 2025-12-26 | 19 | -33/+83 | |
| |\ | ||||||
| | * | support Lua 5.5 in all_in_one script | Pierre Chapuis | 2025-12-26 | 1 | -1/+1 | |
| | | | | | | | | | Co-authored-by: luau-project <luau.project@gmail.com> | |||||
| | * | improve header matching for Lua 5.5+ | Pierre Chapuis | 2025-12-26 | 2 | -10/+10 | |
| | | | ||||||
| | * | support Lua 5.5 in install.bat and win32 fs module | Pierre Chapuis | 2025-12-26 | 2 | -8/+9 | |
| | | | | | | | | | Co-authored-by: luau-project <luau.project@gmail.com> | |||||
| | * | update handling of version-specific LUA_PATH / LUA_CPATH | Pierre Chapuis | 2025-12-26 | 2 | -0/+10 | |
| | | | | | | | | | | | Support Lua 5.4 and 5.5, see https://github.com/luarocks/luarocks/pull/1832 | |||||
| | * | support Lua 5.5 | Pierre Chapuis | 2025-12-26 | 15 | -20/+59 | |
| |/ | ||||||
| * | .github/workflows: bump openssl version | daurnimator | 2025-12-23 | 1 | -1/+1 | |
| | | | | | This should fix our CI failure | |||||
| * | docs: Fix links in file_locations.md | Daniel Jour | 2025-11-17 | 1 | -2/+2 | |
| | | ||||||
| * | fix: deps.check_lua_libdir() should read liblua in binary mode | Sewbacca | 2025-07-27 | 2 | -2/+2 | |
| | | ||||||
| * | chore(ci): use a released LuaRocks version | luau-project | 2025-07-27 | 1 | -2/+2 | |
| | | ||||||
| * | chore(ci): bump OpenSSL to 3.5.1 and improve error message. | luau-project | 2025-07-27 | 1 | -2/+2 | |
| | | ||||||
| * | fix(ci): GitHub Actions yaml lint issues | luau-project | 2025-07-27 | 1 | -3/+4 | |
| | | ||||||
| * | ci: automate PR to update LuaRocks version on gh-actions-luarocks (#1808) | Luau Project | 2025-06-30 | 1 | -0/+107 | |
| | | | | | | | | | | On every tagged release of LuaRocks, there is the need to update LuaRocks version at [https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13](https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13) in the repository [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks). Often forgotten, the default LuaRocks version on `gh-actions-luarocks` may lag behind the latest LuaRocks release. Motivated by this comment [https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378](https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378), to address this problem, incorporating the changes on this pull request, a new workflow was created to proceed in the following manner: 1. Once a tag is pushed (in the usual format `vX.Y.Z`) on [https://github.com/luarocks/luarocks](https://github.com/luarocks/luarocks), or in a manual workflow triggered by the tag ref, a sanitization step is performed to extract `X.Y.Z` from the `vX.Y.Z` in the job `SanitizeVersion`; 2. In a subsequent job (`CreatePullRequest`), a PR is created at [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks) replacing the outdated version by the value `X.Y.Z` extracted earlier. | |||||
| * | Release 3.12.2v3.12.2 | Hisham Muhammad | 2025-06-27 | 3 | -4/+4 | |
| | | ||||||
| * | fix: create cache_dir when local_cache exists | luau-project | 2025-06-25 | 2 | -3/+11 | |
| | | ||||||
| * | fetch: update cachefile and checkfile on temp local_cache | luau-project | 2025-06-25 | 1 | -1/+3 | |
| | | ||||||
| * | docs: update changelog for LuaRocks 3.12.1 | Hisham Muhammad | 2025-06-17 | 1 | -0/+25 | |
| | | ||||||
| * | Release 3.12.1 | Hisham Muhammad | 2025-06-17 | 3 | -3/+4 | |
| | | ||||||
| * | publishrelease: fix syntax error | Hisham Muhammad | 2025-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | rockspec: re-add deprecated function type(). | Hisham Muhammad | 2025-06-17 | 2 | -2/+30 | |
| | | | | | | | | | | | Removing this broke the behavior of some luarocks.build plugins. LuaRocks does not have a stable public API, but since this function was returned as part of the function signature, we'll revert this as a deprecated function, to be removed in LuaRocks 4.0. Closes #1800. | |||||
| * | .gitignore: minor cleanup | Hisham Muhammad | 2025-06-17 | 1 | -1/+0 | |
| | | ||||||
| * | add .gitattributes for Teal code | Hisham Muhammad | 2025-06-08 | 1 | -0/+1 | |
| | | ||||||
| * | docs: update changelog for LuaRocks 3.12.0 | Hisham Muhammad | 2025-06-05 | 4 | -610/+631 | |
| | | ||||||
| * | publishrelease: drop luarocks.wiki section | Hisham Muhammad | 2025-06-05 | 1 | -46/+0 | |
| | | ||||||
| * | Merge branch '3.12.0' | Hisham Muhammad | 2025-06-05 | 3 | -3/+3 | |
| |\ | ||||||
| | * | Release 3.12.0 | Hisham Muhammad | 2025-06-05 | 3 | -3/+3 | |
| |/ | ||||||
| * | binary build: minor updates | Hisham Muhammad | 2025-06-05 | 2 | -4/+4 | |
| | | ||||||
| * | scripts: further instructions | Hisham Muhammad | 2025-06-05 | 2 | -2/+2 | |
| | | ||||||
| * | chore: move to luarocks/gh-actions-luarocks | bzp2010 | 2025-06-05 | 1 | -2/+2 | |
| | | ||||||
| * | fix: use specific luarocks version | bzp2010 | 2025-06-05 | 1 | -2/+4 | |
| | | ||||||
| * | feat: allow loading json manifest | bzp2010 | 2025-06-03 | 7 | -5/+87 | |
| | | ||||||
| * | fix: avoid overwriting CMake variables from rockspec | Renato Maia | 2025-05-19 | 2 | -10/+0 | |
| | | ||||||
| * | feat: add build vars. for rockspecs with the dir. of its deps. | Renato Maia | 2025-05-19 | 4 | -6/+69 | |
| | | | | | | | | Rockspecs can access the directory of its dependencies using variables in the format 'foo_ROCKDIR' where 'foo' is the name of a dependency. This is used to be able to access files of the rock like 'conf', 'docs' and more. | |||||
| * | feat: add LUA_VERSION build variable for rockspecs | Renato Maia | 2025-05-19 | 6 | -3/+62 | |
| | | ||||||
| * | docs: ajust case of the programming language name | Renato Maia | 2025-05-19 | 1 | -7/+7 | |
| | | ||||||
| * | updates for latest Teal (#1796) | Hisham Muhammad | 2025-05-17 | 6 | -28/+28 | |
| | | ||||||
| * | docs: fix markdown rendering of luarocks.md (#1791) | Medik | 2025-05-02 | 1 | -85/+50 | |
| | | ||||||
| * | fix(cygwin): external_deps_patterns and runtime_external_deps_patterns (#1782) | Luau | 2025-04-14 | 1 | -1/+12 | |
| | | ||||||
