tinymist/crates/tinymist-query/src/analysis
Myriad-Dreamin 1359e9975b
Some checks failed
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / build-vsc-assets (push) Has been cancelled
tinymist::ci / build-vscode (push) Has been cancelled
tinymist::ci / build-vscode-others (push) Has been cancelled
tinymist::ci / publish-vscode (push) Has been cancelled
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Has been cancelled
tinymist::ci / build-binary (push) Has been cancelled
feat: resolve definitions with dynamic analysis (#1904)
* feat: dyn resolve targets

* fix: test cases

* feat: static analysis again based on dyn analysis result
2025-07-15 01:15:33 +08:00
..
completion fix: complete where and with after dots (#1871) 2025-07-05 20:53:39 +08:00
tyck feat: add command to profile the entire server (#1438) 2025-05-09 15:29:24 +08:00
bib.rs dev: split test functions for multiple crates (#1695) 2025-04-30 19:01:29 +08:00
call.rs feat: add command to profile the entire server (#1438) 2025-05-09 15:29:24 +08:00
code_action.rs fix: correct hover docs generated by typlite (#1761) 2025-06-07 09:14:20 +08:00
color_expr.rs refactor: rename local variables (cont.) (#1026) 2024-12-18 19:48:34 +08:00
completion.rs feat: autofix unknown variable: a and file not found (searched at a.typ) by code action (#1743) 2025-05-09 23:44:12 +08:00
definition.rs feat: resolve definitions with dynamic analysis (#1904) 2025-07-15 01:15:33 +08:00
doc_highlight.rs fix: don't highlight breaks in contextual (#1635) 2025-04-08 11:55:40 +08:00
global.rs feat: resolve definitions with dynamic analysis (#1904) 2025-07-15 01:15:33 +08:00
link_expr.rs feat: autofix unknown variable: a and file not found (searched at a.typ) by code action (#1743) 2025-05-09 23:44:12 +08:00
post_tyck.rs feat: resolve definitions with dynamic analysis (#1904) 2025-07-15 01:15:33 +08:00
prelude.rs feat: show rendered bibliography in bib hover and improve label hover (#1611) 2025-04-11 17:29:03 +08:00
semantic_tokens.rs feat: add command to profile the entire server (#1438) 2025-05-09 15:29:24 +08:00
signature.rs feat: add command to profile the entire server (#1438) 2025-05-09 15:29:24 +08:00
stats.rs refactor: move expr and ty defs to analysis crate (#1633) 2025-04-08 05:50:55 +08:00
tyck.rs feat: add command to profile the entire server (#1438) 2025-05-09 15:29:24 +08:00