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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Daniel Gavin
2021-07-30
1
-3070
/
+0
|
|
|
|
reference handling in the indexer.
*
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
|
*
support for many symbol values in procedure overload
Daniel Gavin
2021-04-28
1
-11
/
+101
|
*
distinct type overload works
Daniel Gavin
2021-04-28
1
-38
/
+84
|
*
started on untyped proc overloading handling
Daniel Gavin
2021-04-28
1
-8
/
+47
|
*
start working on the procedure overloading
Daniel Gavin
2021-04-28
1
-26
/
+66
|
*
more work on the new symbols
Daniel Gavin
2021-04-28
1
-0
/
+2
|
*
new tests
Daniel Gavin
2021-04-27
1
-0
/
+17
|
*
work on completion tests + new symbols
Daniel Gavin
2021-04-27
1
-120
/
+160
|
*
add tests for signatures
Daniel Gavin
2021-04-26
1
-0
/
+4
|
*
update to the newest odin build
Daniel Gavin
2021-04-23
1
-1
/
+0
|
*
fixed some signature help issues
Daniel Gavin
2021-04-23
1
-8
/
+2
|
*
temporarly relying on the fallback completion, until the odin parser is ↵
Daniel Gavin
2021-04-22
1
-2
/
+3
|
|
|
|
fault tolerant enough
*
remove dead code comment
Daniel Gavin
2021-04-22
1
-13
/
+0
|
*
fixed shadowing variables and infinite loops from assigning the same ↵
Daniel Gavin
2021-04-22
1
-97
/
+101
|
|
|
|
variable in a line
*
remove comments
Daniel Gavin
2021-04-11
1
-6
/
+1
|
*
convert to lf enconding...
Daniel Gavin
2021-04-11
1
-2697
/
+2697
|
[next]