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
/
analysis.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix signature print issue, and switch stmt in a switch type stmt.
Daniel Gavin
2022-10-02
1
-59
/
+58
*
Fix issues with locals using calls expressions.
Daniel Gavin
2022-08-30
1
-55
/
+91
*
Fix issues with not collection non-mutable symbols with procedures in procedu...
Daniel Gavin
2022-08-28
1
-1
/
+29
*
Fix hover bug with default values.
Daniel Gavin
2022-08-26
1
-13
/
+53
*
Add support for renaming and references on identifiers and functions. Fixed b...
Daniel Gavin
2022-08-26
1
-4
/
+3
*
Fix using with value decl.
Daniel Gavin
2022-08-21
1
-88
/
+171
*
Fix `->` gotos and some odinfmt fixes
Daniel Gavin
2022-08-20
1
-7
/
+16
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-464
/
+1401
*
Fixed comp literal inference with indexed version
Daniel Gavin
2022-08-18
1
-3
/
+2
*
Fix rare crash with semantic token
Daniel Gavin
2022-08-17
1
-4
/
+4
*
Fix hover and go to issue where selector base was the same name as field.
Daniel Gavin
2022-08-15
1
-14
/
+17
*
Remove `#maybe`
Daniel Gavin
2022-08-02
1
-1
/
+0
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-07-30
1
-0
/
+2
|
\
|
*
Fixed resolving polymorphic procedure signature
nico-bb
2022-07-28
1
-0
/
+2
*
|
working on supporting references
Daniel Gavin
2022-07-30
1
-64
/
+151
|
/
*
More reference work
index-caching
Daniel Gavin
2022-07-11
1
-57
/
+96
*
more fixes
Daniel Gavin
2022-07-09
1
-0
/
+2
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-2
/
+4
*
Merge branch 'master' into index-caching
Daniel Gavin
2022-07-09
1
-1
/
+11
|
\
|
*
odinfmt: fix proc tags being printed
Daniel Gavin
2022-06-28
1
-1
/
+11
*
|
move document struct back to server
Daniel Gavin
2022-06-19
1
-8
/
+12
|
/
*
Fix issue with parameter and type being the same causing stack overflow
Daniel Gavin
2022-06-14
1
-0
/
+10
*
Fix stackoverflow error with unresolved generic expression.
Daniel Gavin
2022-06-13
1
-3
/
+9
*
Add custom hover map
Daniel Gavin
2022-06-12
1
-0
/
+4
*
Fix bugs with range loop in switch statement not completing.
Daniel Gavin
2022-06-12
1
-4
/
+4
*
Fix hover bug
Daniel Gavin
2022-06-11
1
-6
/
+0
*
More reference work
Daniel Gavin
2022-06-11
1
-62
/
+93
*
Add last package cache for memory_index.
Daniel Gavin
2022-04-28
1
-7
/
+2
*
remove the lower case for windows.
Daniel Gavin
2022-04-28
1
-16
/
+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
-5
/
+56
*
Fix windows issue with package lower and uppercase
Daniel Gavin
2022-04-11
1
-18
/
+5
*
Merge packages
Daniel Gavin
2022-04-09
1
-0
/
+3397
*
moving the analysis code to it's own analysis package to prepare for referenc...
Daniel Gavin
2021-07-30
1
-3070
/
+0
*
improve signatures on completion
Daniel Gavin
2021-07-10
1
-13
/
+62
*
swizzle completion and resolving
Daniel Gavin
2021-06-15
1
-34
/
+39
*
support named arguments in overloading
Daniel Gavin
2021-06-11
1
-1
/
+33
*
fix read on large files
DanielGavin
2021-05-11
1
-2
/
+5
*
add all functions in proc group if call len(args) == 0
Daniel Gavin
2021-05-09
1
-1
/
+1
*
make now works again
Daniel Gavin
2021-05-09
1
-17
/
+57
*
more work on generics and overloading
Daniel Gavin
2021-05-08
1
-10
/
+20
*
make sure complex calls is handled correctly with comma positions
Daniel Gavin
2021-05-07
1
-2
/
+18
*
lazily create signatures for functions
Daniel Gavin
2021-05-06
1
-3
/
+1
*
signatures and returns are not lazily created when needed
Daniel Gavin
2021-05-06
1
-4
/
+4
*
started lazy creating signatures for procedures
Daniel Gavin
2021-05-06
1
-8
/
+2
*
begun argument underlining
Daniel Gavin
2021-05-05
1
-0
/
+28
*
refractored global expressions
Daniel Gavin
2021-05-02
1
-17
/
+16
*
more tests + added default values in proc resolving
Daniel Gavin
2021-05-01
1
-17
/
+11
*
new test + fixed for range bug
Daniel Gavin
2021-04-29
1
-22
/
+20
*
more refractor + tests
Daniel Gavin
2021-04-29
1
-70
/
+19
[next]