index
:
luarocks
Git-Hub-actions-use-teal
check-already-quoted
docs-folder
feat-better-perm-message
fix-1041
fix-1261
fix-lua-link-windows
fix-unused-variables
gh-pages
honor-umask
improve-dep-message
lua-to-teal-migration
lua-to-teal-migration-loader
lua-to-teal-migration-repo-writer
lua-to-teal-migration-test
luarocks4
main
master
pre-quick-tests
teal-convert-dependencies
teal-convert-dependencies-2
teal-write-rockspec
test-release-action
test-windows-rock-manifest-slash
test-windows-spaces
tests-more-quick
use-full-compat53
A mirror of https://github.com/luarocks/luarocks.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
luarocks
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: allow Lua C modules to be uninstalled on MSYS2 (#1756)
Luau
2025-02-24
1
-1
/
+3
*
fix: override default C compiler to cc.exe on MSYS2 (#1754)
Luau
2025-02-24
1
-0
/
+6
*
core.path: more thorough error checking
Hisham Muhammad
2025-02-21
2
-2
/
+20
*
update generated code
Hisham Muhammad
2025-01-15
3
-3
/
+3
*
fix: interfaces cannot contain record definitions
Hisham Muhammad
2025-01-15
1
-3
/
+3
*
chore: update autogenerated module preambles
Hisham Muhammad
2025-01-03
4
-4
/
+4
*
Teal: make luarocks.fs not dependent on luarocks.util
Hisham Muhammad
2024-10-21
2
-5
/
+57
*
Teal: fixed all warnings
Hisham Muhammad
2024-10-21
1
-7
/
+7
*
deplocks: simplify types
Hisham Muhammad
2024-10-21
3
-4
/
+13
*
Teal: add generated modules
Hisham Muhammad
2024-10-21
10
-0
/
+1598
*
Teal: convert luarocks.core.sysdetect
V1K1NGbg
2024-10-21
1
-52
/
+141
*
Teal: convert luarocks.core.dir
V1K1NGbg
2024-10-21
1
-29
/
+27
*
Teal: convert luarocks.core.manif
V1K1NGbg
2024-10-21
1
-19
/
+29
*
Teal: convert luarocks.core.types.result
V1K1NGbg
2024-10-21
1
-0
/
+14
*
Teal: convert luarocks.core.types.rockspec
V1K1NGbg
2024-10-21
1
-0
/
+78
*
Teal: convert luarocks.core.types.query
V1K1NGbg
2024-10-21
1
-0
/
+13
*
Teal: convert luarocks.core.util
V1K1NGbg
2024-10-21
1
-90
/
+103
*
Teal: convert luarocks.core.vers
V1K1NGbg
2024-10-21
1
-40
/
+44
*
Teal: convert luarocks.core.path
V1K1NGbg
2024-10-21
1
-26
/
+20
*
Teal: convert luarocks.core.persist
V1K1NGbg
2024-10-21
1
-27
/
+17
*
Teal: add type definition module luarocks.core.cfg
V1K1NGbg
2024-10-21
1
-0
/
+120
*
Teal: add type definition module luarocks.core.types.build
V1K1NGbg
2024-10-21
1
-0
/
+36
*
Teal: add type definition module luarocks.core.types.args
V1K1NGbg
2024-10-21
1
-0
/
+112
*
Teal: add type definition module luarocks.core.types.installs
V1K1NGbg
2024-10-21
1
-0
/
+27
*
Teal: add type definition module luarocks.core.types.testrunner
V1K1NGbg
2024-10-21
1
-0
/
+9
*
Teal: add type definition module luarocks.core.types.ordering
V1K1NGbg
2024-10-21
1
-0
/
+10
*
Teal: add type definition module luarocks.core.types.persist
V1K1NGbg
2024-10-21
1
-0
/
+4
*
Teal: add type definition module luarocks.core.types.dir
V1K1NGbg
2024-10-21
1
-0
/
+16
*
Teal: add type definition module luarocks.core.types.rockmanifest
V1K1NGbg
2024-10-21
1
-0
/
+7
*
Teal: add type definition module luarocks.core.types.bopts
V1K1NGbg
2024-10-21
1
-0
/
+17
*
Teal: add type definition module luarocks.core.types.version
V1K1NGbg
2024-10-21
1
-0
/
+18
*
Teal: add type definition module luarocks.core.types.tree
V1K1NGbg
2024-10-21
1
-0
/
+11
*
Teal: add type definition module luarocks.core.types.manifest
V1K1NGbg
2024-10-21
1
-0
/
+27
*
Teal: add type definition module luarocks.core.hardcoded
V1K1NGbg
2024-10-21
1
-0
/
+8
*
fix: more resilient sysconfdir detection
Hisham Muhammad
2024-02-27
1
-1
/
+5
*
fix: if --lua-* flags are given, don't use the hardcoded paths
Hisham Muhammad
2024-02-25
1
-6
/
+24
*
fix: better normalization for paths and slashes
Hisham Muhammad
2024-02-23
4
-44
/
+69
*
fix: let runtime detection handle LUALIB filename
Hisham Muhammad
2024-02-20
1
-3
/
+1
*
improve and simplify Lua interpreter search
Hisham Muhammad
2024-02-20
1
-1
/
+1
*
when picking a default dependency dir, look for lib/ first
Hisham Muhammad
2024-02-19
1
-8
/
+8
*
drop cfg.lua_interpreter, use cfg.variables.LUA
Hisham Muhammad
2024-02-18
1
-22
/
+20
*
fix: sysdetect: prefer interpreter to avoid multiarch shell on macOS
Hisham Muhammad
2024-02-17
1
-1
/
+1
*
Introduce locking for concurrent access control (#1557)
Hisham Muhammad
2023-12-13
1
-0
/
+1
*
Fix problems in path normalisation algorithm (#1541)
Aleksei Volkov
2023-10-30
1
-4
/
+7
*
update domain name of mirror (luafr.org -> loadk.com) (#1517)
Pierre Chapuis
2023-07-26
1
-1
/
+1
*
path.path_to_module: accept custom extensions in package.(c)path (#1468)
Hisham Muhammad
2022-12-07
1
-13
/
+18
*
cfg: follow standard enviromental variables
Artturin
2022-08-26
1
-33
/
+33
*
mingw: default to x86_64 compiler on 64-bit Windows
Hisham Muhammad
2022-08-26
1
-3
/
+8
*
Configurations for program_series and major_version are unused
Hisham Muhammad
2022-04-16
1
-4
/
+0
*
macos: support .tbd extension for later versions of macOS
Hisham Muhammad
2022-04-12
1
-0
/
+2
[next]