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
...
*
|
|
Merge pull request #900 from BradLewis/feat/soa
Bradley Lewis
2025-08-17
10
-32
/
+467
|
\
\
\
|
*
|
|
Filter array magic methods from soa pointers
Brad Lewis
2025-08-17
1
-0
/
+6
|
*
|
|
Add support for soa pointers
Brad Lewis
2025-08-17
9
-60
/
+184
|
*
|
|
Correctly handle fixed array #soa
Brad Lewis
2025-08-17
5
-19
/
+95
|
*
|
|
Handle references and go to definition for soa fields
Brad Lewis
2025-08-17
4
-1
/
+56
|
*
|
|
Fix completions for soa fields
Brad Lewis
2025-08-17
3
-57
/
+59
|
*
|
|
Add hover information for soa fields and variables
Brad Lewis
2025-08-17
3
-3
/
+78
|
*
|
|
Add field completions for soa arrays
Brad Lewis
2025-08-17
2
-64
/
+115
|
*
|
|
Add #soa to hover information
Brad Lewis
2025-08-17
3
-3
/
+49
|
/
/
/
*
|
|
Merge pull request #899 from BradLewis/feat/struct-tags
Bradley Lewis
2025-08-17
5
-35
/
+193
|
\
\
\
|
*
|
|
Add struct tags to hover information
Brad Lewis
2025-08-17
5
-35
/
+193
|
/
/
/
*
|
|
Merge pull request #896 from BradLewis/fix/distinct-improvements
Bradley Lewis
2025-08-17
3
-14
/
+33
|
\
\
\
|
*
|
|
Add distinct to hover info for distinct struct, enums, unions and bitfields
Brad Lewis
2025-08-17
1
-0
/
+12
|
*
|
|
Improvements with hover info and distinct symbols
Brad Lewis
2025-08-17
3
-14
/
+21
|
/
/
/
*
|
|
Merge pull request #894 from BradLewis/fix/completion-labels-zed
Bradley Lewis
2025-08-17
3
-8
/
+46
|
\
\
\
|
*
|
|
Provide documentation for generic symbols
Brad Lewis
2025-08-17
2
-8
/
+37
|
*
|
|
Fix symbol information for keyword completions
Brad Lewis
2025-08-17
1
-0
/
+3
|
*
|
|
Add completion label to detail when using labelDetails
Brad Lewis
2025-08-17
1
-0
/
+6
|
/
/
/
*
|
|
Merge pull request #893 from BradLewis/fix/process-comments-after-odinfmt-enable
Bradley Lewis
2025-08-17
3
-5
/
+30
|
\
\
\
|
*
|
|
Process the rest of the comment group when encountering an odinfmt enable
Brad Lewis
2025-08-17
3
-5
/
+30
|
/
/
/
*
|
|
Merge pull request #892 from BradLewis/fix/add-proc-info-struct-fields
Bradley Lewis
2025-08-17
3
-178
/
+191
|
\
\
\
|
*
|
|
Pass string builder down when constructing nested hover docs
Brad Lewis
2025-08-17
1
-166
/
+160
|
*
|
|
Show proc calling convention and tags in proc types defined in struct fields
Brad Lewis
2025-08-17
3
-12
/
+31
|
/
/
/
*
|
|
Merge pull request #891 from BradLewis/fix/add-missing-build-string-node-for-...
Bradley Lewis
2025-08-17
2
-0
/
+25
|
\
\
\
|
*
|
|
Add `Matrix_Type` to build string node
Brad Lewis
2025-08-17
2
-0
/
+25
|
/
/
/
*
|
|
Merge pull request #886 from BradLewis/feat/add-doc-links-vendor-base
Bradley Lewis
2025-08-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Add document links for base and vendor libraries
Brad Lewis
2025-08-16
1
-1
/
+1
*
|
|
|
Merge pull request #887 from BradLewis/fix/check-if-ols-config-exists
DanielGavin
2025-08-16
2
-5
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Check to see that the user `ols.json` exists before copying it
Brad Lewis
2025-08-16
2
-5
/
+8
|
/
/
/
*
|
|
Merge pull request #872 from BradLewis/fix/vscode-extension-odin-command
DanielGavin
2025-08-16
4
-22
/
+8
|
\
\
\
|
*
|
|
Fix issue with vscode extension incorrectly concatenating paths when using `o...
Brad Lewis
2025-08-13
4
-22
/
+8
*
|
|
|
Merge pull request #875 from BradLewis/feat/add-option-odin-root
DanielGavin
2025-08-16
6
-38
/
+65
|
\
\
\
\
|
*
|
|
|
Update ols schema
Brad Lewis
2025-08-13
1
-0
/
+4
|
*
|
|
|
Remove `ODIN_ROOT` description from readme as it's not accurate anymore
Brad Lewis
2025-08-13
1
-2
/
+0
|
*
|
|
|
Expand `$HOME` when resolving home directory
Brad Lewis
2025-08-13
1
-9
/
+16
|
*
|
|
|
Add `odin_root_override` to ols config to allow a user to override the `ODIN_...
Brad Lewis
2025-08-13
4
-27
/
+45
*
|
|
|
|
Merge pull request #877 from BradLewis/feat/formatting-empty-struct-literals
DanielGavin
2025-08-16
1
-2
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Remove space when formatting empty struct literals used as values
Brad Lewis
2025-08-13
1
-2
/
+5
*
|
|
|
|
|
Merge pull request #882 from BradLewis/fix/copy-user-olsjson-on-update
DanielGavin
2025-08-16
1
-0
/
+3
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Copy the users ols.json to the new folder when updating the binary with vscode
Brad Lewis
2025-08-15
1
-0
/
+3
*
|
|
|
|
|
Merge pull request #881 from BradLewis/fix/allman-braces-when-stmt
Bradley Lewis
2025-08-15
3
-0
/
+20
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix issue formatting when statements with allman style braces
Brad Lewis
2025-08-15
3
-0
/
+20
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #880 from BradLewis/fix/show-type-info-vscode-completions
Bradley Lewis
2025-08-14
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Correctly show type information with vscode completions
Brad Lewis
2025-08-14
1
-0
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #878 from BradLewis/feat/hover-with-empty-structs
Bradley Lewis
2025-08-14
2
-51
/
+92
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Correctly render hover information for maps with empty struct values
Brad Lewis
2025-08-13
2
-51
/
+92
|
/
/
/
/
*
|
|
|
Merge pull request #876 from thetarnav/fix-crash-on-nil-arg-type
Bradley Lewis
2025-08-13
1
-2
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix crash on accessing nil arg type pointer
Damian Tarnawski
2025-08-13
1
-2
/
+4
|
/
/
/
*
|
|
Merge pull request #874 from BradLewis/fix/check-fixed-array-len-proc-overloads
Bradley Lewis
2025-08-13
2
-3
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Check if fixed arrays are the same length for proc overloads
Brad Lewis
2025-08-13
2
-3
/
+37
|
/
/
[prev]
[next]