aboutsummaryrefslogtreecommitdiff
path: root/src/server/indexer.odin
Commit message (Expand)AuthorAgeFilesLines
* Add hover info for variables from local call directivesBrad Lewis2025-12-141-5/+0
* Add optional limit for fuzzy searching and set 100 for workspace symbolsBrad Lewis2025-09-091-1/+2
* Cache workspace pkgs so we don't walk the file system each workspace symbol r...Brad Lewis2025-09-081-12/+1
* Construct current package from the current file when searching indexBrad Lewis2025-08-311-11/+4
* Use current package rather than file path to filter private symbolsBrad Lewis2025-08-311-6/+21
* Show struct and bitfield fields with workspace and document symbolsBrad Lewis2025-08-301-2/+2
* Don't filter private workspace symbols and remove debug logBrad Lewis2025-08-251-0/+4
* Always collect private symbols and filter them when resolvingBrad Lewis2025-08-221-3/+25
* Improve use of runtime procedures without importing the actual package.DanielGavin2025-06-251-10/+4
* Make the `server.indexer` threadlocal, enabling running the tests with multip...Brad Lewis2025-06-111-0/+1
* Add support for renaming and references on identifiers and functions. Fixed b...Daniel Gavin2022-08-261-0/+8
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-201-2/+9
* Fix memory leakDaniel Gavin2022-07-101-2/+0
* Restructed the indexerDaniel Gavin2022-07-091-22/+6
* clean upDaniel Gavin2022-06-211-30/+1
* start on making the cache based package system instead of indexing everything.Daniel Gavin2022-06-201-4/+0
* move document struct back to serverDaniel Gavin2022-06-191-22/+7
* More reference workDaniel Gavin2022-06-111-0/+3
* Add last package cache for memory_index.Daniel Gavin2022-04-281-0/+1
* Merge packagesDaniel Gavin2022-04-091-0/+109