aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/installer/registry
Commit message (Expand)AuthorAgeFilesLines
* refactor(installer): hoist version validation to the compiled installation en...William Boman2023-06-179-54/+22
* feat(command): improve completion for :MasonInstall (#1353)William Boman2023-06-1313-6/+101
* fix(pypi): also provide install_extra_args to pypi.install (#1263)William Boman2023-04-261-0/+1
* feat(linker): add ruby exec wrapper delegate (#1260)William Boman2023-04-262-3/+11
* fix(expr): fix strip_{prefix,suffix} (#1249)William Boman2023-04-221-2/+2
* refactor(schemas): don't vendor schemas in mason.nvim (#1248)William Boman2023-04-223-3/+81
* feat(installer): add generic build provider (#1228)William Boman2023-04-188-44/+115
* refactor(expr): remove redundant core filters and always stringify reduced va...William Boman2023-04-181-10/+22
* refactor: refactor github provider to smaller modules (#1223)William Boman2023-04-164-209/+221
* feat(github): add $MASON_VERSION to build context (#1218)William Boman2023-04-162-7/+15
* fix(github): use evaluated out_file as asset file value (#1208)William Boman2023-04-121-14/+38
* refactor: only schedule in a.scheduler() when in fast event (#1170)William Boman2023-04-023-10/+4
* feat: add registry.refresh() method (#1096)William Boman2023-03-141-1/+1
* style: enforce import order (#1092)William Boman2023-03-127-18/+18
* feat: add github registry source capabilities (#1091)William Boman2023-03-1214-0/+1205
* refactor(expr): better handling of nil values (#1056)William Boman2023-03-051-16/+10
* refactor(expr): rename to interpolate (#836)William Boman2023-01-021-14/+14
* feat(expr): add tbl_interpolate() (#805)William Boman2022-12-261-7/+24
* feat(functional): add strip_{prefix,suffix} (#803)William Boman2022-12-261-0/+3
* feat(expr): use same context for value & filter evaluation (#778)William Boman2022-12-201-4/+34
* feat: add expr module (#775)William Boman2022-12-201-0/+44