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
/
performance.rs
Age
Commit message (
Collapse
)
Author
2023-01-26
refactor(lsp): fewer clones (#17551)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
Yearly tradition of creating extra noise in git.
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-01-24
perf(lsp): improve some tsc op hot paths (#13473)
Kitson Kelly
2022-01-17
refactor(lsp): remove `performance` from `StateSnapshot` (#13403)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-12-15
feat: REPL import specifier auto-completions (#13078)
David Sherret
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio ↵
David Sherret
(#11289) parking_lot is already transitively used in tokio via the "full" cargo feature
2021-05-11
feat(lsp): add internal debugging logging (#10438)
Kitson Kelly
Ref: #10368
2021-04-20
feat(lsp): improve diagnostic status page (#10253)
Kitson Kelly
2021-02-12
feat(lsp): add deno cache code actions (#9471)
Kitson Kelly
2021-01-27
feat(lsp): add performance measurements (#9209)
Kitson Kelly