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
/
semantic_tokens.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
#+feature using-stmt
Tasha Companion
2026-01-30
1
-1
/
+2
*
Add defaultLibrary modifier for builtin
ske
2025-12-17
1
-1
/
+6
*
Use client capabilities to check if range semantic token is supported.
DanielGavin
2025-09-24
1
-3
/
+5
*
Add proper support for ranged semantic tokens.
semantic_tokens_range
DanielGavin
2025-09-23
1
-1
/
+4
*
Correctly parse param default value for semantic types
Brad Lewis
2025-09-17
1
-0
/
+1
*
Parse fields correctly
Brad Lewis
2025-09-07
1
-0
/
+2
*
Distinguish between variables and types when parsing globals
Brad Lewis
2025-09-07
1
-37
/
+7
*
Resolve poly type variables
Brad Lewis
2025-08-04
1
-1
/
+2
*
Handle semantic token for const global variables returned from functions
Brad Lewis
2025-07-28
1
-1
/
+3
*
Correctly resolve semantic tokens for basic literals and casts
Brad Lewis
2025-07-28
1
-13
/
+15
*
Check if a value declaration is a comp lit for semantic tokens
Brad Lewis
2025-07-25
1
-3
/
+34
*
New symbol flag for if the symbol is a parameter
DanielGavin
2025-07-24
1
-3
/
+6
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
1
-1
/
+1
*
Fix issue with field completions in multi-pointer structs and rename `SymbolM...
Brad Lewis
2025-06-13
1
-1
/
+1
*
Fix issues with semantic tokens for ternary when.
DanielGavin
2024-10-03
1
-1
/
+1
*
Remember to go into helper type in semantic tokens.
DanielGavin
2024-08-10
1
-0
/
+2
*
Change odinfmt to use 120 characters instead. Add support for infering Maybe ...
DanielGavin
2024-08-10
1
-63
/
+15
*
Resolve type in assignments with or_else, or_continue and or_break
Damian Tarnawski
2024-07-29
1
-1
/
+1
*
Fix extraneous .Type semantic tokens
lujaire
2024-07-03
1
-24
/
+24
*
Merge branch 'master' into rename
DanielGavin
2024-06-13
1
-9
/
+17
|
\
|
*
Change setting dyn array length to capacity
Damian Tarnawski
2024-06-12
1
-1
/
+1
*
|
Setup tests for semantic tokens and add one simple test
Damian Tarnawski
2024-06-13
1
-14
/
+31
*
|
Work on file resolve
DanielGavin
2024-05-29
1
-3
/
+5
|
/
*
Add a .Type SymbolType enum
Damian Tarnawski
2024-05-08
1
-13
/
+7
*
Merge pull request #378 from thetarnav/no-symbol-for-nil
DanielGavin
2024-05-06
1
-3
/
+4
|
\
|
*
Don't make a symbol for `nil`
Damian Tarnawski
2024-05-05
1
-3
/
+4
*
|
Add a symbol for explicit `enum.member` selectors
Damian Tarnawski
2024-05-05
1
-17
/
+4
|
/
*
Add Or_Branch_Expr to semantic tokens
DanielGavin
2024-05-05
1
-39
/
+48
*
Simplify
Damian Tarnawski
2024-05-02
1
-8
/
+7
*
Highlight import namespace using semantic tokens
Damian Tarnawski
2024-05-02
1
-4
/
+49
*
Fix getting wrong symbol for selectors
Damian Tarnawski
2024-04-27
1
-4
/
+5
*
Simplify and improve semantic tokens system further
Damian Tarnawski
2024-04-27
1
-641
/
+240
*
Multiple improvements to semantic tokens feature
Damian Tarnawski
2024-04-25
1
-479
/
+279
*
support bit_fields
Laytan Laats
2024-04-15
1
-0
/
+39
*
Support relative type
DanielGavin
2024-03-26
1
-2
/
+0
*
Fix issues with empty parameter names treated as "_" by `core:odin/parser`
DanielGavin
2024-03-18
1
-12
/
+5
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-1
/
+1
*
Remove writing semantic nodes for untyped and basic value symbols
Damian Tarnawski
2023-10-26
1
-19
/
+3
*
Remove more not needed tokens for semantic tokens
DanielGavin
2023-06-30
1
-8
/
+0
*
Typo
DanielGavin
2023-06-24
1
-1
/
+1
*
Don't make semantic tokens for strings, let the grammars handle that.
DanielGavin
2023-06-24
1
-15
/
+0
*
semantic token didn't visit value decls with types correctly.
DanielGavin
2023-05-06
1
-0
/
+6
*
semantic token: visit the len expression in array_type
DanielGavin
2023-02-25
1
-0
/
+1
*
Fix issue with indexing not resolving correctly
Daniel Gavin
2022-11-23
1
-0
/
+3
*
Remember to visit foreign decl in semantic tokens
Daniel Gavin
2022-11-05
1
-0
/
+2
*
Fix linux build
Daniel Gavin
2022-10-30
1
-14
/
+22
*
semantic token is now treating variable procedures and non-mutable the same
Daniel Gavin
2022-10-30
1
-1
/
+3
*
Add support for matrix types
Daniel Gavin
2022-10-27
1
-3
/
+25
*
Fix proc type not creating semantic tokens in structs
Daniel Gavin
2022-10-25
1
-32
/
+48
*
Improve smenatic token for distinct typing
Daniel Gavin
2022-10-25
1
-0
/
+15
[next]