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
/
documentation.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
-0
/
+3
*
Improve hoverdoc formatting
Louis Dutton
2026-01-17
1
-8
/
+8
*
Add documentation for directives
Brad Lewis
2025-12-14
1
-107
/
+152
*
added #all_or_none
A1029384756
2025-11-12
1
-0
/
+3
*
Add complete types for untyped expr as we now show full values for constants
Brad Lewis
2025-10-29
1
-3
/
+3
*
Display hover information for untyped complex numbers and quaternions correctly
Brad Lewis
2025-10-29
1
-0
/
+4
*
Use slice instead of map for struct usings
Brad Lewis
2025-10-17
1
-3
/
+2
*
Correct bool docs
Brad Lewis
2025-09-24
1
-1
/
+1
*
Add `#type` to proc type hover information to distinguish with proc implement...
Brad Lewis
2025-09-21
1
-0
/
+6
*
Improve comp lit hover formatting
Brad Lewis
2025-09-21
1
-18
/
+33
*
Improve hover for global constant variables
Brad Lewis
2025-09-21
1
-1
/
+1
*
Improve hover information for constant proc lits
Brad Lewis
2025-09-21
1
-13
/
+57
*
Rework how hover info is displayed for constants and types
Brad Lewis
2025-09-21
1
-4
/
+19
*
Try to display value for const global variables
Brad Lewis
2025-09-21
1
-11
/
+13
*
Add simd tag to simd array hover information
Brad Lewis
2025-09-20
1
-0
/
+3
*
Add proc arg tags to hover documentation
Brad Lewis
2025-09-17
1
-0
/
+12
*
Add string16 and cstring16 types
Brad Lewis
2025-09-13
1
-1
/
+3
*
Add parentheses around named proc returns
Brad Lewis
2025-09-10
1
-1
/
+8
*
Add where clauses to hover information
Brad Lewis
2025-09-10
1
-1
/
+18
*
Merge pull request #906 from BradLewis/feat/handle-pointers-on-proc-args
Bradley Lewis
2025-08-26
1
-1
/
+3
|
\
|
*
Check types before adding pointer completion
Brad Lewis
2025-08-24
1
-1
/
+3
*
|
Add completion and hover information for builtin types
Brad Lewis
2025-08-24
1
-96
/
+102
|
/
*
Always collect private symbols and filter them when resolving
Brad Lewis
2025-08-22
1
-1
/
+1
*
Correctly resolve string indexing
Brad Lewis
2025-08-19
1
-3
/
+8
*
Add support for soa pointers
Brad Lewis
2025-08-17
1
-0
/
+9
*
Add #soa to hover information
Brad Lewis
2025-08-17
1
-3
/
+15
*
Add struct tags to hover information
Brad Lewis
2025-08-17
1
-10
/
+33
*
Add distinct to hover info for distinct struct, enums, unions and bitfields
Brad Lewis
2025-08-17
1
-0
/
+12
*
Improvements with hover info and distinct symbols
Brad Lewis
2025-08-17
1
-11
/
+5
*
Provide documentation for generic symbols
Brad Lewis
2025-08-17
1
-7
/
+10
*
Fix symbol information for keyword completions
Brad Lewis
2025-08-17
1
-0
/
+3
*
Pass string builder down when constructing nested hover docs
Brad Lewis
2025-08-17
1
-166
/
+160
*
Show proc calling convention and tags in proc types defined in struct fields
Brad Lewis
2025-08-17
1
-0
/
+3
*
Correctly render hover information for maps with empty struct values
Brad Lewis
2025-08-13
1
-51
/
+82
*
Show poly struct information on types from external packages and resolve iden...
Brad Lewis
2025-08-12
1
-1
/
+4
*
Use empty struct as map values when wanting a hashset
Brad Lewis
2025-08-12
1
-96
/
+96
*
Reapply "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
Brad Lewis
2025-08-12
1
-3
/
+30
*
Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
Brad Lewis
2025-08-12
1
-30
/
+3
*
Pass foreign block attributes to the body elements
Brad Lewis
2025-08-11
1
-3
/
+30
*
Show nested bit fields correctly
Brad Lewis
2025-08-11
1
-7
/
+7
*
Correct all the newly broken tests due to changes
Brad Lewis
2025-08-11
1
-56
/
+16
*
Attempt consolidate structure for writing docs
Brad Lewis
2025-08-11
1
-86
/
+103
*
Remove type information from the signature and write nested struct fields cor...
Brad Lewis
2025-08-11
1
-49
/
+70
*
Add union align and kind to hover information
Brad Lewis
2025-08-09
1
-0
/
+18
*
Resolve poly type variables
Brad Lewis
2025-08-04
1
-0
/
+5
*
Add documentation to union variants
Brad Lewis
2025-08-03
1
-1
/
+4
*
Add documentation to enum fields
Brad Lewis
2025-08-03
1
-1
/
+4
*
Merge pull request #816 from BradLewis/fix/signature-documentation
Bradley Lewis
2025-07-31
1
-2
/
+6
|
\
|
*
Remove markdown and duplicate comments from signature documentation
Brad Lewis
2025-07-31
1
-2
/
+6
*
|
Merge pull request #815 from BradLewis/fix/crashing-objc-hover
Bradley Lewis
2025-07-31
1
-1
/
+1
|
\
\
[next]