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 issues with not being able to use the local variables when overloading.
Daniel Gavin
2021-11-12
2
-23
/
+74
*
Add Any_Int attribute support - make function now infers correctly again.
Daniel Gavin
2021-11-10
2
-11
/
+75
*
Remove println from previous debugging session
Daniel Gavin
2021-11-08
1
-4
/
+0
*
Fix generic error where '0' was inferred as boolean rather than integer.
Daniel Gavin
2021-11-08
2
-6
/
+12
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2021-11-08
1
-3
/
+0
|
\
|
*
Update nightly.yml
DanielGavin
2021-11-08
1
-3
/
+0
*
|
remove unused test.
Daniel Gavin
2021-11-08
1
-1
/
+2
|
/
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2021-11-08
1
-3
/
+1
|
\
|
*
Update README.md
DanielGavin
2021-11-07
1
-2
/
+1
|
*
Merge pull request #50 from DanielGavin/new-odin-version
DanielGavin
2021-11-07
5
-11
/
+93
|
|
\
|
*
|
Update README.md
DanielGavin
2021-10-30
1
-2
/
+1
*
|
|
Fix completion error in make generics, and also fixed completion in switch stmt.
Daniel Gavin
2021-11-08
2
-21
/
+21
|
|
/
|
/
|
*
|
Add new matrix type
Daniel Gavin
2021-11-07
4
-5
/
+87
*
|
Merge branch 'master' into new-odin-version
Daniel Gavin
2021-10-21
3
-4
/
+15
|
\
|
|
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2021-10-14
2
-3
/
+10
|
|
\
|
|
*
Update nightly.yml
DanielGavin
2021-10-04
1
-3
/
+3
|
|
*
Update README.md
DanielGavin
2021-10-04
1
-0
/
+1
|
|
*
try to make nightly using old odin version
DanielGavin
2021-10-04
1
-3
/
+9
|
*
|
Fix bug where context.* was not resolved correctly.
Daniel Gavin
2021-10-14
1
-1
/
+5
|
|
/
*
/
Fix new the odin json version.
Daniel Gavin
2021-10-02
2
-6
/
+6
|
/
*
Uncomment code after issue 1129 was fixed.
Daniel Gavin
2021-10-02
1
-6
/
+0
*
Add support for b32, b64 keywords
Daniel Gavin
2021-09-28
2
-1
/
+3
*
Add Multi_Pointer_Type support.
Daniel Gavin
2021-09-28
2
-0
/
+6
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2021-09-28
2
-3
/
+9
|
\
|
*
update readme with temporary solution to building ols.
DanielGavin
2021-09-27
1
-1
/
+1
|
*
Update README.md
DanielGavin
2021-09-21
1
-1
/
+1
|
*
Update main.js
DanielGavin
2021-09-21
1
-0
/
+2
|
*
Update main.js
DanielGavin
2021-09-21
1
-2
/
+6
*
|
Fix incorrect handling of functions in when clauses using ODIN_OS
Daniel Gavin
2021-09-28
2
-4
/
+113
|
/
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2021-09-21
1
-1
/
+3
|
\
|
*
Update ci.yml
DanielGavin
2021-09-21
1
-1
/
+3
*
|
batch update
Daniel Gavin
2021-09-21
1
-2
/
+2
|
/
*
barch still not working for some strange reason.
Daniel Gavin
2021-09-21
2
-4
/
+6
*
change bat again to fix strange windows batch behavior
Daniel Gavin
2021-09-21
1
-9
/
+5
*
Change configs for ci build
Daniel Gavin
2021-09-21
1
-0
/
+2
*
check only the builtin on the source package
Daniel Gavin
2021-09-10
2
-8
/
+9
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2021-09-08
1
-0
/
+27
|
\
|
*
add the builtin for tests
DanielGavin
2021-09-07
1
-0
/
+27
*
|
Fix enum semantic token not hightlighting correctly
Daniel Gavin
2021-09-08
2
-1
/
+12
|
/
*
Add arena in static indexing, and add tests to check the builtin indexed files.
Daniel Gavin
2021-09-07
4
-24
/
+28
*
Add new tests + uncomment some code until it is fixed in odin
Daniel Gavin
2021-09-06
2
-0
/
+51
*
fix odin changes
Daniel Gavin
2021-08-23
2
-2
/
+2
*
Fix odin changes
Daniel Gavin
2021-08-22
9
-13
/
+43
*
remember to check the usings imported into procedure
Daniel Gavin
2021-08-20
1
-1
/
+13
*
Forgot to set the optional comma flag...
Daniel Gavin
2021-08-20
1
-0
/
+1
*
Fixed bug for not showing errors.
Daniel Gavin
2021-08-20
2
-3
/
+84
*
only run test in ci
Daniel Gavin
2021-08-19
1
-10
/
+3
*
typo...
Daniel Gavin
2021-08-19
1
-1
/
+1
*
update main.odin
Daniel Gavin
2021-08-19
1
-16
/
+13
*
typo
Daniel Gavin
2021-08-19
1
-4
/
+4
[prev]
[next]