aboutsummaryrefslogtreecommitdiff
path: root/spec/refresh_cache_spec.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-20Fix: show deploy paths in install_command printed outputcopilot-swe-agent[bot]2-2/+38
2026-07-18feat(upload): add a dry-run flagThijs Schreijer5-17/+91
2026-07-17makedist: fix rockspec tag update producing invalid LuaAtte Huhtakangas1-1/+8
2026-07-17refactor(zlib): use reliable GitHub URL to downloadluau-project2-2/+2
2026-07-16docs: Add documentation for the init command.Hugo Levy-Falk2-0/+55
2026-07-16fix: make write_rockspec command write valid rockspec given the rockspec_form...Hugo Levy-Falk1-7/+15
2026-07-16tests: Add lint pass on the created rockspecs for the write_rockspec command.Hugo Levy-Falk1-15/+7
2026-07-16lua5.5: loop control variables are const in quick_parseChristian Clauss1-0/+1
2026-07-16ci: Add curl retry on zlib in binary/Makefile.windowsChristian Clauss1-1/+1
2026-07-13fix: make write_rockspec command write valid rockspec given the rockspec_form...Hugo Levy-Falk4-26/+54
2026-07-13tests: Add lint pass on the created rockspecs for the write_rockspec command.Hugo Levy-Falk1-2/+8
2026-07-13tests: Add lint pass on the created rockspecs for the init command.Hugo Levy-Falk1-1/+8
2026-07-11docs: Fix LUA_LIBDIR handling in example MakefileTobiasz Laskowski1-56/+68
2026-07-11docs: update link to the config file formatluau-project2-2/+2
2026-07-11feat: warn on module name collisions during rock installationSharad Singh2-0/+46
2026-07-11luarocks upload: implement two-factor authenticationHisham Muhammad5-157/+318
2026-07-11ci: Upgrade Windows OpenSSL from v3.6.2 to 3.6.3Christian Clauss1-1/+1
2026-07-11Fix typos discovered by codespellChristian Clauss13-17/+17
2026-05-21tests: drop Windows 32-bit, smaller matrixHisham Muhammad1-108/+8
2026-05-21tests: remove duplicate from quick testsHisham Muhammad1-35/+0
2026-05-21tests: fix tests for luarocks.lock -- lua version is no longer pinnedHisham Muhammad2-6/+3
2026-05-21ci: bump OpenSSLHisham Muhammad1-2/+2
2026-04-06Do not pin `lua` as a dependency.Hisham Muhammad2-0/+22
2026-03-17fix: check if table entry is nil or not (#1867)Bruno Thiago2-2/+40
2026-03-17fix: correctly handling wrap_bin_scripts flag (#1866)Bruno Thiago3-6/+5
2026-03-16ci: bump OpenSSL to 3.6.1luau-project1-1/+1
2026-03-16ci: test the build of LuaRocks binaries for Windowsluau-project1-0/+45
2026-03-16fix: use zlib fossilsluau-project1-1/+1
2026-03-16fix: allow cross compilation of LuaRocks binariesluau-project1-1/+1
2026-02-03Improve flexibility around vendored librariestobil4sk50-55/+93
2026-02-01assert: skip compat53 itself from the stacktraceHisham Muhammad1-2/+2
2026-01-28fix: use LuaFileSystem in the system only if its version is 1.6.0 or newer. (...Luau Project1-0/+19
2026-01-28Remove extra chars in front of console commandscongusbongus1-7/+7
2026-01-28docs(rockspec-format): `source.dir` can be omitted if inferrable from archive...Marc Jakobi1-8/+8
2026-01-15rockspec: fix version numberHisham Muhammad1-1/+1
2026-01-15smoke test: allow passing configure flagsHisham Muhammad1-5/+7
2025-12-28Update ChangelogHisham Muhammad1-0/+8
2025-12-28Release 3.13.0Hisham Muhammad4-4/+5
2025-12-28Changelog: fix and updateHisham Muhammad1-13/+7
2025-12-28publishrelease: add GitHub ReleasesHisham Muhammad1-0/+12
2025-12-28publishrelease: fix typoHisham Muhammad1-1/+1
2025-12-27GNUmakefile: test for LUA_VERSION as 5.5luau-project1-1/+1
2025-12-26support Lua 5.5 in all_in_one scriptPierre Chapuis1-1/+1
2025-12-26improve header matching for Lua 5.5+Pierre Chapuis2-10/+10
2025-12-26support Lua 5.5 in install.bat and win32 fs modulePierre Chapuis2-8/+9
2025-12-26update handling of version-specific LUA_PATH / LUA_CPATHPierre Chapuis2-0/+10
2025-12-26support Lua 5.5Pierre Chapuis15-20/+59
2025-12-23.github/workflows: bump openssl versiondaurnimator1-1/+1
2025-11-17docs: Fix links in file_locations.mdDaniel Jour1-2/+2
2025-07-27fix: deps.check_lua_libdir() should read liblua in binary modeSewbacca2-2/+2