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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remember to visit foreign decl in semantic tokens
Daniel Gavin
2022-11-05
1
-0
/
+2
|
*
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
2
-3
/
+12
|
*
Fix issue with binary expression having call expressions
use-recursion-map
Daniel Gavin
2022-11-01
1
-0
/
+25
|
*
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
|
*
Fix issues with vector/matrix multiplication with scalars
Daniel Gavin
2022-10-28
1
-0
/
+20
|
*
Add new config to disable the `core:odin/parser` errors
Daniel Gavin
2022-10-27
3
-1
/
+4
|
*
Add support for matrix types
Daniel Gavin
2022-10-27
4
-9
/
+210
|
*
show pointer information in signature
Daniel Gavin
2022-10-27
1
-4
/
+17
|
*
Handle typeid as a type
Daniel Gavin
2022-10-27
2
-3
/
+15
|
*
Fix proc type not creating semantic tokens in structs
Daniel Gavin
2022-10-25
1
-32
/
+48
|
*
Fix issue with union having a type from a different package.
Daniel Gavin
2022-10-25
1
-1
/
+5
|
*
Undo changes
Daniel Gavin
2022-10-25
1
-1
/
+1
|
*
Undo variable/constant change
Daniel Gavin
2022-10-25
1
-5
/
+13
|
*
remove printf
Daniel Gavin
2022-10-25
1
-2
/
+0
|
*
Fix enum completion error
Daniel Gavin
2022-10-25
2
-3
/
+3
|
*
Don't use the internal resolves in function overload(it gave false positive ↵
Daniel Gavin
2022-10-25
1
-9
/
+9
|
|
|
|
recursion)
*
Improve smenatic token for distinct typing
Daniel Gavin
2022-10-25
5
-35
/
+39
|
*
imporve the recursion check
Daniel Gavin
2022-10-24
6
-29
/
+35
|
*
Try to use recursion map on pointers to prevent stackoverflow crashes
Daniel Gavin
2022-10-23
4
-115
/
+164
|
*
Add some more snippets
Ricardo Silva
2022-10-07
1
-0
/
+26
|
*
Fix signature print issue, and switch stmt in a switch type stmt.
Daniel Gavin
2022-10-02
2
-138
/
+138
|
*
Use the fallback for vendor even if core exists.
Daniel Gavin
2022-09-06
1
-14
/
+14
|
*
Forgot some files
Daniel Gavin
2022-08-30
5
-3
/
+29
|
*
Fix issues with locals using calls expressions.
Daniel Gavin
2022-08-30
1
-55
/
+91
|
*
fix when package is empty
Daniel Gavin
2022-08-30
1
-0
/
+3
|
*
Remove printf debug
Daniel Gavin
2022-08-30
1
-1
/
+0
|
*
Add intrinsics builtin to ols
Daniel Gavin
2022-08-30
2
-1
/
+11
|
*
Make sure to skip files that are not part of your OS.
Daniel Gavin
2022-08-29
1
-0
/
+21
|
*
Fix issues with not collection non-mutable symbols with procedures in ↵
Daniel Gavin
2022-08-28
1
-1
/
+29
|
|
|
|
procedures.
*
Fix hover bug with default values.
Daniel Gavin
2022-08-26
3
-15
/
+64
|
*
Add support for renaming and references on identifiers and functions. Fixed ↵
Daniel Gavin
2022-08-26
7
-41
/
+152
|
|
|
|
bug that caused crashes randomly.
*
Fix incorrect use of `path` instead of `filepath` pkg
Daniel Gavin
2022-08-23
1
-1
/
+1
|
*
Fix using with value decl.
Daniel Gavin
2022-08-21
1
-88
/
+171
|
*
Fix `->` gotos and some odinfmt fixes
Daniel Gavin
2022-08-20
2
-34
/
+17
|
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
31
-1670
/
+4430
|
*
Change resolve structure to fix debug crash in Odin
Daniel Gavin
2022-08-18
3
-17
/
+22
|
*
Fixed comp literal inference with indexed version
Daniel Gavin
2022-08-18
1
-3
/
+2
|
*
enable hover on default, if not specified in config
Daniel Gavin
2022-08-17
3
-13
/
+20
|
*
Fix rare crash with semantic token
Daniel Gavin
2022-08-17
2
-6
/
+10
|
*
Fix odin changes
Daniel Gavin
2022-08-15
1
-3
/
+3
|
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-08-15
3
-3
/
+11
|
\
|
*
Merge pull request #131 from IanLilleyT/log_level
DanielGavin
2022-08-13
2
-2
/
+10
|
|
\
|
|
|
|
|
|
translate logger level to diagnostic level
|
|
*
translate logger level to diagnostic level
Ian Lilley
2022-08-12
2
-2
/
+10
|
|
|
|
*
|
fixed memory corruption with checker_args
Ian Lilley
2022-08-12
1
-1
/
+1
|
|
/
*
/
Fix hover and go to issue where selector base was the same name as field.
Daniel Gavin
2022-08-15
3
-21
/
+23
|
/
*
support new odin changes.
Daniel Gavin
2022-08-08
2
-4
/
+4
|
*
add support to `odinfmt.json` config for formatter.
Daniel Gavin
2022-08-08
3
-22
/
+7
|
[next]