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
/
bench
/
lsp.rs
Age
Commit message (
Expand
)
Author
2024-10-16
Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)
Nayeem Rahman
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-04-17
chore(lsp): Include new benchmark in the collected benchmark data (#23420)
Nathan Whitaker
2024-04-16
chore(lsp): Add benchmark for performance on a large real-world repo (#23395)
Nathan Whitaker
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-25
build: fix lsp benchmark (#20969)
Nayeem Rahman
2023-05-26
chore(lsp/tests): diagnostic synchronization (reland) (#19270)
David Sherret
2023-03-09
refactor(tests/lsp): consolidate more into test LspClient and reduce verbosit...
David Sherret
2023-03-08
refactor(lsp): improve test client initialization (#18015)
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-06-28
refactor(bench): continuous benchmarking improvements (#14821)
Divy Srivastava
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-01-13
chore: rename cli/bench/fixtures to cli/bench/testdata (#13363)
Ryan Dahl
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-06-05
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)
Kitson Kelly
2021-05-20
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)
Kitson Kelly
2021-05-18
refactor: share test harness for lsp between bench and integration (#10659)
Kitson Kelly
2021-05-12
fix(#10603): revert minimal changes to resolve deadlock bug (#10605)
Kitson Kelly
2021-05-10
feat: support workspace folders configuration (#10488)
Kitson Kelly
2021-05-07
refactor(lsp): publish diagnostics independently (#10525)
Kitson Kelly
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-02-25
test(lsp): add benchmarking tests (#9586)
Kitson Kelly