index
:
mason
chrisgrieser-patch-1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(installer): update cwd after uv_fs_rename() was successful (#2033)
HEAD
main
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
2
-1
/
+14
*
fix(spawn): always expand executable path on Windows (#2021)
William Boman
2025-09-30
1
-6
/
+19
*
feat(compiler): make `supported_platforms` a universal source field (#2002)
William Boman
2025-08-07
5
-63
/
+45
*
fix(pypi): add support for "compatible release" (~=) PEP440 expressions (#2000)
William Boman
2025-08-01
1
-6
/
+14
*
fix(process): close check handles (#1995)
Mirek Długosz
2025-07-28
2
-0
/
+2
*
fix(spawn): fix locating exepath on Windows systems using a Unix `'shell'` (#...
William Boman
2025-07-25
1
-1
/
+16
*
fix(fetch): add busybox wget support (#1829)
Fredrik Foss-Indrehus
2025-05-24
1
-7
/
+24
*
fix(pypi): pass --no-user flag (#1958)
William Boman
2025-05-19
1
-0
/
+1
*
fix(spawn): fix calling vim.fn when inside fast event loop on Windows (#1950)
William Boman
2025-05-15
1
-0
/
+1
*
docs: update references to mason-org/mason.nvim (#1925)
William Boman
2025-05-06
2
-2
/
+2
*
feat: associate package instances with registry source and record it in receipt
William Boman
2025-05-06
4
-9
/
+38
*
feat(ui): display purl information
William Boman
2025-04-22
1
-0
/
+6
*
feat(ui): support 'winborder'
William Boman
2025-04-21
1
-1
/
+2
*
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
*
fix(spawn): expand executable paths on Windows before passing to uv_spawn (#1...
William Boman
2025-02-22
2
-25
/
+14
*
style: fix stylua and selene errors
William Boman
2025-02-20
2
-2
/
+1
*
feat(context): add ctx:await()
William Boman
2025-02-19
1
-0
/
+6
*
chore: remove unnecessary vim.schedule and nvim_err_writeln
William Boman
2025-02-19
1
-4
/
+1
*
refactor: turn StdioSink into a proper class
William Boman
2025-02-19
18
-118
/
+157
*
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
20
-421
/
+712
*
fix(pypi): remove -U flag and fix log message
William Boman
2025-02-19
1
-2
/
+1
*
fix(async): also check async context termination immediately after suspending
William Boman
2025-02-19
2
-2
/
+5
*
refactor: standardize constructors and improve inheritance construction
William Boman
2025-02-19
15
-115
/
+174
*
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
2
-24
/
+11
*
feat(path): add relative(from, to)
William Boman
2025-02-19
1
-1
/
+32
*
refactor(path): use InstallLocation to produce paths, remove static path methods
William Boman
2025-02-19
5
-57
/
+64
*
refactor(installer): move initializations to InstallContext constructor
William Boman
2025-02-19
4
-21
/
+23
*
refactor: add InstallLocation.global()
William Boman
2025-02-19
2
-1
/
+6
*
chore: hoist single file modules
William Boman
2025-02-19
2
-0
/
+0
*
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
32
-582
/
+666
*
refactor(receipt): change receipt structure and remove old builder APIs (#1521)
William Boman
2025-02-16
5
-100
/
+49
*
fix(package): support older receipt structures (#1520)
William Boman
2025-02-16
1
-1
/
+5
*
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
6
-193
/
+99
*
refactor!: remove old managers (#1497)
William Boman
2025-02-16
20
-1809
/
+15
*
feat(ui): add backdrop (#1759)
Hung Vu
2025-02-15
1
-18
/
+51
*
fix(fs): fall back to `fs_stat` if entry type is not returned by `fs_readdir`...
Nicolas Thierry
2025-02-15
1
-0
/
+7
*
fix: avoid calling vim.fn in fast event (#1878)
William Boman
2025-02-15
2
-3
/
+5
*
fix(ui): reposition window if border is different than "none" (#1859)
Pedro Gabriel de Morais Ribeiro
2025-02-15
1
-5
/
+7
*
fix: replace deprecated calls to vim.validate (#1876)
Mark Sommers
2025-02-15
1
-20
/
+23
*
fix(pypi): prefer stock python3 if it satisfies version requirement (#1736)
Inhyuk Cho
2024-07-09
1
-2
/
+4
*
fix(pypi): allow access to system site packages by default (#1584)
Silico_Biomancer
2024-07-07
1
-1
/
+2
[next]