index
:
mason
chore/ci-upgrades
chrisgrieser-patch-1
feat/lockfile
feat/registry-cache-ttl-config
feat/socket-integration
fix/nuget-windows-bin
fix/rmrf-libuv
fix/support-removed-packages
main
release-please--branches--main--components--mason.nvim
v1.x
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
mason-core
/
installer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/main' into feat/lockfile-v2
William Boman
28 hours
4
-9
/
+15
|
\
|
*
fix(nuget): also support .cmd shims on Windows (#2102)
HEAD
main
William Boman
4 days
1
-1
/
+7
|
*
refactor(fs): use fs.ls in readdir implementation, prefer fs_stat over fs_fst...
William Boman
4 days
1
-4
/
+4
|
*
refactor(fs): implement mkdirp natively via libuv (#2100)
William Boman
4 days
2
-2
/
+2
|
*
fix(fs): implement rmrf natively via libuv (#2098)
William Boman
4 days
2
-2
/
+2
*
|
[WIP]:
William Boman
10 days
1
-0
/
+12
*
|
[WIP]:
William Boman
10 days
1
-2
/
+2
*
|
[WIP]:
William Boman
10 days
2
-4
/
+21
*
|
Merge remote-tracking branch 'origin/main' into feat/lockfile-v2
William Boman
10 days
10
-40
/
+146
|
\
|
|
*
feat: add support for socket.dev firewall client (#2088)
William Boman
12 days
7
-9
/
+76
|
*
feat: add the infrastructure to support "system" packages (#2085)
William Boman
2026-05-14
5
-25
/
+61
|
*
fix(pypi): add python 3.13 and 3.14 to list of fallbacks (#2081)
Aaron U'Ren
2026-05-07
1
-6
/
+9
*
|
[WIP]:
William Boman
2026-04-30
2
-8
/
+11
*
|
[WIP]:
William Boman
2026-04-30
1
-1
/
+0
*
|
[WIP]:
William Boman
2026-04-30
1
-4
/
+4
*
|
wip
William Boman
2026-04-30
2
-3
/
+20
*
|
fix(linker): properly expand links when "./" is used as target prefix
William Boman
2026-04-30
1
-1
/
+2
|
/
*
fix(powershell): conform to single quotes (#1740)
Thomas Tan
2026-04-21
1
-1
/
+1
*
feat(npm): add `install_args` setting (#1581)
Amit Tamari
2026-04-21
2
-1
/
+7
*
fix: actually emit the receipt in uninstall event payloads (#2071)
William Boman
2026-04-06
1
-1
/
+1
*
feat: add support for removal of packages from a registry (#2052)
William Boman
2026-01-07
2
-2
/
+2
*
fix(installer): update cwd after uv_fs_rename() was successful (#2033)
William Boman
2025-11-14
1
-8
/
+8
*
fix(installer): attempt to recover from known fs error while finalizing insta...
Sam-Briney
2025-11-14
1
-1
/
+8
*
feat(compiler): make `supported_platforms` a universal source field (#2002)
William Boman
2025-08-07
4
-63
/
+44
*
fix(process): close check handles (#1995)
Mirek Długosz
2025-07-28
1
-0
/
+1
*
fix(pypi): pass --no-user flag (#1958)
William Boman
2025-05-19
1
-0
/
+1
*
feat: associate package instances with registry source and record it in receipt
William Boman
2025-05-06
1
-0
/
+1
*
refactor(command): use callback in Package:install() when running :MasonInsta...
William Boman
2025-03-03
1
-1
/
+1
*
fix(uninstaller): only unlink if recipt is found
William Boman
2025-03-03
1
-1
/
+2
*
refactor(registry): refactor registry initialization
William Boman
2025-03-03
1
-3
/
+2
*
style: fix stylua and selene errors
William Boman
2025-02-20
1
-1
/
+0
*
feat(context): add ctx:await()
William Boman
2025-02-19
1
-0
/
+6
*
refactor: turn StdioSink into a proper class
William Boman
2025-02-19
16
-67
/
+45
*
feat(context): add ctx:fetch()
William Boman
2025-02-19
1
-0
/
+12
*
fix(expr): also interpolate table keys
William Boman
2025-02-19
1
-0
/
+3
*
refactor!: change Package API
William Boman
2025-02-19
15
-130
/
+295
*
fix(pypi): remove -U flag and fix log message
William Boman
2025-02-19
1
-2
/
+1
*
refactor: standardize constructors and improve inheritance construction
William Boman
2025-02-19
7
-47
/
+69
*
fix(location): use correct registry path
William Boman
2025-02-19
1
-1
/
+1
*
feat(linker): use relative targets for symlinks (#1525)
William Boman
2025-02-19
1
-7
/
+9
*
refactor(path): use InstallLocation to produce paths, remove static path methods
William Boman
2025-02-19
3
-14
/
+60
*
refactor(installer): move initializations to InstallContext constructor
William Boman
2025-02-19
4
-21
/
+23
*
refactor: add InstallLocation.global()
William Boman
2025-02-19
1
-0
/
+5
*
chore: remove todo comment
William Boman
2025-02-19
1
-1
/
+0
*
chore(compilers): remove default environment from github build compiler
William Boman
2025-02-19
1
-7
/
+1
*
refactor!: refactor installer internals and add new Package class methods (#1...
William Boman
2025-02-19
30
-509
/
+611
*
refactor(receipt): change receipt structure and remove old builder APIs (#1521)
William Boman
2025-02-16
3
-9
/
+6
*
fix(installer): schedule back to main loop before executing installer functio...
William Boman
2025-02-16
1
-0
/
+1
*
refactor!: consolidate Lua registry sources and the Package API (#1498)
William Boman
2025-02-16
4
-21
/
+49
*
refactor!: remove old managers (#1497)
William Boman
2025-02-16
5
-7
/
+58
[next]