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
path:
root
/
src
/
server
/
ast.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly resolve hover info for poly types in where clauses for procs
Brad Lewis
2026-01-24
1
-1
/
+1
*
Improve hoverdoc formatting
Louis Dutton
2026-01-17
1
-36
/
+65
*
Correct hover info for aliased constants
Brad Lewis
2025-12-12
1
-1
/
+1
*
Fix indentation for doc comments using `/**/` within other procedures
Brad Lewis
2025-11-30
1
-2
/
+20
*
Add docs for local value decls
Brad Lewis
2025-11-13
1
-1
/
+1
*
Add missing expr that should be cloned and freed
Brad Lewis
2025-11-10
1
-3
/
+7
*
Fix issue with when else statements getting stuck in an infinite loop
Brad Lewis
2025-11-07
1
-0
/
+1
*
Correctly resolve local when blocks
Brad Lewis
2025-10-30
1
-5
/
+9
*
Correctly display hover info for bitset with underlying type
Brad Lewis
2025-10-27
1
-1
/
+4
*
Fix displayed return type when inlining a enum, struct, or union
Brad Lewis
2025-10-25
1
-3
/
+20
*
Clone and free Selector_Call_Expr
Brad Lewis
2025-10-22
1
-0
/
+3
*
Free and clone Or_Branch_Expr
thetarnav
2025-10-12
1
-0
/
+3
*
Add missing / in typeid specialization documentation
Brad Lewis
2025-10-08
1
-1
/
+4
*
Check file build tags before collecting symbols
Brad Lewis
2025-09-23
1
-2
/
+1
*
Don't collect globals for ignored files and add more types for workspace symb...
Brad Lewis
2025-09-22
1
-2
/
+5
*
Improve hover for global constant variables
Brad Lewis
2025-09-21
1
-1
/
+1
*
Try to display value for const global variables
Brad Lewis
2025-09-21
1
-0
/
+4
*
Add simd tag to simd array hover information
Brad Lewis
2025-09-20
1
-0
/
+9
*
Add string16 and cstring16 types
Brad Lewis
2025-09-13
1
-0
/
+2
*
Distinguish between variables and types when parsing globals
Brad Lewis
2025-09-07
1
-12
/
+35
*
Recursively resolve when statements and resolve the else statements correctly
Brad Lewis
2025-09-07
1
-44
/
+33
*
Free field comments and docs
Brad Lewis
2025-08-26
1
-2
/
+2
*
Always collect private symbols and filter them when resolving
Brad Lewis
2025-08-22
1
-16
/
+7
*
Fix issues adding ast struct comments with the temporary allocator
Brad Lewis
2025-08-18
1
-2
/
+6
*
Add support for soa pointers
Brad Lewis
2025-08-17
1
-0
/
+10
*
Add #soa to hover information
Brad Lewis
2025-08-17
1
-0
/
+2
*
Add `Matrix_Type` to build string node
Brad Lewis
2025-08-17
1
-0
/
+8
*
Use empty struct as map values when wanting a hashset
Brad Lewis
2025-08-12
1
-62
/
+62
*
Revert filtering docs above symbols due to issues when using attributes
Brad Lewis
2025-08-12
1
-6
/
+0
*
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
1
-18
/
+74
*
Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
Brad Lewis
2025-08-12
1
-74
/
+18
*
Pass foreign block attributes to the body elements
Brad Lewis
2025-08-11
1
-18
/
+74
*
Fix issue getting stuck in an infinite loop when unwraping comp lits
Brad Lewis
2025-08-09
1
-0
/
+2
*
Remove incorrectly added doc comments from symbols
Brad Lewis
2025-08-07
1
-12
/
+20
*
Add documentation to enum fields
Brad Lewis
2025-08-03
1
-19
/
+111
*
Merge pull request #807 from BradLewis/feat/builtin-proc-improvements
DanielGavin
2025-07-31
1
-11
/
+12
|
\
|
*
Improve builtin proc resolution, complex and quaternion procs and add missing...
Brad Lewis
2025-07-30
1
-11
/
+12
*
|
Correctly handle the alias of `u8` and `byte`
Brad Lewis
2025-07-30
1
-0
/
+11
|
/
*
Use a separate list of keywords for the documentation to not break analysis e...
Brad Lewis
2025-07-13
1
-37
/
+1
*
Add corrections due to odin parser updates
Brad Lewis
2025-07-12
1
-39
/
+48
*
Update all short signatures to be consistent across types
Brad Lewis
2025-07-12
1
-1
/
+37
*
Enrich bit field hover documentation
Brad Lewis
2025-07-04
1
-0
/
+34
*
Add proc comments to hover information
Brad Lewis
2025-06-25
1
-14
/
+28
*
Grow stack size on windows binaries. Support foreign import with when correctly.
DanielGavin
2025-06-25
1
-2
/
+20
*
Introduce a builder for `SymbolStructValue` and add docs and comments to
Brad Lewis
2025-06-24
1
-0
/
+48
*
Improve When resolving
DanielGavin
2025-06-20
1
-37
/
+54
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
1
-0
/
+1159