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
/
completion.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix completion on call expr that return structs
Daniel Gavin
2022-11-04
1
-5
/
+6
|
*
change notin to not_in
Daniel Gavin
2022-11-02
1
-1
/
+1
|
*
Prevent completion in basic literals
Daniel Gavin
2022-11-02
1
-3
/
+10
|
*
Fix issue with union having a type from a different package.
Daniel Gavin
2022-10-25
1
-1
/
+5
|
*
Fix enum completion error
Daniel Gavin
2022-10-25
1
-1
/
+1
|
*
Improve smenatic token for distinct typing
Daniel Gavin
2022-10-25
1
-13
/
+11
|
*
Try to use recursion map on pointers to prevent stackoverflow crashes
Daniel Gavin
2022-10-23
1
-14
/
+15
|
*
Fix signature print issue, and switch stmt in a switch type stmt.
Daniel Gavin
2022-10-02
1
-79
/
+80
|
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-276
/
+607
|
*
Fix snippet support check to handle helix editor
Daniel Gavin
2022-07-30
1
-3
/
+3
|
*
Fix odin core changes
Daniel Gavin
2022-07-14
1
-1
/
+1
|
*
Fix memory leak
Daniel Gavin
2022-07-10
1
-5
/
+1
|
*
more fixes
Daniel Gavin
2022-07-09
1
-22
/
+11
|
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-35
/
+32
|
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-1
/
+1
|
*
Fix union error with pointers
Daniel Gavin
2022-06-12
1
-2
/
+2
|
*
Fix bugs with range loop in switch statement not completing.
Daniel Gavin
2022-06-12
1
-3
/
+0
|
*
Fix hover bug
Daniel Gavin
2022-06-11
1
-3
/
+3
|
*
More reference work
Daniel Gavin
2022-06-11
1
-15
/
+6
|
*
Add last package cache for memory_index.
Daniel Gavin
2022-04-28
1
-1
/
+1
|
*
remove the lower case for windows.
Daniel Gavin
2022-04-28
1
-5
/
+1
|
*
Add more completion infering support for enums and bitsets.
Daniel Gavin
2022-04-16
1
-3
/
+33
|
*
Fix lowercase issue with packages.
Daniel Gavin
2022-04-11
1
-1
/
+7
|
*
Fix windows issue with package lower and uppercase
Daniel Gavin
2022-04-11
1
-5
/
+2
|
*
Merge packages
Daniel Gavin
2022-04-09
1
-49
/
+40
|
*
Add basic completion for #shared_nil
Tetralux
2022-04-02
1
-1
/
+2
|
*
Prepare for rename
Daniel Gavin
2022-03-19
1
-0
/
+68
|
*
Fix union completion with pointers.
Daniel Gavin
2022-03-14
1
-13
/
+10
|
*
Fix comp_lit error and start work on magic completion
Daniel Gavin
2022-03-14
1
-17
/
+40
|
*
Fixes
Daniel Gavin
2022-03-13
1
-2
/
+78
|
*
Fix dynamic indexer with attributes
Daniel Gavin
2022-03-06
1
-2
/
+2
|
*
Add support for builtin symbols.
Daniel Gavin
2022-03-04
1
-0
/
+1
|
*
Fix bug related to the union ast change.
Daniel Gavin
2022-03-04
1
-0
/
+2
|
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-324
/
+328
|
*
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-02-15
1
-1
/
+0
|
\
|
*
Remove plain text type.
Daniel Gavin
2022-02-14
1
-1
/
+0
|
|
*
|
Remove the failed idea of making request tasks
Daniel Gavin
2022-01-19
1
-1
/
+1
|
|
*
|
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-01-17
1
-1
/
+1
|
\
|
|
*
FIx new slashpath change
Daniel Gavin
2022-01-17
1
-1
/
+1
|
|
*
|
work on resolve entire file.
Daniel Gavin
2022-01-16
1
-1
/
+1
|
|
*
|
refractor + more tests
Daniel Gavin
2022-01-15
1
-25
/
+27
|
|
*
|
Fix issues with no completion on identifier in comp literal.
Daniel Gavin
2022-01-12
1
-1
/
+0
|
|
*
|
simplified how variables are decided
Daniel Gavin
2022-01-11
1
-32
/
+10
|
|
*
|
more refractoring by trying to store the variable information on the symbol.
Daniel Gavin
2022-01-05
1
-53
/
+8
|
|
*
|
refractor
Daniel Gavin
2021-12-31
1
-37
/
+95
|
/
*
Improve distinct type info
Daniel Gavin
2021-12-31
1
-11
/
+12
|
*
Fix union poly types
Daniel Gavin
2021-12-30
1
-16
/
+9
|
*
refractor with bitsets, and fix inlined struct/union/enum
Daniel Gavin
2021-12-30
1
-4
/
+3
|
*
Add more comp_lit support for indexed. More tests.
Daniel Gavin
2021-12-29
1
-23
/
+50
|
*
add or_else and or_return keywords.
Daniel Gavin
2021-12-25
1
-5
/
+41
|
[next]