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
*
Merge pull request #1088 from BradLewis/feat/create-releases
dev-2025-09
Bradley Lewis
2025-10-11
3
-12
/
+45
|
\
|
*
Set version in binary when creating releases
Brad Lewis
2025-10-11
3
-13
/
+25
|
*
Update nightly release action to allow creating releases tied to odin versions
Brad Lewis
2025-10-11
1
-3
/
+24
|
/
*
Merge pull request #1085 from BradLewis/fix/add-missing-slash-typeid-speciali...
Bradley Lewis
2025-10-08
2
-1
/
+15
|
\
|
*
Add missing / in typeid specialization documentation
Brad Lewis
2025-10-08
2
-1
/
+15
|
/
*
Merge pull request #1084 from thetarnav/read-file-temp-allocator
DanielGavin
2025-10-08
1
-3
/
+1
|
\
|
*
Use temp_allocator for read_entire_file on file change
thetarnav
2025-10-07
1
-3
/
+1
|
/
*
Merge pull request #1083 from BradLewis/fix/implicit-selector-binary-expr-wit...
Bradley Lewis
2025-10-07
2
-10
/
+28
|
\
|
*
Correctly resolve implicit selectors within a binary expr within a call expr
Brad Lewis
2025-10-07
2
-10
/
+28
|
/
*
Merge pull request #1082 from BradLewis/fix/hover-ranges
Bradley Lewis
2025-10-07
2
-6
/
+3
|
\
|
*
fix hover ranges to be at the cursor not at the symbol definition for certain...
Brad Lewis
2025-10-07
2
-6
/
+3
|
/
*
Merge pull request #1081 from BradLewis/feat/provide-import-autocomplete-for-...
Bradley Lewis
2025-10-07
1
-15
/
+15
|
\
|
*
Enable auto import completion for all collections
Brad Lewis
2025-10-07
1
-15
/
+15
|
/
*
Merge pull request #1080 from BradLewis/fix/add-hover-ranges
Bradley Lewis
2025-10-06
1
-7
/
+10
|
\
|
*
Add missing hover ranges
Brad Lewis
2025-10-06
1
-7
/
+10
|
/
*
Merge pull request #1079 from BradLewis/fix/run-check-unused-on-refresh
Bradley Lewis
2025-10-06
2
-1
/
+3
|
\
|
*
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
|
/
/
/
/
[next]