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
*
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
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-118
/
+674
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-1
/
+1
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-1
/
+1
*
Fix ternary expression semantic tokens
Daniel Gavin
2022-06-14
1
-0
/
+14
*
Fix bugs with range loop in switch statement not completing.
Daniel Gavin
2022-06-12
1
-1
/
+1
*
Fix hover bug
Daniel Gavin
2022-06-11
1
-2
/
+2
*
Fix or_return not resolving the value
Daniel Gavin
2022-04-15
1
-0
/
+7
*
Add proper multi_pointer support and fix range half range op
Daniel Gavin
2022-04-15
1
-0
/
+3
*
Merge packages
Daniel Gavin
2022-04-09
1
-33
/
+28
*
Prepare for rename
Daniel Gavin
2022-03-19
1
-8
/
+8
*
Fix comp_lit error and start work on magic completion
Daniel Gavin
2022-03-14
1
-1
/
+1
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-234
/
+234
*
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-02-15
1
-1
/
+1
|
\
|
*
Update semantic_tokens.odin
DanielGavin
2022-02-07
1
-1
/
+1
*
|
Fix semantic token call expression always being treated as function. Fix floa...
Daniel Gavin
2022-02-05
1
-5
/
+1
*
|
Move the std in reading to be async with it's own seperate thread.
Daniel Gavin
2022-01-22
1
-12
/
+15
*
|
Remove the failed idea of making request tasks
Daniel Gavin
2022-01-19
1
-31
/
+67
*
|
work on the new semantic tokens.
Daniel Gavin
2022-01-17
1
-10
/
+364
*
|
more refractoring by trying to store the variable information on the symbol.
Daniel Gavin
2022-01-05
1
-481
/
+9
|
/
*
Add snippets and auto add parenthesis on completion
Daniel Gavin
2021-12-12
1
-6
/
+0
*
Fix enum semantic token not hightlighting correctly
Daniel Gavin
2021-09-08
1
-0
/
+6
*
moving the analysis code to it's own analysis package to prepare for referenc...
Daniel Gavin
2021-07-30
1
-13
/
+23
*
handle the parser changes in core + linux still not working
DanielGavin
2021-05-17
1
-7
/
+7
*
work on completion tests + new symbols
Daniel Gavin
2021-04-27
1
-2
/
+2
*
semantic work
Daniel Gavin
2021-04-23
1
-6
/
+10
*
move log to warn
Daniel Gavin
2021-04-22
1
-1
/
+1
*
a bit work on semenatic tokens
Daniel Gavin
2021-04-22
1
-1
/
+16
*
remove duplicates when fuzzy searching the same package
DanielGavin
2021-04-02
1
-1
/
+1
*
change range stmt to sypport the latest odin version
DanielGavin
2021-03-24
1
-9
/
+3
*
ran odinfmt
DanielGavin
2021-03-18
1
-25
/
+25
*
semantic token for ellipsis
DanielGavin
2021-03-17
1
-0
/
+3
*
semanitc token now works for map keyword
DanielGavin
2021-03-17
1
-1
/
+1
*
semantic token fix on package selector, more union completion
DanielGavin
2021-03-17
1
-3
/
+4
*
fixed some variable not sending their semantic tokens in if_stmt
DanielGavin
2021-03-16
1
-5
/
+10
[next]