aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revert: undo deploy path display changes to command.tl and command.luacopilot/fix-luadir-printing-issuecopilot-swe-agent[bot]2026-07-202-38/+2
* Fix: show deploy paths in install_command printed outputcopilot-swe-agent[bot]2026-07-202-2/+38
* Initial plancopilot-swe-agent[bot]2026-07-200-0/+0
* feat(upload): add a dry-run flagThijs Schreijer2026-07-185-17/+91
* makedist: fix rockspec tag update producing invalid LuaAtte Huhtakangas2026-07-171-1/+8
* refactor(zlib): use reliable GitHub URL to downloadluau-project2026-07-172-2/+2
* docs: Add documentation for the init command.Hugo Levy-Falk2026-07-162-0/+55
* fix: make write_rockspec command write valid rockspec given the rockspec_form...Hugo Levy-Falk2026-07-161-7/+15
* tests: Add lint pass on the created rockspecs for the write_rockspec command.Hugo Levy-Falk2026-07-161-15/+7
* lua5.5: loop control variables are const in quick_parseChristian Clauss2026-07-161-0/+1
* ci: Add curl retry on zlib in binary/Makefile.windowsChristian Clauss2026-07-161-1/+1
* fix: make write_rockspec command write valid rockspec given the rockspec_form...Hugo Levy-Falk2026-07-134-26/+54
* tests: Add lint pass on the created rockspecs for the write_rockspec command.Hugo Levy-Falk2026-07-131-2/+8
* tests: Add lint pass on the created rockspecs for the init command.Hugo Levy-Falk2026-07-131-1/+8
* docs: Fix LUA_LIBDIR handling in example MakefileTobiasz Laskowski2026-07-111-56/+68
* docs: update link to the config file formatluau-project2026-07-112-2/+2
* feat: warn on module name collisions during rock installationSharad Singh2026-07-112-0/+46
* luarocks upload: implement two-factor authenticationHisham Muhammad2026-07-115-157/+318
* ci: Upgrade Windows OpenSSL from v3.6.2 to 3.6.3Christian Clauss2026-07-111-1/+1
* Fix typos discovered by codespellChristian Clauss2026-07-1113-17/+17
* tests: drop Windows 32-bit, smaller matrixHisham Muhammad2026-05-211-108/+8
* tests: remove duplicate from quick testsHisham Muhammad2026-05-211-35/+0
* tests: fix tests for luarocks.lock -- lua version is no longer pinnedHisham Muhammad2026-05-212-6/+3
* ci: bump OpenSSLHisham Muhammad2026-05-211-2/+2
* Do not pin `lua` as a dependency.Hisham Muhammad2026-04-062-0/+22
* fix: check if table entry is nil or not (#1867)Bruno Thiago2026-03-172-2/+40
* fix: correctly handling wrap_bin_scripts flag (#1866)Bruno Thiago2026-03-173-6/+5
* ci: bump OpenSSL to 3.6.1luau-project2026-03-161-1/+1
* ci: test the build of LuaRocks binaries for Windowsluau-project2026-03-161-0/+45
* fix: use zlib fossilsluau-project2026-03-161-1/+1
* fix: allow cross compilation of LuaRocks binariesluau-project2026-03-161-1/+1
* Improve flexibility around vendored librariestobil4sk2026-02-0350-55/+93
* assert: skip compat53 itself from the stacktraceHisham Muhammad2026-02-011-2/+2
* fix: use LuaFileSystem in the system only if its version is 1.6.0 or newer. (...Luau Project2026-01-281-0/+19
* Remove extra chars in front of console commandscongusbongus2026-01-281-7/+7
* docs(rockspec-format): `source.dir` can be omitted if inferrable from archive...Marc Jakobi2026-01-281-8/+8
* rockspec: fix version numberHisham Muhammad2026-01-151-1/+1
* smoke test: allow passing configure flagsHisham Muhammad2026-01-151-5/+7
* Update ChangelogHisham Muhammad2025-12-281-0/+8
* Merge branch '3.13.0'Hisham Muhammad2025-12-285-7/+6
|\
| * Release 3.13.0Hisham Muhammad2025-12-284-4/+5
|/
* Changelog: fix and updateHisham Muhammad2025-12-281-13/+7
* publishrelease: add GitHub ReleasesHisham Muhammad2025-12-281-0/+12
* publishrelease: fix typoHisham Muhammad2025-12-281-1/+1
* GNUmakefile: test for LUA_VERSION as 5.5luau-project2025-12-271-1/+1
* Merge remote-tracking branch 'origin/refs/pull/1844/head'daurnimator2025-12-2619-33/+83
|\
| * support Lua 5.5 in all_in_one scriptPierre Chapuis2025-12-261-1/+1
| * improve header matching for Lua 5.5+Pierre Chapuis2025-12-262-10/+10
| * support Lua 5.5 in install.bat and win32 fs modulePierre Chapuis2025-12-262-8/+9
| * update handling of version-specific LUA_PATH / LUA_CPATHPierre Chapuis2025-12-262-0/+10