Commit graph

96 commits

Author SHA1 Message Date
oxalica
4e5ac6ec65 Update to phf 0.12
Some checks failed
CI / Code style check (push) Has been cancelled
CI / Legacy package (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Flake package (push) Has been cancelled
2025-06-21 22:10:51 -04:00
oxalica
764c1f9977 Update criterion, rustix, codespan-reporting 2025-06-12 15:58:25 +08:00
oxalica
7581c4b286 Update itertools, ordered-float and regen lockfile 2025-03-05 04:07:23 +08:00
oxalica
2e24c9834e Update to thiserror 2, rowan 0.16 and update locks 2024-11-19 17:04:23 -05:00
oxalica
62f043115f Update smol_str 0.2 -> 0.3 and lock file 2024-09-16 18:27:10 -04:00
oxalica
ff00db775f Bump tower to 0.5 and update lock 2024-08-17 22:00:49 -04:00
oxalica
3d2287d042 Update dependencies and explain lsp_types pinning 2024-08-05 13:42:12 -04:00
oxalica
b444ca32fa Update dependencies and fix clippy warnings 2024-05-30 12:12:53 -04:00
oxalica
2f3ed6348b Update dependencies 2024-05-01 09:55:17 -04:00
oxalica
fdccb900c9 Update dependencies and fix warnings 2024-01-07 14:30:25 +08:00
oxalica
440a3857cd Update to itertools 0.12.0 and fix clippy 2023-11-27 10:30:47 +08:00
oxalica
5607d42901 Update dependencies 2023-11-08 14:06:48 +08:00
oxalica
73eeaa64d8 Update regex-automata and other deps 2023-10-16 21:47:53 +08:00
oxalica
ee023be3dd Update dependencies 2023-10-09 15:58:28 +08:00
oxalica
97abe7d3d4 Update dependencies 2023-08-07 09:45:39 +08:00
oxalica
6fc4e3b645 Update async-lsp to 0.0.5 and double the concurrency limit 2023-08-07 09:45:10 +08:00
oxalica
f2d4f15e30 Replace is-terminal with std's and bump MSRV to 1.70 2023-07-19 17:12:29 +08:00
oxalica
e4f5e55eb9 Add a benchmark for parsing the whole nixpkgs 2023-07-09 02:41:27 +08:00
oxalica
a08bebf874 Impl memory limit for flake evaluation 2023-07-09 02:18:25 +08:00
oxalica
ba49fb311b Bump rustix to 0.38 2023-07-08 22:11:17 +08:00
oxalica
3a30b89588 Bump regex-automata to 0.3 2023-07-08 22:01:22 +08:00
oxalica
ecd6e0912e Add benchmarks for the parser 2023-07-08 00:41:08 +08:00
oxalica
518b91a7c2 Refactor and simplify config updating using macros 2023-06-26 16:06:51 +08:00
oxalica
e727e55565 Bump indexmap to 2 2023-06-24 11:04:59 +08:00
oxalica
c7453bb3ea Update dependencies 2023-06-23 14:17:13 +08:00
oxalica
1edf2ad0ae Replace unmaintained atty with is-terminal 2023-06-15 15:19:43 +08:00
oxalica
375d3d6a7f Impl experimental SSR in CLI 2023-05-31 18:42:42 +08:00
oxalica
2f9e94fee0 Update flake and dependencies 2023-05-31 18:36:51 +08:00
oxalica
c2f303fd8b Add tests for option evaluation of nixpkgs 22.11 2023-05-05 10:46:02 +08:00
oxalica
c47ad0d6b2 Update dependencies 2023-05-02 01:26:16 +08:00
oxalica
f2b2647975 Fix stuck on non-regular files and report loading errors 2023-04-29 14:00:00 +08:00
oxalica
3e8d591498 Impl file removal from Vfs
This is necessary to reflect the flake workspace change when removing of
`flake.{nix,lock}`.
2023-04-29 14:00:00 +08:00
oxalica
b359f4ff24 Use async-lsp from git 2023-04-20 23:34:09 +08:00
oxalica
4f10256e0e Asyncify nix-interop 2023-04-19 02:12:50 +08:00
oxalica
b7bc2636c1 Bump async-lsp and revert "Only enable ClientProcessMonitorLayer for Linux"
This reverts commit 263b82c6d2.
2023-04-19 01:57:08 +08:00
oxalica
c86e96c003 Use async-lsp from crates.io to fix nix build 2023-04-18 02:55:54 +08:00
oxalica
0edd88a682 Switch to async-lsp framework 2023-04-17 11:21:52 +08:00
oxalica
a55f287f24 Make tests platform-agnostic 2023-04-14 02:36:12 +08:00
oxalica
9995235134 Update dependencies 2023-04-14 02:12:57 +08:00
oxalica
7f88b40b3a Update dependencies 2023-04-04 01:02:40 +08:00
oxalica
73fda84341 Warn when running language server in terminal 2023-03-24 14:18:35 +08:00
oxalica
5b99f7aab5 Inject NixOS options 2023-03-13 22:46:45 +08:00
oxalica
457f6020be Impl subcommand parse 2023-03-11 22:51:43 +08:00
oxalica
a84b006bb1 Update dependencies 2023-03-10 13:48:57 +08:00
oxalica
3487ed42be Update dependencies 2023-03-02 06:23:12 +08:00
oxalica
87d007b2ab Track referrers of modules 2023-02-17 21:21:51 +08:00
oxalica
ea8ee40bd1 Sweep unused dependencies 2023-02-14 23:54:14 +08:00
oxalica
124b1fd287 Bump lsp_types to 0.94.0 2023-02-11 03:11:19 +08:00
oxalica
727a73722f Special case for hover of builtins.xxx
Fixes #15
2023-02-04 06:59:39 +08:00
oxalica
893e5cf204 Type builtins and fix typos in ty! 2023-02-04 05:28:05 +08:00