summaryrefslogtreecommitdiff
path: root/cli/lsp/path_to_regex.rs
AgeCommit message (Expand)Author
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek IwaƄczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-04fix(lsp): handle repeating patterns in registry correctly (#13275)Kitson Kelly
2022-01-02fix(lsp): better handling of folders in registry completions (#13250)Kitson Kelly
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly