Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b1ebc08
feat: Refine Java FQN representation, enhance semantic analysis with …
biuld Feb 4, 2026
49d68fa
feat: Add `NodeSource` to graph nodes and enable filtering by source …
biuld Feb 5, 2026
6d8f68c
feat: Introduce a comprehensive stub caching system, including metada…
biuld Feb 6, 2026
e8bf326
feat: Refactor engine initialization with a builder pattern and enhan…
biuld Feb 7, 2026
a2ed103
feat: Implement asset discovery for Gradle and JDK ecosystems
biuld Feb 7, 2026
985c7e8
feat: Introduce AssetSourceLocator for mapping binary assets to their…
biuld Feb 7, 2026
fed526a
add docs
biuld Feb 7, 2026
d472a79
feat: Introduce Java type inference system and refactor resolver scop…
biuld Feb 8, 2026
507183d
feat: Introduce `LspService` trait, refactor core to use it, and add …
biuld Feb 8, 2026
eba9d87
feat: Refactor naming conventions, introduce `StandardNamingConventio…
biuld Feb 8, 2026
e1d2dec
feat: Introduce and integrate a language-agnostic `TypeSystem` trait …
biuld Feb 8, 2026
0ea0fe7
refactor(plugin): introduce capability caps and registration
biuld Feb 11, 2026
25c1d37
refactor(core): consume language/build capabilities
biuld Feb 11, 2026
186e94f
refactor(lang-java): provide java capability composition
biuld Feb 11, 2026
b5e8b0a
refactor(lang-gradle): provide gradle capability composition
biuld Feb 11, 2026
d5695c6
test(runtime): migrate registration and tests to capabilities
biuld Feb 11, 2026
39e1178
refactor(lang-gradle): align plugin layout with cap and resolve modules
biuld Feb 11, 2026
4fb8dd8
refactor: finalize plugin trait layout and java resolve module split
biuld Feb 11, 2026
84f008a
refactor(api): unify result model and update navigation/watch contracts
biuld Feb 11, 2026
5cf7181
style(fmt): format workspace
biuld Feb 11, 2026
56bf1ef
refactor(core): rename plugin bridge module and update internal imports
biuld Feb 11, 2026
d3c711b
refactor(docs): enhance plugin contracts and architecture description…
biuld Feb 11, 2026
8a64504
migrate java external class parsing from cafebabe to ristretto
biuld Feb 12, 2026
ddd94e5
lang-java: implement sprint A generic substitution pipeline
biuld Feb 12, 2026
b91e30c
semantic: add index-aware occurrence filtering for references
biuld Feb 12, 2026
9e30ac5
inference: add autoboxing and varargs method matching
biuld Feb 12, 2026
6240e88
inference: make varargs explicit across parser and type system
biuld Feb 12, 2026
dac5121
lsp: enrich hover for locals and member owner context
biuld Feb 12, 2026
27f8dc8
lang-java: harden inference adapters and enable lambda heuristic test
biuld Feb 12, 2026
eea10b2
chore: upgrade deps and migrate to lsp-types Uri
biuld Feb 12, 2026
6790824
Improve external symbol hover and query-time stub hydration
biuld Feb 12, 2026
40283bd
references: handle static hiding and add precision regressions
biuld Feb 12, 2026
d6e609d
hover: add chain-middle integration coverage and unit tests
biuld Feb 12, 2026
0eaf04e
feat(java-inference): add most-specific overload selection
biuld Feb 12, 2026
7ad23c3
Add implementation and reference tests for Java plugin - Introduced n…
biuld Feb 12, 2026
8abb74f
refactor(ingest): adopt event-driven runtime with two-channel bus and…
biuld Feb 13, 2026
cf21f80
refactor(ingest): unify flow control in streaming kernel
biuld Feb 14, 2026
2db6614
refactor(core): integrate streaming ingest runtime and split orchestr…
biuld Feb 14, 2026
f763db8
Refactor Naviscope Engine: Remove stub worker, introduce storage and …
biuld Feb 14, 2026
64e461c
refactor(indexing): enhance file processing and parsing in BatchCompi…
biuld Feb 14, 2026
6b490ee
feat: enhance method signature handling and resolution in Java parser
biuld Feb 14, 2026
517464f
Implement epoch tracking in ingest runtime
biuld Feb 14, 2026
7b17898
feat: implement source runtime and batch compilation in Naviscope
biuld Feb 14, 2026
51e59f4
Refactor indexing module: Replace BatchCompiler with BuildCompiler an…
biuld Feb 14, 2026
8d37b35
feat: add incremental consistency tests for Java navigation
biuld Feb 15, 2026
cf3818b
chore: update dependencies in Cargo.lock and Cargo.toml
biuld Feb 15, 2026
80be93a
Refactor source indexing and execution phases
biuld Feb 19, 2026
e497817
refactor: remove ingest module and its components
biuld Feb 19, 2026
6486f74
chore: update package versions to 0.7.0 across all crates
biuld Feb 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ node_modules/

out/

*.vsix
*.vsix

plan
Loading