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
...
|
*
Store the identifier rather than the specialization for poly types when the t...
Brad Lewis
2025-09-06
2
-1
/
+35
|
/
*
Merge pull request #963 from BradLewis/feat/fuzzy-match-improvements
Bradley Lewis
2025-09-06
1
-5
/
+22
|
\
|
*
Split query by whitespace and match on each field
Brad Lewis
2025-09-06
1
-5
/
+22
*
|
Merge pull request #970 from BradLewis/fix/resolve-proc-arg-bitsets-with-defa...
Bradley Lewis
2025-09-06
2
-1
/
+35
|
\
\
|
|
/
|
/
|
|
*
Correctly resolve proc default values for bitsets
Brad Lewis
2025-09-06
2
-1
/
+35
|
/
*
Merge pull request #965 from BradLewis/fix/revert-document-symbol-range-changes
Bradley Lewis
2025-09-05
1
-8
/
+20
|
\
|
*
Differentiate between `range` and `selectionRange` with document symbols
Brad Lewis
2025-09-05
1
-8
/
+20
|
/
*
Merge pull request #962 from BradLewis/fix/document-symbol-location-comp-lit-...
Bradley Lewis
2025-09-04
1
-1
/
+1
|
\
|
*
Use `name` location for comp lit field document symbols
Brad Lewis
2025-09-04
1
-1
/
+1
|
/
*
Merge pull request #961 from BradLewis/fix/document-symbol-location
Bradley Lewis
2025-09-04
1
-1
/
+1
|
\
|
*
Use `name_expr` for document symbol locations
Brad Lewis
2025-09-04
1
-1
/
+1
|
/
*
Merge pull request #960 from BradLewis/feat/code-actions
Bradley Lewis
2025-09-03
4
-4
/
+187
|
\
|
*
Add code actions for importing packages from collections
Brad Lewis
2025-09-03
4
-4
/
+187
|
/
*
Merge pull request #957 from BradLewis/feat/reference-bitset-elem
Bradley Lewis
2025-09-01
2
-0
/
+13
|
\
|
*
Correctly resolve references and renames from the bitset elem in definition
Brad Lewis
2025-09-01
2
-0
/
+13
|
/
*
Merge pull request #956 from BradLewis/fix/struct-field-references-containers
Bradley Lewis
2025-09-01
2
-10
/
+94
|
\
|
*
Improve resolving symbols on struct field container types
Brad Lewis
2025-09-01
2
-10
/
+94
|
/
*
Merge pull request #954 from BradLewis/feat/improve-private-package-filtering
Bradley Lewis
2025-08-31
5
-36
/
+28
|
\
|
*
Construct current package from the current file when searching index
Brad Lewis
2025-08-31
5
-36
/
+28
*
|
Merge pull request #953 from BradLewis/feat/improve-private-package-filtering
Bradley Lewis
2025-08-31
6
-25
/
+47
|
\
|
|
*
Use current package rather than file path to filter private symbols
Brad Lewis
2025-08-31
6
-25
/
+47
|
/
*
Merge pull request #952 from BradLewis/fix/single-line-switch-procs
Bradley Lewis
2025-08-31
1
-3
/
+2
|
\
|
*
Inline single stmt case now works with proc calls, not just assignments
Brad Lewis
2025-08-31
1
-3
/
+2
*
|
Merge pull request #951 from BradLewis/fix/odinfmt-script
Bradley Lewis
2025-08-31
2
-2
/
+18
|
\
\
|
*
|
Add debug build for odinfmt script
Brad Lewis
2025-08-31
2
-2
/
+18
|
|
/
*
|
Merge pull request #950 from BradLewis/feat/proc-overload-improvements
Bradley Lewis
2025-08-31
3
-16
/
+85
|
\
\
|
|
/
|
/
|
|
*
Resolve generic overloaded procs that don't have a return value
Brad Lewis
2025-08-31
2
-16
/
+32
|
*
Improve proc overload improvements when passing a parapoly type
Brad Lewis
2025-08-31
2
-0
/
+53
|
/
*
Merge pull request #948 from BradLewis/feat/collect-comp-lit-fields
Bradley Lewis
2025-08-30
4
-0
/
+92
|
\
|
*
Collect global comp lit fields and add them to workspace and document symbols
Brad Lewis
2025-08-30
4
-0
/
+92
|
/
*
Merge pull request #947 from BradLewis/feat/workspace-symbols-fields
Bradley Lewis
2025-08-30
5
-3
/
+70
|
\
|
*
Show struct and bitfield fields with workspace and document symbols
Brad Lewis
2025-08-30
5
-3
/
+70
*
|
Merge pull request #946 from BradLewis/feat/pointer-matching-with-overloaded-...
Bradley Lewis
2025-08-30
3
-2
/
+50
|
\
\
|
|
/
|
/
|
|
*
When resolving locals, don't resolve all possibilities for overloaded procs
Brad Lewis
2025-08-30
3
-2
/
+50
|
/
*
Merge pull request #945 from BradLewis/fix/only-clean-completions
Bradley Lewis
2025-08-30
4
-8
/
+8
|
\
|
*
Only clean identifiers for completions
Brad Lewis
2025-08-30
4
-8
/
+8
|
/
*
Merge pull request #944 from BradLewis/fix/basic-casts-with-pkg
Bradley Lewis
2025-08-30
2
-211
/
+131
|
\
|
*
Correctly resolve basic casts when using an alias from another package
Brad Lewis
2025-08-30
2
-211
/
+131
|
/
*
Merge pull request #943 from BradLewis/fix/resolve-implicit-context-in-switch
Bradley Lewis
2025-08-28
4
-5
/
+124
|
\
|
*
Correct resolving binary expr implicit selector expr
Brad Lewis
2025-08-28
2
-2
/
+36
|
*
Correctly resolve references for nested switch statements
Brad Lewis
2025-08-28
3
-1
/
+45
|
*
Correctly resolve implicit selector within a switch case
Brad Lewis
2025-08-28
2
-2
/
+43
|
/
*
Merge pull request #942 from BradLewis/feat/parse-defer-statements
Bradley Lewis
2025-08-28
5
-12
/
+38
|
\
|
*
Process defer statements and correct hover info for anonymous types
Brad Lewis
2025-08-28
5
-12
/
+38
|
/
*
Merge pull request #940 from BradLewis/chore/update-readme
Bradley Lewis
2025-08-28
1
-1
/
+1
|
\
|
*
Add missing option description in readme
Brad Lewis
2025-08-28
1
-1
/
+1
*
|
Merge pull request #939 from BradLewis/chore/update-readme
Bradley Lewis
2025-08-27
2
-32
/
+52
|
\
|
|
*
Update readme configuration documentation
Brad Lewis
2025-08-27
2
-32
/
+52
|
/
*
Merge pull request #611 from sndb/space-single-line-blocks
Bradley Lewis
2025-08-27
3
-15
/
+26
|
\
|
*
Put spaces around braces of single line blocks
sndb
2025-03-04
3
-15
/
+26
[prev]
[next]