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
*
use internal resolve in resolve_function_overload to prevent recursion.
objc-branch
DanielGavin
2023-02-25
1
-2
/
+4
*
Fixed error where `->` with call expression couldn't be resolved
DanielGavin
2023-01-24
1
-1
/
+19
*
More accurately auto complete ObjC procedures
Lucas Perlind
2023-01-24
1
-0
/
+6
*
early support of goto for objc
DanielGavin
2023-01-23
1
-3
/
+4
*
start working on supporting objc code
DanielGavin
2023-01-23
1
-7
/
+40
*
Fix bug where with `for in` in `for in`
DanielGavin
2023-01-21
1
-2
/
+20
*
Refractor code for locals
DanielGavin
2023-01-16
1
-107
/
+148
*
Temporary workaround bug in odin core
DanielGavin
2022-11-27
1
-1
/
+12
*
Fix issue with indexing not resolving correctly
Daniel Gavin
2022-11-23
1
-0
/
+3
*
Prevent completion in basic literals
Daniel Gavin
2022-11-02
1
-0
/
+2
*
Fix issue with binary expression having call expressions
use-recursion-map
Daniel Gavin
2022-11-01
1
-0
/
+25
*
Fix issues with vector/matrix multiplication with scalars
Daniel Gavin
2022-10-28
1
-0
/
+20
*
Add support for matrix types
Daniel Gavin
2022-10-27
1
-6
/
+139
*
show pointer information in signature
Daniel Gavin
2022-10-27
1
-4
/
+17
*
Handle typeid as a type
Daniel Gavin
2022-10-27
1
-3
/
+6
*
remove printf
Daniel Gavin
2022-10-25
1
-2
/
+0
*
Don't use the internal resolves in function overload(it gave false positive r...
Daniel Gavin
2022-10-25
1
-9
/
+9
*
Improve smenatic token for distinct typing
Daniel Gavin
2022-10-25
1
-6
/
+6
*
imporve the recursion check
Daniel Gavin
2022-10-24
1
-13
/
+15
*
Try to use recursion map on pointers to prevent stackoverflow crashes
Daniel Gavin
2022-10-23
1
-83
/
+131
*
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
[next]