tinymist/crates/tinymist-query/src
Luyan Zhou 6876a38c99
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
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 / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled
fix: re-correct order of scope merging & make test stronger (#2166)
Sadly the #2154 is still false. This PR fixed it and made test stronger.
2025-10-11 02:58:29 +08:00
..
adt dev: drop if_chain and collapse if statements (#2097) 2025-09-01 16:46:54 +08:00
analysis feat: new lint warning for unknown math vars (#2065) 2025-09-24 01:09:10 +08:00
code_action fix: compile warnings (#1774) 2025-05-22 11:37:44 +08:00
completion feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
docs dev: drop if_chain and collapse if statements (#2097) 2025-09-01 16:46:54 +08:00
fixtures fix: re-correct order of scope merging & make test stronger (#2166) 2025-10-11 02:58:29 +08:00
index feat: support offline definition queries (LSIF) (#2032) 2025-09-29 23:19:49 +08:00
syntax fix: re-correct order of scope merging & make test stronger (#2166) 2025-10-11 02:58:29 +08:00
testing feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
analysis.rs feat: support offline definition queries (LSIF) (#2032) 2025-09-29 23:19:49 +08:00
bib.rs feat: show rendered bibliography in bib hover and improve label hover (#1611) 2025-04-11 17:29:03 +08:00
check.rs fix: remove Clone trait bounds from diagnostics iterators (#2136) 2025-09-27 17:02:06 +08:00
code_action.rs feat: new lint warning for unknown math vars (#2065) 2025-09-24 01:09:10 +08:00
code_context.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
code_lens.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
color_presentation.rs dev: refactor tasks (#411) 2024-07-14 17:40:01 +08:00
completion.rs dev: split test functions for multiple crates (#1695) 2025-04-30 19:01:29 +08:00
diagnostics.rs feat: new lint warning for unknown math vars (#2065) 2025-09-24 01:09:10 +08:00
document_color.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
document_highlight.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
document_link.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
document_metrics.rs build: bump world crates to 0.13.12-rc1 (#1608) 2025-03-31 16:01:51 +08:00
document_symbol.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
folding_range.rs fix: correct parent_last_loc for heading children in folding ranges (#2123) 2025-09-24 00:24:31 +08:00
goto_declaration.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
goto_definition.rs feat: resolve definitions with dynamic analysis (#1904) 2025-07-15 01:15:33 +08:00
hover.rs dev: drop if_chain and collapse if statements (#2097) 2025-09-01 16:46:54 +08:00
inlay_hint.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
jump.rs dev: drop if_chain and collapse if statements (#2097) 2025-09-01 16:46:54 +08:00
lib.rs feat: support offline definition queries (LSIF) (#2032) 2025-09-29 23:19:49 +08:00
lsp_typst_boundary.rs fix: ignore non-typst files to focus implicitly (#2152) 2025-10-10 12:04:19 +08:00
on_enter.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
package.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
prelude.rs docs: document all public items in rust codebase (#2058) 2025-08-21 12:50:03 +08:00
prepare_rename.rs revert: "feat: rename labels (#1858)" (#2084) 2025-08-26 14:07:42 +08:00
references.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
rename.rs revert: "feat: rename labels (#1858)" (#2084) 2025-08-26 14:07:42 +08:00
selection_range.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
semantic_tokens_delta.rs dev: refactor semantic_tokens crate (#809) 2024-11-14 02:39:26 +08:00
semantic_tokens_full.rs feat: support offline definition queries (LSIF) (#2032) 2025-09-29 23:19:49 +08:00
signature_help.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
symbol.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00
tests.rs dev: drop if_chain and collapse if statements (#2097) 2025-09-01 16:46:54 +08:00
will_rename_files.rs revert: "feat: rename labels (#1858)" (#2084) 2025-08-26 14:07:42 +08:00
workspace_label.rs feat: bump edition of most crates to rust 2024 (#2042) 2025-08-18 16:48:41 +08:00