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
/
analysis.rs
Age
Commit message (
Expand
)
Author
2023-07-17
fix(node): improve require esm error messages (#19853)
David Sherret
2023-07-11
fix(lsp): stop diagnostics flickering (#19803)
David Sherret
2023-07-03
feat(lsp): support import maps in quick fix and auto-imports (#19692)
David Sherret
2023-07-02
feat(lsp): basic support of auto-imports for npm specifiers (#19675)
David Sherret
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-03-02
chore(cli): update deno_lint to 0.41.0 (#17997)
Yusuke Tanaka
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-16
refactor(cli): fewer clones (#17450)
Geert-Jan Zwiers
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-29
fix(lsp): "Add all missing imports" uses correct specifiers (#17216)
Bartek Iwańczuk
2022-09-26
chore: use Rust 1.64.0 (#16035)
Mathias Lafeldt
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-04-25
refactor(lsp): store all the assets in Rust when initializing (#14367)
David Sherret
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-02-24
refactor: remove dead code from lsp (#13743)
Kitson Kelly
2022-02-04
feat(lsp): add redirect diagnostic and quick fix (#13580)
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-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-16
fix(lsp): provide diagnostics for import assertions (#13105)
Kitson Kelly
2021-11-25
chore: upgrade lspower to 1.4.0 (#12894)
Bartek Iwańczuk
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-04
fix(lint): use recommended tag if there is no tags in config file or flags (#...
Zheyu Zhang
2021-10-29
refactor(lsp): use deno_graph and single document struct (#12535)
Kitson Kelly
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-10-12
fix(lsp): lint diagnostics respect config file (#12338)
Bartek Iwańczuk
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-14
feat(lsp): ignore specific lint for entire file (#12023)
Satya Rohith
2021-09-12
chore(lsp): temporarily reparse AST for linting (#11988)
David Sherret
2021-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
2021-08-06
refactor: make `ParsedModule` implement `Sync` (#11581)
David Sherret
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-22
fix(lsp): do not populate maybe_type slot with import type dep (#11477)
Kitson Kelly
2021-07-14
chore: upgrade to swc 0.46 (#11402)
David Sherret
2021-06-25
feat(lsp): dependency hover information (#11090)
Kitson Kelly
2021-06-21
feat(lsp): quick fix actions to ignore lint errors (#10627)
Satya Rohith
2021-06-05
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)
Kitson Kelly
2021-05-31
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)
Nayeem Rahman
2021-05-29
fix(#10765): lsp import fixes include extensions (#10778)
Kitson Kelly
2021-05-26
feat(lsp): show hints from `deno_lint` in addition to messages (#10739)
Yusuke Tanaka
2021-05-25
feat(lsp): diagnostics for deno types and triple-slash refs (#10699)
Kitson Kelly
2021-05-11
fix(lsp): remove code_action/diagnostics deadlock (#10555)
Kitson Kelly
2021-05-10
chore: upgrade crates (#10559)
Bartek Iwańczuk
2021-03-26
remove macro_use (#9884)
Ryan Dahl
[prev]
[next]