index
:
odin/ols.git
action-organizeImports
ci-changes
fix-ci
fix-stale-error
index-caching
inlay-range
make-ci-work
master
objc-branch
objc-fixes
poly
remove-unused-imports
rename
semantic_tokens_range
test
uri-fix-diagnostics
use-recursion-map
Language server for Odin
Daniel Gavin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
indexer.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add optional limit for fuzzy searching and set 100 for workspace symbols
Brad Lewis
2025-09-09
1
-1
/
+2
*
Cache workspace pkgs so we don't walk the file system each workspace symbol r...
Brad Lewis
2025-09-08
1
-12
/
+1
*
Construct current package from the current file when searching index
Brad Lewis
2025-08-31
1
-11
/
+4
*
Use current package rather than file path to filter private symbols
Brad Lewis
2025-08-31
1
-6
/
+21
*
Show struct and bitfield fields with workspace and document symbols
Brad Lewis
2025-08-30
1
-2
/
+2
*
Don't filter private workspace symbols and remove debug log
Brad Lewis
2025-08-25
1
-0
/
+4
*
Always collect private symbols and filter them when resolving
Brad Lewis
2025-08-22
1
-3
/
+25
*
Improve use of runtime procedures without importing the actual package.
DanielGavin
2025-06-25
1
-10
/
+4
*
Make the `server.indexer` threadlocal, enabling running the tests with multip...
Brad Lewis
2025-06-11
1
-0
/
+1
*
Add support for renaming and references on identifiers and functions. Fixed b...
Daniel Gavin
2022-08-26
1
-0
/
+8
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-2
/
+9
*
Fix memory leak
Daniel Gavin
2022-07-10
1
-2
/
+0
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-22
/
+6
*
clean up
Daniel Gavin
2022-06-21
1
-30
/
+1
*
start on making the cache based package system instead of indexing everything.
Daniel Gavin
2022-06-20
1
-4
/
+0
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-22
/
+7
*
More reference work
Daniel Gavin
2022-06-11
1
-0
/
+3
*
Add last package cache for memory_index.
Daniel Gavin
2022-04-28
1
-0
/
+1
*
Merge packages
Daniel Gavin
2022-04-09
1
-0
/
+109