aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
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
* feat(upload): add a dry-run flagThijs Schreijer2026-07-183-16/+73
* fix: make write_rockspec command write valid rockspec given the rockspec_form...Hugo Levy-Falk2026-07-132-8/+28
* 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
* Fix typos discovered by codespellChristian Clauss2026-07-117-7/+7
* 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-171-2/+2
* fix: correctly handling wrap_bin_scripts flag (#1866)Bruno Thiago2026-03-173-6/+5
* Improve flexibility around vendored librariestobil4sk2026-02-0340-4321/+35
* 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
* Release 3.13.0Hisham Muhammad2025-12-281-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-261-1/+2
* support Lua 5.5Pierre Chapuis2025-12-2611-11/+42
* fix: deps.check_lua_libdir() should read liblua in binary modeSewbacca2025-07-272-2/+2
* Release 3.12.2v3.12.2Hisham Muhammad2025-06-271-1/+1
* fix: create cache_dir when local_cache existsluau-project2025-06-252-3/+11
* fetch: update cachefile and checkfile on temp local_cacheluau-project2025-06-251-1/+3
* Release 3.12.1Hisham Muhammad2025-06-171-1/+1
* rockspec: re-add deprecated function type().Hisham Muhammad2025-06-172-2/+30
* Release 3.12.0Hisham Muhammad2025-06-051-1/+1
* feat: allow loading json manifestbzp20102025-06-037-5/+87
* fix: avoid overwriting CMake variables from rockspecRenato Maia2025-05-192-10/+0
* feat: add build vars. for rockspecs with the dir. of its deps.Renato Maia2025-05-192-6/+12
* feat: add LUA_VERSION build variable for rockspecsRenato Maia2025-05-194-3/+15
* updates for latest Teal (#1796)Hisham Muhammad2025-05-176-28/+28
* fix(cygwin): external_deps_patterns and runtime_external_deps_patterns (#1782)Luau2025-04-141-1/+12
* fs.unix: only create wrapper for lua scripts (#1738)wzy2025-04-021-2/+3
* Add vendored lua compat53 v0.14.4Tobiasz Laskowski2025-02-243-0/+1290
* fix: allow Lua C modules to be uninstalled on MSYS2 (#1756)Luau2025-02-241-1/+3
* fix: override default C compiler to cc.exe on MSYS2 (#1754)Luau2025-02-241-0/+6
* core.path: more thorough error checkingHisham Muhammad2025-02-212-2/+20
* update generated codeHisham Muhammad2025-01-1520-20/+20
* fix: interfaces cannot contain record definitionsHisham Muhammad2025-01-151-3/+3
* fix: Fix upload command to include the src.rock file as a second parameterLüchinger Dominic2025-01-052-2/+2
* fix: add missing type variableHisham Muhammad2025-01-031-1/+1
* rockspec: make order type more lenientHisham Muhammad2025-01-031-1/+1
* fix: catch some unused variablesHisham Muhammad2025-01-036-29/+43
* chore: update autogenerated module preamblesHisham Muhammad2025-01-0333-33/+33
* fs: more consistent function signaturesHisham Muhammad2024-10-213-13/+18
* fs: do dynamic requires in a Cyan-friendly wayHisham Muhammad2024-10-211-7/+9
* Teal: make luarocks.fs not dependent on luarocks.utilHisham Muhammad2024-10-215-48/+66
* Teal: make schedule_function genericHisham Muhammad2024-10-212-8/+8
* Teal: fixed all warningsHisham Muhammad2024-10-2177-369/+464
* tools.patch: generate LuaHisham Muhammad2024-10-211-10/+13
* tools.patch: fix test behaviors using luarocks.fsHisham Muhammad2024-10-211-21/+15