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 #869 from BradLewis/fix/completions-enum-maps
Bradley Lewis
2025-08-12
2
-0
/
+55
|
\
\
|
*
|
Correctly resolve completions for comp lit map with enum keys and values
Brad Lewis
2025-08-12
2
-0
/
+55
*
|
|
Merge pull request #870 from BradLewis/fix/type-definition-comp-lit
Bradley Lewis
2025-08-12
2
-7
/
+34
|
\
\
\
|
*
|
|
Fix go to type definition on a variable in a comp lit
Brad Lewis
2025-08-12
2
-7
/
+34
|
/
/
/
*
|
|
Merge pull request #868 from BradLewis/fix/methods-untyped-symbols
Bradley Lewis
2025-08-12
3
-36
/
+63
|
\
|
|
|
*
|
Add methods for untyped symbols the same as their typed variants
Brad Lewis
2025-08-12
3
-36
/
+63
|
/
/
*
|
Merge pull request #867 from BradLewis/fix/field-return-values
Bradley Lewis
2025-08-12
4
-1072
/
+1096
|
\
\
|
*
|
Handle field return with custom iterator procs
Brad Lewis
2025-08-12
2
-22
/
+33
|
*
|
Move local code into it's own file
Brad Lewis
2025-08-12
2
-1052
/
+1056
|
*
|
Correctly handle field return values from procs
Brad Lewis
2025-08-12
3
-20
/
+29
|
/
/
*
|
Merge pull request #865 from BradLewis/fix/struct-hover-poly-info
Bradley Lewis
2025-08-12
5
-3
/
+45
|
\
\
|
*
|
Show poly struct information on types from external packages and resolve iden...
Brad Lewis
2025-08-12
5
-3
/
+45
*
|
|
Merge pull request #864 from BradLewis/chore/use-empty-struct-hash-set
Bradley Lewis
2025-08-12
6
-216
/
+216
|
\
|
|
|
*
|
Use empty struct as map values when wanting a hashset
Brad Lewis
2025-08-12
6
-216
/
+216
|
/
/
*
|
Merge pull request #863 from BradLewis/master
Bradley Lewis
2025-08-12
2
-18
/
+0
|
\
\
|
*
|
Revert filtering docs above symbols due to issues when using attributes
Brad Lewis
2025-08-12
2
-18
/
+0
|
/
/
*
|
Merge pull request #860 from BradLewis/fix/foreign-blocks
Bradley Lewis
2025-08-12
3
-23
/
+236
|
\
\
|
*
|
Fix issue merging attributes
Brad Lewis
2025-08-12
1
-7
/
+11
|
*
|
Reapply "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
Brad Lewis
2025-08-12
3
-21
/
+230
*
|
|
Merge pull request #859 from BradLewis/master
Bradley Lewis
2025-08-12
3
-230
/
+21
|
\
|
|
|
*
|
Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
Brad Lewis
2025-08-12
3
-230
/
+21
|
/
/
*
|
Merge pull request #857 from BradLewis/feat/foreign-block-attrs
Bradley Lewis
2025-08-11
3
-21
/
+230
|
\
\
|
*
|
Pass foreign block attributes to the body elements
Brad Lewis
2025-08-11
3
-21
/
+230
|
/
/
*
|
Merge pull request #856 from BradLewis/feat/clean-completions-struct-decl
Bradley Lewis
2025-08-11
4
-1
/
+43
|
\
\
|
*
|
Remove functions, consts, variables and fields when in struct definitions
Brad Lewis
2025-08-11
4
-1
/
+43
*
|
|
Merge pull request #844 from BradLewis/feat/hover-nested-fields
Bradley Lewis
2025-08-11
7
-214
/
+302
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Show nested bit fields correctly
Brad Lewis
2025-08-11
4
-14
/
+44
|
*
|
Correct all the newly broken tests due to changes
Brad Lewis
2025-08-11
5
-65
/
+23
|
*
|
Attempt consolidate structure for writing docs
Brad Lewis
2025-08-11
3
-108
/
+127
|
*
|
Remove type information from the signature and write nested struct fields cor...
Brad Lewis
2025-08-11
4
-74
/
+155
|
/
/
*
|
Merge pull request #854 from BradLewis/fix/binary-expr-not-eq
Bradley Lewis
2025-08-11
2
-1
/
+37
|
\
\
|
*
|
Add missing binary expr operators
Brad Lewis
2025-08-11
2
-1
/
+37
|
/
/
*
|
Merge pull request #853 from BradLewis/fix/resolve-bit-set-union-intersection
Bradley Lewis
2025-08-11
2
-1
/
+50
|
\
\
|
*
|
Correctly resolve bit_set union and intersections with comp lits
Brad Lewis
2025-08-11
2
-1
/
+50
|
/
/
*
|
Merge pull request #850 from BradLewis/feat/resolve-type-definition-comp-lit
Bradley Lewis
2025-08-11
3
-5
/
+74
|
\
\
|
*
|
Resolve type definitions from comp lits
Brad Lewis
2025-08-11
3
-5
/
+74
*
|
|
Merge pull request #849 from BradLewis/fix/enum-variadic-args
Bradley Lewis
2025-08-11
3
-1
/
+45
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Provide completions when defining a variadic argument
Brad Lewis
2025-08-11
2
-1
/
+21
|
*
|
Resolve implicit completions with variadic arguments
Brad Lewis
2025-08-11
2
-0
/
+24
|
/
/
*
|
Merge pull request #845 from BradLewis/feat/add-completion-default-value-proc...
Bradley Lewis
2025-08-11
2
-0
/
+39
|
\
\
|
*
|
Add completions for proc params with default values
Brad Lewis
2025-08-10
2
-0
/
+39
|
/
/
*
|
Fix compiler issues with contextless
DanielGavin
2025-08-10
3
-7
/
+5
*
|
Merge pull request #829 from BradLewis/feat/union-tags
DanielGavin
2025-08-10
5
-0
/
+53
|
\
\
|
*
|
Add union align and kind to hover information
Brad Lewis
2025-08-09
5
-0
/
+53
*
|
|
Merge pull request #835 from thetarnav/patch-1
DanielGavin
2025-08-10
1
-4
/
+14
|
\
\
\
|
*
|
|
Revert to using `[^:]+` for problem matchers
Damian Tarnawski
2025-08-09
1
-2
/
+2
|
*
|
|
Correct odin problemMatcher and add odin-unix
Damian Tarnawski
2025-08-09
1
-4
/
+14
*
|
|
|
Merge pull request #841 from BradLewis/feat/magic-methods-untyped-string
Bradley Lewis
2025-08-09
1
-0
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add array like methods for untyped strings
Brad Lewis
2025-08-09
1
-0
/
+4
|
/
/
/
*
|
|
Merge pull request #839 from BradLewis/fix/infinite-loop-comp-lit
Bradley Lewis
2025-08-09
1
-0
/
+2
|
\
\
\
[prev]
[next]