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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Add support for graying out unused imports
DanielGavin
2025-09-22
4
-30
/
+45
|
*
|
|
Add new code action: remove unused imports
DanielGavin
2025-09-22
4
-10
/
+69
*
|
|
|
Merge pull request #1074 from thetarnav/inlay-range-improved
DanielGavin
2025-10-04
4
-14
/
+39
|
\
\
\
\
|
*
|
|
|
Fix typo
Damian Tarnawski
2025-10-01
1
-4
/
+4
|
*
|
|
|
Use document range in get_inlay_hints
Damian Tarnawski
2025-10-01
4
-14
/
+39
|
*
|
|
|
Use the ranged argument from inlay hints to improve performance.
DanielGavin
2025-10-01
1
-1
/
+1
*
|
|
|
|
Merge pull request #1077 from BradLewis/fix/generic-proc-inlining-hover
Bradley Lewis
2025-10-04
3
-2
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
Add proc inlining information for generic procs
Brad Lewis
2025-10-04
3
-2
/
+21
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1076 from BradLewis/fix/call-after-proc-overload
Bradley Lewis
2025-10-04
2
-32
/
+97
|
\
\
\
\
\
|
*
|
|
|
|
Correctly provide completions when calling a proc immediately after a proc ov...
Brad Lewis
2025-10-04
2
-32
/
+97
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1075 from thetarnav/patch-2
DanielGavin
2025-10-02
1
-6
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Delete root package-lock.json
Damian Tarnawski
2025-10-01
1
-6
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #1062 from BradLewis/chore/set-odin-version-ci
Bradley Lewis
2025-09-30
2
-8
/
+12
|
\
\
\
\
|
*
|
|
|
Add a variable to set the odin branch/tag in the ci and nightly builds
Brad Lewis
2025-09-26
2
-8
/
+12
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1071 from BradLewis/fix/os-names
Bradley Lewis
2025-09-30
2
-10
/
+25
|
\
\
\
\
|
*
|
|
|
Add more names for comparison when checking whether to collect a file
Brad Lewis
2025-09-30
2
-10
/
+25
|
/
/
/
/
*
|
|
|
Merge pull request #1070 from BradLewis/fix/improve-file-collection-os-logic
Bradley Lewis
2025-09-30
1
-19
/
+23
|
\
\
\
\
|
*
|
|
|
Infer used os better when collecting globals in a file
Brad Lewis
2025-09-30
1
-19
/
+23
|
/
/
/
/
*
|
|
|
Merge pull request #1068 from BradLewis/feat/poly-call-expr
Bradley Lewis
2025-09-28
2
-0
/
+29
|
\
\
\
\
|
*
|
|
|
Find and replace poly types for call expr
Brad Lewis
2025-09-28
2
-0
/
+29
|
/
/
/
/
*
|
|
|
Merge pull request #1066 from BradLewis/fix/crash-renaming-zed
Bradley Lewis
2025-09-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use uri path for log when document does not exist
Brad Lewis
2025-09-28
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #1065 from BradLewis/fix/alphabetical-ordering-completions
Bradley Lewis
2025-09-28
1
-3
/
+7
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fix ordering of completions with same score
Brad Lewis
2025-09-28
1
-3
/
+7
|
/
/
/
*
|
|
Merge pull request #1060 from thetarnav/inlay_hints_implicit_return_values
Bradley Lewis
2025-09-27
7
-43
/
+149
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace arrow symbol with underscore in inlay hints
Damian Tarnawski
2025-09-27
2
-2
/
+2
|
*
|
Add inlay hints for implicit return values (closes #1058)
Damian Tarnawski
2025-09-26
7
-43
/
+149
*
|
|
Merge pull request #1061 from BradLewis/fix/ensure-non-negative-lines-columns...
Bradley Lewis
2025-09-26
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ensure the lines and columns for diagnostics are non negative
Brad Lewis
2025-09-26
1
-2
/
+3
|
/
/
*
|
Merge pull request #1057 from BradLewis/feat/indexing-matrices
Bradley Lewis
2025-09-25
2
-1
/
+34
|
\
\
|
*
|
Correctly infer types when indexing matrices
Brad Lewis
2025-09-25
2
-1
/
+34
|
/
/
*
|
Merge pull request #1050 from BradLewis/feat/goto-def-packages
Bradley Lewis
2025-09-24
3
-2
/
+97
|
\
\
|
*
|
Goto definition on package use goes to package declaration
Brad Lewis
2025-09-24
3
-2
/
+97
|
/
/
*
|
Merge pull request #1054 from BradLewis/fix/package-naming-conflicts
Bradley Lewis
2025-09-24
2
-1
/
+40
|
\
\
|
*
|
Correct resolving package instead of field when name collides
Brad Lewis
2025-09-24
2
-1
/
+40
|
/
/
*
|
Use client capabilities to check if range semantic token is supported.
DanielGavin
2025-09-24
4
-5
/
+23
*
|
Merge pull request #1053 from BradLewis/fix/bool-docs
Bradley Lewis
2025-09-24
1
-1
/
+1
|
\
\
|
*
|
Correct bool docs
Brad Lewis
2025-09-24
1
-1
/
+1
|
/
/
*
|
Merge branch 'semantic_tokens_range'
DanielGavin
2025-09-24
5
-1148
/
+2909
|
\
\
|
*
|
Move to ES2021, use the latest vscode client
DanielGavin
2025-09-24
5
-1148
/
+2909
*
|
|
Merge pull request #1048 from DanielGavin/semantic_tokens_range
DanielGavin
2025-09-23
3
-7
/
+47
|
\
|
|
|
*
|
Add proper support for ranged semantic tokens.
semantic_tokens_range
DanielGavin
2025-09-23
3
-7
/
+47
|
|
/
*
|
Merge pull request #1046 from BradLewis/fix/array-like-completion-methods
Bradley Lewis
2025-09-23
1
-4
/
+4
|
\
\
|
*
|
Correct array like method completions by resolving the selector before the field
Brad Lewis
2025-09-23
1
-4
/
+4
|
/
/
*
|
Merge pull request #1045 from BradLewis/feat/check-build-tags-before-collecting
Bradley Lewis
2025-09-23
2
-5
/
+53
|
\
\
|
*
|
Check file build tags before collecting symbols
Brad Lewis
2025-09-23
2
-5
/
+53
|
/
/
*
|
Merge pull request #1042 from BradLewis/fix/keyword-type-comparison
Bradley Lewis
2025-09-22
2
-9
/
+97
|
\
\
|
*
|
Handle resolving proc overloads with nil passed as a call parameter
Brad Lewis
2025-09-22
2
-4
/
+60
|
*
|
Correct resolving basic type aliases of keywords by using the underlying iden...
Brad Lewis
2025-09-22
2
-5
/
+37
|
/
/
*
|
Merge pull request #1041 from BradLewis/feat/poly-map-type
Bradley Lewis
2025-09-22
2
-0
/
+30
|
\
\
[prev]
[next]