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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-15
/
+23
*
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
4
-1
/
+5
*
Add support for matrix types
Daniel Gavin
2022-10-27
10
-129
/
+400
*
typo
Daniel Gavin
2022-10-27
1
-1
/
+1
*
show pointer information in signature
Daniel Gavin
2022-10-27
2
-6
/
+32
*
Handle typeid as a type
Daniel Gavin
2022-10-27
4
-4
/
+35
*
fallback on returning the original text
Daniel Gavin
2022-10-27
1
-1
/
+1
*
Add more logging on get_case_sensitive_path
Daniel Gavin
2022-10-27
1
-10
/
+3
*
Fix proc type not creating semantic tokens in structs
Daniel Gavin
2022-10-25
1
-32
/
+48
*
Forgot test attribute
Daniel Gavin
2022-10-25
1
-0
/
+1
*
Fix issue with union having a type from a different package.
Daniel Gavin
2022-10-25
3
-9
/
+45
*
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 r...
Daniel Gavin
2022-10-25
1
-9
/
+9
*
Improve smenatic token for distinct typing
Daniel Gavin
2022-10-25
8
-59
/
+83
*
adding new tests for odinfmt
Daniel Gavin
2022-10-24
2
-0
/
+44
*
imporve the recursion check
Daniel Gavin
2022-10-24
6
-29
/
+35
*
improve odinfmt on if statements
Daniel Gavin
2022-10-24
2
-54
/
+72
*
Try to use recursion map on pointers to prevent stackoverflow crashes
Daniel Gavin
2022-10-23
9
-133
/
+171
*
Remove the virtual code that is no longer used.
Daniel Gavin
2022-10-18
2
-12
/
+1
*
Make CI work again
Daniel Gavin
2022-10-14
2
-6
/
+6
*
Odinfmt: Fix selector expression and incorrect use of attributes
Daniel Gavin
2022-10-14
1
-6
/
+9
*
Merge pull request #156 from rasa-silva/more_snippets
DanielGavin
2022-10-09
1
-0
/
+26
|
\
|
*
Add some more snippets
Ricardo Silva
2022-10-07
1
-0
/
+26
|
/
*
Update main.js
DanielGavin
2022-10-03
1
-0
/
+6
*
Update main.js
DanielGavin
2022-10-03
1
-1
/
+1
*
Update package.json
DanielGavin
2022-10-03
1
-2
/
+2
*
Fix signature print issue, and switch stmt in a switch type stmt.
Daniel Gavin
2022-10-02
6
-145
/
+196
*
Use the simpler sort for slice
Daniel Gavin
2022-09-21
2
-27
/
+9
*
Merge pull request #152 from flplv/master
DanielGavin
2022-09-19
4
-38
/
+85
|
\
|
*
[vscode] fix file icon
Felipe Lavratti
2022-09-19
3
-35
/
+80
|
*
[vscode] [minor] change the promise handling style of fs.stat
Felipe Lavratti
2022-09-19
1
-3
/
+5
|
/
*
Update vscode extension version to 0.1.4
Daniel Gavin
2022-09-19
1
-1
/
+1
*
Merge pull request #151 from flplv/fix-debug
DanielGavin
2022-09-19
5
-28
/
+4641
|
\
|
*
[vscode] Fix debugging in vscode ide
Felipe Lavratti
2022-09-18
5
-28
/
+4641
|
/
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-09-14
4
-2
/
+24
|
\
|
*
Merge pull request #149 from nico-bb/master
DanielGavin
2022-09-08
4
-2
/
+24
|
|
\
|
|
*
fix for empty disabled_blocks and added test
nico-bb
2022-09-08
4
-2
/
+24
|
|
/
*
/
Fix new odin changes
Daniel Gavin
2022-09-14
2
-4
/
+43
|
/
*
Use the fallback for vendor even if core exists.
Daniel Gavin
2022-09-06
1
-14
/
+14
*
Add specific handling of `if a, b := my_call_expression()` with breaking
Daniel Gavin
2022-09-03
1
-1
/
+23
*
Merge pull request #146 from kevinsjoberg/fix-odinfmt-build
DanielGavin
2022-09-03
2
-2
/
+2
|
\
|
*
Replace -opt with -o flag
Kevin Sjöberg
2022-09-03
1
-1
/
+1
|
*
Provide a file when building odinfmt
Kevin Sjöberg
2022-09-03
1
-1
/
+1
|
*
Fix deprecation warning
Kevin Sjöberg
2022-09-03
1
-1
/
+1
|
/
[next]