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