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
...
|
*
Don't flag unused imports aliased as `_`
Brad Lewis
2025-10-06
1
-1
/
+1
|
*
Run check unused imports on document refresh
Brad Lewis
2025-10-06
1
-0
/
+2
|
/
*
Merge pull request #1078 from BradLewis/fix/using-pkg-name-conflicts
Bradley Lewis
2025-10-06
2
-21
/
+55
|
\
|
*
Resolve types from usings before global scope
Brad Lewis
2025-10-06
2
-21
/
+55
|
/
*
Merge pull request #1040 from DanielGavin/remove-unused-imports
DanielGavin
2025-10-05
10
-152
/
+328
|
\
|
*
Use defer to handle the case when document_open fails.
remove-unused-imports
DanielGavin
2025-10-05
1
-2
/
+2
|
*
Remove unused fields/variables
DanielGavin
2025-10-04
3
-39
/
+35
|
*
Move the deletion of the uri to the request itself.
DanielGavin
2025-10-04
2
-2
/
+2
|
*
Added diagnostic system to collect all the diagnostics. Unused imports are sh...
DanielGavin
2025-10-03
5
-102
/
+181
|
*
Merge branch 'master' into remove-unused-imports
DanielGavin
2025-09-27
7
-42
/
+149
|
|
\
|
*
|
Have the removed imports remove the line.
DanielGavin
2025-09-27
3
-6
/
+32
|
*
|
Merge branch 'master' into remove-unused-imports
DanielGavin
2025-09-27
23
-1183
/
+3344
|
|
\
\
|
*
|
|
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
|
/
/
[prev]
[next]