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
/
memory_index.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add hover info for variables from local call directives
Brad Lewis
2025-12-14
1
-2
/
+0
|
*
Add optional limit for fuzzy searching and set 100 for workspace symbols
Brad Lewis
2025-09-09
1
-1
/
+4
|
*
Split query by whitespace and match on each field
Brad Lewis
2025-09-06
1
-5
/
+22
|
*
Construct current package from the current file when searching index
Brad Lewis
2025-08-31
1
-1
/
+1
|
*
Use current package rather than file path to filter private symbols
Brad Lewis
2025-08-31
1
-1
/
+2
|
*
Collect global comp lit fields and add them to workspace and document symbols
Brad Lewis
2025-08-30
1
-0
/
+16
|
*
Show struct and bitfield fields with workspace and document symbols
Brad Lewis
2025-08-30
1
-0
/
+36
|
*
Always collect private symbols and filter them when resolving
Brad Lewis
2025-08-22
1
-1
/
+12
|
*
Add exclude path for workspace symbols.
DanielGavin
2024-12-30
1
-1
/
+1
|
*
Change odinfmt to use 120 characters instead. Add support for infering Maybe ↵
DanielGavin
2024-08-10
1
-18
/
+3
|
|
|
|
in comp literals.
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-3
/
+3
|
*
start working on supporting objc code
DanielGavin
2023-01-23
1
-4
/
+4
|
*
imporve the recursion check
Daniel Gavin
2022-10-24
1
-1
/
+1
|
*
Add support for renaming and references on identifiers and functions. Fixed ↵
Daniel Gavin
2022-08-26
1
-0
/
+5
|
|
|
|
bug that caused crashes randomly.
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-13
/
+25
|
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-8
/
+4
|
*
start on making the cache based package system instead of indexing everything.
Daniel Gavin
2022-06-20
1
-8
/
+0
|
*
Fix issue with parameter and type being the same causing stack overflow
Daniel Gavin
2022-06-14
1
-6
/
+8
|
*
Fix hover bug
Daniel Gavin
2022-06-11
1
-0
/
+8
|
*
Add last package cache for memory_index.
Daniel Gavin
2022-04-28
1
-0
/
+9
|
*
Merge packages
Daniel Gavin
2022-04-09
1
-0
/
+65