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
...
|
*
|
Move proc symbol procs to symbol file
Brad Lewis
2025-07-15
3
-39
/
+39
|
*
|
Resolve hover for procedure parameter names
Brad Lewis
2025-07-15
3
-22
/
+79
|
/
/
*
|
Merge pull request #749 from BradLewis/fix/proc-implicit-selector
DanielGavin
2025-07-15
3
-2
/
+38
|
\
\
|
*
|
Correctly resolve proc param type
Brad Lewis
2025-07-15
3
-2
/
+38
|
/
/
*
|
Merge pull request #747 from BradLewis/improve-resolving-struct-fields
DanielGavin
2025-07-15
5
-2
/
+173
|
\
\
|
*
|
Improve finding which element to rename/find references to in struct field types
Brad Lewis
2025-07-14
5
-2
/
+173
*
|
|
Merge pull request #746 from BradLewis/fix/issue-resolving-enumerated-array-f...
DanielGavin
2025-07-15
1
-31
/
+36
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ensure index is not -1 before accessing it from the types
Brad Lewis
2025-07-14
1
-1
/
+1
|
*
|
Fix issue with field_value not necessarily being an ident with invalid
Brad Lewis
2025-07-14
1
-30
/
+35
|
/
/
*
|
Merge pull request #745 from BradLewis/fix/builtin-path
DanielGavin
2025-07-14
1
-2
/
+2
|
\
\
|
*
|
Fix incorrect builtin path variable
Brad Lewis
2025-07-14
1
-2
/
+2
|
/
/
*
|
Merge pull request #743 from BradLewis/fix/keywords-broke-stuff
DanielGavin
2025-07-13
2
-38
/
+99
|
\
\
|
*
|
Use a separate list of keywords for the documentation to not break analysis e...
Brad Lewis
2025-07-13
2
-38
/
+99
|
/
/
*
|
Merge pull request #740 from BradLewis/fix/comparison-binary-expr
DanielGavin
2025-07-13
2
-0
/
+33
|
\
\
|
*
|
Fix issue resolving comparison binary expr
Brad Lewis
2025-07-13
2
-0
/
+33
*
|
|
Merge pull request #741 from BradLewis/fix/remove-where-clause-intrinsics
DanielGavin
2025-07-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove where clause from intrinsic
Brad Lewis
2025-07-13
1
-1
/
+1
|
/
/
*
|
Merge pull request #739 from FourteenBrush/patch-1
DanielGavin
2025-07-13
1
-0
/
+4
|
\
\
|
*
|
Backport `intrinsics.type_enum_is_contiguous` (https://github.com/odin-lang/O...
FourteenBrush
2025-07-13
1
-0
/
+4
*
|
|
Merge pull request #738 from BradLewis/feat/struct-field-hover-improvements
DanielGavin
2025-07-13
6
-113
/
+420
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add corrections due to odin parser updates
Brad Lewis
2025-07-12
1
-39
/
+48
|
*
|
Update all short signatures to be consistent across types
Brad Lewis
2025-07-12
5
-54
/
+300
|
*
|
Add comments when hovering basic struct fields and no longer show the underly...
Brad Lewis
2025-07-12
4
-23
/
+75
|
/
/
*
|
Merge pull request #736 from BradLewis/fix/overload-completion-strings-from-m...
DanielGavin
2025-07-11
2
-1
/
+72
|
\
\
|
*
|
Fix issue resolving overloaded proc when the string passed in came from a dif...
Brad Lewis
2025-07-10
2
-1
/
+72
|
/
/
*
|
Merge pull request #734 from BradLewis/fix/enum-completion-info
DanielGavin
2025-07-10
2
-0
/
+25
|
\
\
|
*
|
Add enum type to completion detail
Brad Lewis
2025-07-09
2
-0
/
+25
|
/
/
*
|
Merge pull request #731 from bangbangsheshotmedown/patch-1
DanielGavin
2025-07-09
1
-1
/
+1
|
\
\
|
*
|
Support alternate folder names
bangbangsheshotmedown
2025-07-08
1
-1
/
+1
*
|
|
Merge pull request #729 from BradLewis/feat/reference-improvements
DanielGavin
2025-07-09
5
-102
/
+355
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix issue resolving comp literals with no specified type
Brad Lewis
2025-07-07
4
-4
/
+114
|
*
|
Fix issue resolving references for implicit selectors
Brad Lewis
2025-07-07
2
-18
/
+84
|
*
|
Correctly resolve references when returning a struct
Brad Lewis
2025-07-07
2
-92
/
+169
|
/
/
*
|
Merge pull request #728 from BradLewis/feat/reference-improvements
DanielGavin
2025-07-07
10
-74
/
+221
|
\
\
|
*
|
Fix issue resolving struct fields when constructed in a return statement
Brad Lewis
2025-07-07
2
-27
/
+57
|
*
|
Fix issue with structs and enum variants with the same names colliding with r...
Brad Lewis
2025-07-07
4
-11
/
+52
|
*
|
Correctly filter used unions when ptr
Brad Lewis
2025-07-06
2
-4
/
+41
|
*
|
Improvements for references and renaming of struct pointer fields
Brad Lewis
2025-07-06
4
-32
/
+71
|
/
/
*
|
Merge pull request #725 from connnnal/using-by-ptr
DanielGavin
2025-07-07
2
-5
/
+72
|
\
\
|
*
|
Oops
connnnal
2025-07-06
1
-5
/
+0
|
*
|
Nits
connnnal
2025-07-06
2
-1
/
+1
|
*
|
Follow ptr nodes before expanding usings
connnnal
2025-07-06
1
-5
/
+10
|
*
|
Using-by-ptr tests
connnnal
2025-07-06
1
-0
/
+67
*
|
|
Merge branch 'BradLewis-feat/reference-improvements'
DanielGavin
2025-07-07
7
-53
/
+171
|
\
\
\
|
*
|
|
Merge branch 'feat/reference-improvements' of https://github.com/BradLewis/ol...
DanielGavin
2025-07-07
7
-53
/
+171
|
/
|
|
|
|
*
|
|
Correctly resolve struct fields that are immediately accessed from a proc return
Brad Lewis
2025-07-06
4
-34
/
+126
|
*
|
|
Ensure uris are attached to every symbol for improved reference
Brad Lewis
2025-07-06
5
-9
/
+35
|
|
/
/
*
|
|
Merge pull request #724 from BradLewis/feat/enumerated-array
DanielGavin
2025-07-07
10
-54
/
+367
|
\
\
\
|
*
|
|
Remove used switch cases for unions
Brad Lewis
2025-07-05
2
-0
/
+33
|
*
|
|
Correctly handle hover, rename and references for enumerated arrays
Brad Lewis
2025-07-05
6
-16
/
+116
[prev]
[next]