| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: update generated code (#591) | williambotman[bot] | 2022-10-23 | 2 | -2/+2 | |
| | | ||||||
| * | chore: update generated code (#586) | williambotman[bot] | 2022-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#581) | williambotman[bot] | 2022-10-20 | 2 | -2/+2 | |
| | | ||||||
| * | feat(verible): add linux_x64_gnu (#579) | William Boman | 2022-10-20 | 1 | -1/+2 | |
| | | | | Closes #536. | |||||
| * | feat(installer): write mason-debug.log in debug mode (#577) | William Boman | 2022-10-19 | 1 | -0/+8 | |
| | | ||||||
| * | feat(api/command): add --debug flag to :MasonInstall (#576) | William Boman | 2022-10-19 | 6 | -8/+40 | |
| | | ||||||
| * | fix(goimports-reviser): use prebuilt github assets (#573) | William Boman | 2022-10-18 | 1 | -2/+23 | |
| | | | | Fixes #484. | |||||
| * | chore: update generated code (#571) | williambotman[bot] | 2022-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(notify): remove check for "nvim-notify" (#569) | William Boman | 2022-10-17 | 1 | -8/+3 | |
| | | ||||||
| * | feat(registry): add dprint formatter (#562) | Silas Groh | 2022-10-17 | 2 | -0/+32 | |
| | | ||||||
| * | feat(registry): add commitlint (#564) | Dan Sully | 2022-10-17 | 3 | -1/+19 | |
| | | ||||||
| * | feat(registry): add jsonlint tool for JSON (#565) | Afranio Martins | 2022-10-17 | 3 | -1/+15 | |
| | | ||||||
| * | feat: reduce some package sizes (#567) | William Boman | 2022-10-17 | 3 | -5/+4 | |
| | | ||||||
| * | chore: update generated code (#560) | williambotman[bot] | 2022-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#557) | williambotman[bot] | 2022-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | feat(api): add typed client interface (#556) | William Boman | 2022-10-14 | 3 | -6/+49 | |
| | | ||||||
| * | feat(lemmy-help): use prebuilt binaries from release assets (#555) | William Boman | 2022-10-14 | 1 | -5/+36 | |
| | | ||||||
| * | feat(fetch): add Accept headers where appropriate (#554) | William Boman | 2022-10-14 | 3 | -3/+15 | |
| | | ||||||
| * | refactor(api): use new endpoints (#550) | William Boman | 2022-10-14 | 3 | -5/+7 | |
| | | ||||||
| * | feat(registry): selene and stylua support for luau (#548) | Lopy | 2022-10-13 | 3 | -3/+3 | |
| | | ||||||
| * | feat(astro): vendor typescript (#542) | William Boman | 2022-10-11 | 1 | -1/+1 | |
| | | | | Also see https://github.com/williamboman/mason-lspconfig.nvim/pull/75 | |||||
| * | feat(platform): better glibc detection (#537) | William Boman | 2022-10-10 | 2 | -7/+23 | |
| | | ||||||
| * | fix(visualforce-language-server): remove custom release resolution code (#534) | William Boman | 2022-10-10 | 1 | -13/+1 | |
| | | | | This is no longer needed as their releases now contain complete assets. | |||||
| * | chore: update generated code (#533) | williambotman[bot] | 2022-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | fix(codelldb): require GNU compatible system on linux (#532) | William Boman | 2022-10-09 | 1 | -3/+3 | |
| | | | | These binaries are linked to glibc. | |||||
| * | fix(fetch): set proper iwr header on Windows, reorder tool priority (#531) | William Boman | 2022-10-09 | 2 | -75/+85 | |
| | | | | | Old priority: platform specific > wget > curl New priority: curl > wget > platform specific | |||||
| * | feat(npm): speed up checking for new versions (#530) | William Boman | 2022-10-09 | 3 | -21/+37 | |
| | | ||||||
| * | feat(registry): add iferr tool for Go (#528) | Fran Casas | 2022-10-09 | 3 | -1/+13 | |
| | | ||||||
| * | feat(beautysh): add missing languages (#527) | Kazi Sadman Ahmed | 2022-10-09 | 2 | -8/+7 | |
| | | ||||||
| * | feat(registry): add beautysh formatter (#526) | Jay Patel | 2022-10-09 | 3 | -1/+18 | |
| | | ||||||
| * | feat(registry): add gersemi formatter (#525) | Jay Patel | 2022-10-09 | 3 | -1/+18 | |
| | | ||||||
| * | feat(registry): add api module (#524) | William Boman | 2022-10-08 | 2 | -25/+37 | |
| | | ||||||
| * | feat(registry): add pylama linter (#523) | Kazi Sadman Ahmed | 2022-10-08 | 3 | -1/+13 | |
| | | ||||||
| * | fix(dhall): new assets have capitalized naming (#520) | kylo252 | 2022-10-06 | 1 | -3/+3 | |
| | | ||||||
| * | feat(github): use proxy API for fetching latest release (#521) | William Boman | 2022-10-06 | 2 | -39/+23 | |
| | | | | | | | | This uses a globally distributed, edge-cached, proxy [1] for a very common touchpoint with the GitHub API. This is already done for fetching the latest tag, now expanding to latest release as well. [1]: https://github.com/williamboman/github-api-proxy | |||||
| * | fix(pip3): expand python3_host_prog path (#519) | William Boman | 2022-10-06 | 2 | -3/+14 | |
| | | | | Fixes #505. | |||||
| * | feat: add gradle-language-server (#517) | William Boman | 2022-10-06 | 3 | -0/+36 | |
| | | | | Closes #422. | |||||
| * | fix(log): use "log" stdpath (#516) | William Boman | 2022-10-06 | 1 | -1/+1 | |
| | | | | Closes #430. | |||||
| * | feat: add setting to control PATH modification (#514) | William Boman | 2022-10-06 | 2 | -29/+40 | |
| | | | | Closes #509. | |||||
| * | refactor(cargo): utilize optional chaining (#513) | William Boman | 2022-10-05 | 1 | -9/+10 | |
| | | ||||||
| * | feat(cargo): improve handling of git-based crates (#512) | William Boman | 2022-10-05 | 7 | -57/+175 | |
| | | | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates. | |||||
| * | chore: update generated code (#507) | williambotman[bot] | 2022-10-04 | 2 | -2/+2 | |
| | | ||||||
| * | feat: add gotestsum (#506) | Seth Daniel | 2022-10-03 | 3 | -1/+17 | |
| | | ||||||
| * | chore: update generated code (#504) | williambotman[bot] | 2022-10-03 | 2 | -1/+4 | |
| | | ||||||
| * | feat: add erg-language-server (#503) | takuto | 2022-10-03 | 3 | -0/+47 | |
| | | ||||||
| * | feat(std): attempt gzip on windows (#501) | William Boman | 2022-10-03 | 2 | -12/+20 | |
| | | | | Closes #498. | |||||
| * | feat: add move-analyzer (#499) | Michael | 2022-10-02 | 3 | -0/+16 | |
| | | ||||||
| * | feat: add pyre linter (#495) | Michael | 2022-10-02 | 3 | -1/+13 | |
| | | | | Closes #456. | |||||
| * | feat(elixir-ls): link elixir-ls-debugger executable (#496) | Slotos | 2022-10-02 | 1 | -0/+1 | |
| | | ||||||
| * | chore: update generated code (#497) | williambotman[bot] | 2022-10-02 | 1 | -1/+1 | |
| | | ||||||
