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
/
analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comp_lit error and start work on magic completion
Daniel Gavin
2022-03-14
1
-6
/
+19
*
Fixes
Daniel Gavin
2022-03-13
1
-9
/
+12
*
give more memory to allocator
Daniel Gavin
2022-03-04
1
-2
/
+2
*
Add support for builtin symbols.
Daniel Gavin
2022-03-04
1
-0
/
+3
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-1421
/
+1415
*
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-02-15
1
-0
/
+2
|
\
|
*
Temporary fix
Daniel Gavin
2022-02-14
1
-0
/
+2
*
|
Fix semantic token call expression always being treated as function. Fix floa...
Daniel Gavin
2022-02-05
1
-0
/
+2
*
|
document links work
Daniel Gavin
2022-01-27
1
-3
/
+4
*
|
Move the std in reading to be async with it's own seperate thread.
Daniel Gavin
2022-01-22
1
-33
/
+30
*
|
Remove the failed idea of making request tasks
Daniel Gavin
2022-01-19
1
-142
/
+76
*
|
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-01-17
1
-1
/
+1
|
\
|
|
*
FIx new slashpath change
Daniel Gavin
2022-01-17
1
-1
/
+1
*
|
work on the new semantic tokens.
Daniel Gavin
2022-01-17
1
-37
/
+46
*
|
work on resolve entire file.
Daniel Gavin
2022-01-16
1
-13
/
+34
*
|
refractor + more tests
Daniel Gavin
2022-01-15
1
-28
/
+73
*
|
Fix issues with no completion on identifier in comp literal.
Daniel Gavin
2022-01-12
1
-17
/
+23
*
|
refractor
Daniel Gavin
2022-01-12
1
-4
/
+4
*
|
simplified how variables are decided
Daniel Gavin
2022-01-11
1
-53
/
+54
*
|
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-01-09
1
-6
/
+13
|
\
|
|
*
Fix function overloading with function returns.
Daniel Gavin
2022-01-09
1
-6
/
+13
*
|
more refractoring by trying to store the variable information on the symbol.
Daniel Gavin
2022-01-05
1
-44
/
+98
*
|
refractor
Daniel Gavin
2021-12-31
1
-21
/
+31
*
|
Merge branch 'master' into refractor-analysis
Daniel Gavin
2021-12-31
1
-63
/
+240
|
\
|
|
*
Improve distinct type info
Daniel Gavin
2021-12-31
1
-0
/
+4
|
*
Fix union poly types
Daniel Gavin
2021-12-30
1
-28
/
+123
|
*
refractor with bitsets, and fix inlined struct/union/enum
Daniel Gavin
2021-12-30
1
-11
/
+52
|
*
Add more comp_lit support for indexed. More tests.
Daniel Gavin
2021-12-29
1
-11
/
+35
|
*
Don't get locals where len(result)==0
Daniel Gavin
2021-12-26
1
-0
/
+4
|
*
resolve value decls with mutiple names list correctly
Daniel Gavin
2021-12-26
1
-10
/
+10
|
*
Fix naked blocks being part of locals outside of the scope.
Daniel Gavin
2021-12-25
1
-3
/
+12
*
|
add temp work
Daniel Gavin
2021-12-25
1
-1
/
+28
|
/
*
Remember to set the symbol doc on global value decls.
Daniel Gavin
2021-12-19
1
-5
/
+3
*
Don't try to resolve index symbols that already have been resolved.
Daniel Gavin
2021-12-14
1
-0
/
+4
*
Improved type completion + add constants type, add deprecrated tag.
Daniel Gavin
2021-12-13
1
-7
/
+23
*
Support #caller location directive
Daniel Gavin
2021-12-11
1
-0
/
+14
*
More tests
Daniel Gavin
2021-12-07
1
-1
/
+10
*
Incorrect behavior where globals were not added as variables.
Daniel Gavin
2021-12-05
1
-0
/
+2
*
odinfmt fixes, plus fix signatures with shared type not showing sigature corr...
Daniel Gavin
2021-12-05
1
-1
/
+0
*
Fix out of bounds error when fallback parsing
Daniel Gavin
2021-12-01
1
-0
/
+4
*
Fix issues with not being able to use the local variables when overloading.
Daniel Gavin
2021-11-12
1
-6
/
+10
*
Add Any_Int attribute support - make function now infers correctly again.
Daniel Gavin
2021-11-10
1
-11
/
+19
*
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
1
-6
/
+10
*
Fix completion error in make generics, and also fixed completion in switch stmt.
Daniel Gavin
2021-11-08
1
-10
/
+8
*
Fix bug where context.* was not resolved correctly.
Daniel Gavin
2021-10-14
1
-1
/
+5
*
Add support for b32, b64 keywords
Daniel Gavin
2021-09-28
1
-1
/
+1
*
Add Multi_Pointer_Type support.
Daniel Gavin
2021-09-28
1
-0
/
+4
*
check only the builtin on the source package
Daniel Gavin
2021-09-10
1
-1
/
+9
*
Fix odin changes
Daniel Gavin
2021-08-22
1
-2
/
+24
[next]