aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Teal: rename luarocks.type.rockspecHisham Muhammad2024-10-211-0/+0
* Teal: convert luarocks.loaderHisham Muhammad2024-10-211-92/+156
* Teal: rename luarocks.loaderHisham Muhammad2024-10-211-0/+0
* Teal: convert luarocks.test.bustedV1K1NGbg2024-10-211-7/+9
* Teal: convert luarocks.test.commandV1K1NGbg2024-10-211-9/+12
* Teal: convert luarocks.fetchV1K1NGbg2024-10-211-77/+82
* Teal: convert luarocks.pathV1K1NGbg2024-10-211-66/+57
* Teal: convert luarocks.searchV1K1NGbg2024-10-211-55/+48
* Teal: convert luarocks.packV1K1NGbg2024-10-211-20/+24
* Teal: convert luarocks.queriesV1K1NGbg2024-10-211-40/+34
* Teal: convert luarocks.type_checkV1K1NGbg2024-10-211-38/+62
* Teal: convert luarocks.persistV1K1NGbg2024-10-211-42/+58
* Teal: convert luarocks.testV1K1NGbg2024-10-211-23/+32
* Teal: rename luarocks.testHisham Muhammad2024-10-211-0/+0
* Teal: convert luarocks.repo_writerV1K1NGbg2024-10-211-0/+53
* Teal: convert luarocks.rockspecsV1K1NGbg2024-10-211-47/+48
* Teal: convert luarocks.upload.apiV1K1NGbg2024-10-211-139/+174
* Teal: rename luarocks.upload.apiHisham Muhammad2024-10-211-0/+0
* Teal: convert luarocks.upload.multipartV1K1NGbg2024-10-211-28/+37
* Teal: convert luarocks.resultsV1K1NGbg2024-10-211-17/+15
* Teal: add type definition module luarocks.fsV1K1NGbg2024-10-211-0/+87
* 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
* Teal: add type definition module luarocks.vendor.argparseV1K1NGbg2024-10-211-0/+111
* Teal: add type definition module luarocks.vendor.dkjsonV1K1NGbg2024-10-211-0/+33
* fix: patch: check array indices correctlyHisham Muhammad2024-08-271-5/+4
* fix: use luarocks.lock in cwd for non-binary rocks too (#1693)Marc Jakobi2024-08-054-11/+28
* fs.unix.tools: add __gc behavior to fs lock (#1702)Hisham Muhammad2024-08-051-1/+9
* turn assertion failure into a consistency check (#1703)Hisham Muhammad2024-08-021-1/+3
* fix: multipart: accept Windows-style paths (#1689)Hisham Muhammad2024-06-241-1/+1
* fix: give project dir higher priority than local_by_default settingHisham Muhammad2024-06-061-5/+5
* fix: if current directory contains luarocks.lock, use itHisham Muhammad2024-05-311-1/+5
* fix(config): do not crash if err_files is empty for some reasonHisham Muhammad2024-05-311-1/+1
* Fix the open fd might be nil if failing to open in fetch_cachinggit-hulk2024-05-141-4/+9
* fs(unix): honor umask correctlyHisham Muhammad2024-05-143-23/+24
* normalize package names to lowercase like the CLIHisham Muhammad2024-04-171-0/+2
* fix(build): ensure --force works for buildHisham Muhammad2024-04-054-2/+5
* fix(init): check if we can create .gitignoreHisham Muhammad2024-03-291-5/+7