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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/main' into feat/lockfile-v2
William Boman
15 hours
3
-15
/
+52
|
\
|
*
fix(nuget): also support .cmd shims on Windows (#2102)
HEAD
main
William Boman
3 days
1
-1
/
+1
|
*
refactor(fs): use fs.ls in readdir implementation, prefer fs_stat over fs_fst...
William Boman
3 days
2
-8
/
+32
|
*
refactor(fs): implement mkdirp natively via libuv (#2100)
William Boman
3 days
2
-6
/
+19
*
|
[WIP]:
William Boman
10 days
1
-2
/
+28
*
|
[WIP]:
William Boman
10 days
1
-10
/
+10
*
|
[WIP]:
William Boman
10 days
2
-10
/
+11
*
|
[WIP]:
William Boman
10 days
1
-1
/
+1
*
|
[WIP]:
William Boman
10 days
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/main' into feat/lockfile-v2
William Boman
10 days
5
-1
/
+190
|
\
|
|
*
feat: add support for socket.dev firewall client (#2088)
William Boman
11 days
4
-1
/
+99
|
*
feat(registry): add registry_cache setting for controlling cache behaviour (#...
William Boman
2026-05-18
1
-0
/
+48
|
*
fix(pypi): add python 3.13 and 3.14 to list of fallbacks (#2081)
Aaron U'Ren
2026-05-07
1
-0
/
+43
*
|
[WIP]:
William Boman
2026-04-30
2
-2
/
+2
*
|
[WIP]:
William Boman
2026-04-30
2
-8
/
+358
*
|
[WIP]:
William Boman
2026-04-30
1
-0
/
+5
*
|
[WIP]:
William Boman
2026-04-30
1
-0
/
+9
*
|
fix(linker): properly expand links when "./" is used as target prefix
William Boman
2026-04-30
1
-0
/
+45
|
/
*
fix(spawn): handle cases where PATH env on Windows is not set (#2080)
William Boman
2026-04-27
1
-0
/
+18
*
fix(powershell): conform to single quotes (#1740)
Thomas Tan
2026-04-21
1
-1
/
+1
*
chore(ci): update stylua, selene, neovim (#2078)
William Boman
2026-04-21
2
-3
/
+5
*
feat(npm): add `install_args` setting (#1581)
Amit Tamari
2026-04-21
3
-3
/
+47
*
fix: actually emit the receipt in uninstall event payloads (#2071)
William Boman
2026-04-06
1
-0
/
+32
*
feat: add support for removal of packages from a registry (#2052)
William Boman
2026-01-07
1
-0
/
+19
*
fix(spawn): always expand executable path on Windows (#2021)
William Boman
2025-09-30
1
-6
/
+27
*
feat(compiler): make `supported_platforms` a universal source field (#2002)
William Boman
2025-08-07
4
-20
/
+0
*
fix(pypi): add support for "compatible release" (~=) PEP440 expressions (#2000)
William Boman
2025-08-01
1
-0
/
+12
*
fix(fetch): add busybox wget support (#1829)
Fredrik Foss-Indrehus
2025-05-24
1
-13
/
+50
*
fix(pypi): pass --no-user flag (#1958)
William Boman
2025-05-19
1
-0
/
+4
*
fix(registry): ensure there's no duplicate registry entries (#1957)
William Boman
2025-05-19
1
-0
/
+21
*
docs: update references to mason-org/mason.nvim (#1925)
William Boman
2025-05-06
3
-9
/
+9
*
tests: fix flaky test (#1924)
William Boman
2025-05-06
1
-0
/
+4
*
feat: associate package instances with registry source and record it in receipt
William Boman
2025-05-06
3
-0
/
+25
*
refactor(registry): change lua registries to not instantiate Package themselves
William Boman
2025-05-02
9
-49
/
+26
*
feat(ui): display purl information
William Boman
2025-04-22
1
-0
/
+10
*
feat(ui): display current version in header
William Boman
2025-04-21
1
-2
/
+2
*
fix(registry): fix registry.is_installed()
William Boman
2025-03-24
1
-0
/
+8
*
refactor(command): use callback in Package:install() when running :MasonInsta...
William Boman
2025-03-03
1
-4
/
+10
*
refactor(registry): refactor registry initialization
William Boman
2025-03-03
1
-1
/
+1
*
fix(spawn): expand executable paths on Windows before passing to uv_spawn (#1...
William Boman
2025-02-22
1
-35
/
+71
*
style: fix stylua and selene errors
William Boman
2025-02-20
1
-9
/
+3
*
feat(context): add ctx:await()
William Boman
2025-02-19
1
-0
/
+37
*
chore: remove unnecessary vim.schedule and nvim_err_writeln
William Boman
2025-02-19
1
-4
/
+7
*
refactor: turn StdioSink into a proper class
William Boman
2025-02-19
13
-32
/
+58
*
fix(expr): also interpolate table keys
William Boman
2025-02-19
1
-0
/
+13
*
refactor!: change Package API
William Boman
2025-02-19
30
-349
/
+406
*
fix(pypi): remove -U flag and fix log message
William Boman
2025-02-19
1
-4
/
+0
*
refactor: standardize constructors and improve inheritance construction
William Boman
2025-02-19
9
-62
/
+62
*
feat(linker): use relative targets for symlinks (#1525)
William Boman
2025-02-19
2
-35
/
+20
*
feat(path): add relative(from, to)
William Boman
2025-02-19
1
-0
/
+51
[next]