aboutsummaryrefslogtreecommitdiff
path: root/src/server/indexer.odin
Commit message (Collapse)AuthorAgeFilesLines
* Correctly resolve builtin types when using the fully qualified name with the ↵Brad Lewis5 days1-0/+27
| | | | package
* 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 ↵Brad Lewis2025-09-081-12/+1
| | | | request
* 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 ↵Brad Lewis2025-06-111-0/+1
| | | | multiple threads
* Add support for renaming and references on identifiers and functions. Fixed ↵Daniel Gavin2022-08-261-0/+8
| | | | bug that caused crashes randomly.
* 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