aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-153-3/+3
* fix: interfaces cannot contain record definitionsHisham Muhammad2025-01-151-3/+3
* chore: update autogenerated module preamblesHisham Muhammad2025-01-034-4/+4
* Teal: make luarocks.fs not dependent on luarocks.utilHisham Muhammad2024-10-212-5/+57
* Teal: fixed all warningsHisham Muhammad2024-10-211-7/+7
* deplocks: simplify typesHisham Muhammad2024-10-213-4/+13
* Teal: add generated modulesHisham Muhammad2024-10-2110-0/+1598
* Teal: convert luarocks.core.sysdetectV1K1NGbg2024-10-211-52/+141
* Teal: convert luarocks.core.dirV1K1NGbg2024-10-211-29/+27
* Teal: convert luarocks.core.manifV1K1NGbg2024-10-211-19/+29
* Teal: convert luarocks.core.types.resultV1K1NGbg2024-10-211-0/+14
* Teal: convert luarocks.core.types.rockspecV1K1NGbg2024-10-211-0/+78
* Teal: convert luarocks.core.types.queryV1K1NGbg2024-10-211-0/+13
* Teal: convert luarocks.core.utilV1K1NGbg2024-10-211-90/+103
* Teal: convert luarocks.core.versV1K1NGbg2024-10-211-40/+44
* Teal: convert luarocks.core.pathV1K1NGbg2024-10-211-26/+20
* Teal: convert luarocks.core.persistV1K1NGbg2024-10-211-27/+17
* Teal: add type definition module luarocks.core.cfgV1K1NGbg2024-10-211-0/+120
* Teal: add type definition module luarocks.core.types.buildV1K1NGbg2024-10-211-0/+36
* Teal: add type definition module luarocks.core.types.argsV1K1NGbg2024-10-211-0/+112
* Teal: add type definition module luarocks.core.types.installsV1K1NGbg2024-10-211-0/+27
* Teal: add type definition module luarocks.core.types.testrunnerV1K1NGbg2024-10-211-0/+9
* Teal: add type definition module luarocks.core.types.orderingV1K1NGbg2024-10-211-0/+10
* Teal: add type definition module luarocks.core.types.persistV1K1NGbg2024-10-211-0/+4
* Teal: add type definition module luarocks.core.types.dirV1K1NGbg2024-10-211-0/+16
* Teal: add type definition module luarocks.core.types.rockmanifestV1K1NGbg2024-10-211-0/+7
* Teal: add type definition module luarocks.core.types.boptsV1K1NGbg2024-10-211-0/+17
* Teal: add type definition module luarocks.core.types.versionV1K1NGbg2024-10-211-0/+18
* Teal: add type definition module luarocks.core.types.treeV1K1NGbg2024-10-211-0/+11
* Teal: add type definition module luarocks.core.types.manifestV1K1NGbg2024-10-211-0/+27
* Teal: add type definition module luarocks.core.hardcodedV1K1NGbg2024-10-211-0/+8
* fix: more resilient sysconfdir detectionHisham Muhammad2024-02-271-1/+5
* fix: if --lua-* flags are given, don't use the hardcoded pathsHisham Muhammad2024-02-251-6/+24
* fix: better normalization for paths and slashesHisham Muhammad2024-02-234-44/+69
* fix: let runtime detection handle LUALIB filenameHisham Muhammad2024-02-201-3/+1
* improve and simplify Lua interpreter searchHisham Muhammad2024-02-201-1/+1
* when picking a default dependency dir, look for lib/ firstHisham Muhammad2024-02-191-8/+8
* drop cfg.lua_interpreter, use cfg.variables.LUAHisham Muhammad2024-02-181-22/+20
* fix: sysdetect: prefer interpreter to avoid multiarch shell on macOSHisham Muhammad2024-02-171-1/+1
* Introduce locking for concurrent access control (#1557)Hisham Muhammad2023-12-131-0/+1
* Fix problems in path normalisation algorithm (#1541)Aleksei Volkov2023-10-301-4/+7
* update domain name of mirror (luafr.org -> loadk.com) (#1517)Pierre Chapuis2023-07-261-1/+1
* path.path_to_module: accept custom extensions in package.(c)path (#1468)Hisham Muhammad2022-12-071-13/+18
* cfg: follow standard enviromental variablesArtturin2022-08-261-33/+33
* mingw: default to x86_64 compiler on 64-bit WindowsHisham Muhammad2022-08-261-3/+8
* Configurations for program_series and major_version are unusedHisham Muhammad2022-04-161-4/+0
* macos: support .tbd extension for later versions of macOSHisham Muhammad2022-04-121-0/+2