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
/
tsc.rs
Age
Commit message (
Expand
)
Author
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-21
feat(lsp): support deno.enablePaths setting (#13978)
Kitson Kelly
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-03
chore(lsp): log more for "unexpected positions" lsp error (#13815)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-02-10
feat(lsp): support linking to symbols in JSDoc on hover (#13631)
Kitson Kelly
2022-02-07
fix(lsp): op_exists handles bad specifiers (#13612)
Kitson Kelly
2022-02-02
perf(lsp): cancellable TS diagnostics (#13565)
David Sherret
2022-01-24
perf(lsp): improve some tsc op hot paths (#13473)
Kitson Kelly
2022-01-19
refactor(lsp): reduce data stored in `StateSnapshot` (#13426)
David Sherret
2022-01-19
refactor(lsp): store the `LspUrlMap`'s state inside a mutex (#13416)
David Sherret
2022-01-18
refactor(lsp): store assets behind a mutex (#13414)
David Sherret
2022-01-17
refactor(lsp): remove `performance` from `StateSnapshot` (#13403)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-29
cleanup(cli/lsp): use op Extensions (#13225)
Aaron O'Mullan
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-11-25
chore: upgrade lspower to 1.4.0 (#12894)
Bartek Iwańczuk
2021-11-23
fix(cli): config file should resolve paths relative to the config file (#12867)
David Sherret
2021-11-23
feat(lsp): add type definition provider (#12789)
Kitson Kelly
2021-11-23
feat(lsp): add workspace symbol provider (#12787)
Kitson Kelly
2021-11-18
refactor(lsp): remove `Documents` mutex and require `Documents` to be mutated...
David Sherret
2021-11-17
fix(lsp): retain module dependencies when parse is invalid (#12782)
Kitson Kelly
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-12
refactor(lsp): prefer using document instead of documents collection (#12720)
David Sherret
2021-11-09
chore(lsp): align ScriptElementKind to current versions of TypeScript/vscode ...
Kitson Kelly
2021-11-08
refactor: move `mod tokio_util` to runtime (#12332)
Bert Belder
2021-11-07
fix(lsp): display signature docs as markdown (#12636)
Luca Casonato
2021-10-29
refactor(lsp): use deno_graph and single document struct (#12535)
Kitson Kelly
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-16
fix(lsp): align filter text to vscode logic (#12081)
Kitson Kelly
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-27
feat(cli): Update to TypeScript 4.4 (#11678)
Kitson Kelly
2021-08-06
feat(lsp): implement refactoring code actions (#11555)
Jean Pierre
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-25
fix(lsp): handle importmaps properly (#11496)
Kitson Kelly
2021-07-08
feat(core): return v8::Value from JsRuntime::execute_script (#11129)
Bartek Iwańczuk
2021-06-25
feat(lsp): dependency hover information (#11090)
Kitson Kelly
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-19
fix(lsp): do not rename in strings and comments (#11041)
David Sherret
2021-06-15
Remove various unnecessary allow(clippy) declarations (#10971)
Ryan Dahl
2021-06-05
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)
Kitson Kelly
2021-06-02
fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)
Kitson Kelly
2021-05-29
fix(#10765): lsp import fixes include extensions (#10778)
Kitson Kelly
2021-05-28
feat(cli): upgrade to TypeScript 4.3 (#9960)
Kitson Kelly
2021-05-11
feat(lsp): add internal debugging logging (#10438)
Kitson Kelly
[next]