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
path:
root
/
src
/
server
/
generics.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Correcly resolve overloaded procs that use array types with pointer types
Brad Lewis
43 hours
1
-111
/
+60
|
*
Correctly resolve poly types from nested function calls that contain more ↵
Brad Lewis
5 days
1
-1
/
+18
|
|
|
|
than one return value
*
Fix parapoly union types being overridden incorrectly
Brad Lewis
7 days
1
-1
/
+1
|
*
Correctly resolve child parapoly structs
Brad Lewis
2026-01-24
1
-0
/
+10
|
*
Fix crash when using a generic proc in a struct field with a default value
Brad Lewis
2025-12-02
1
-3
/
+9
|
*
Correctly resolve poly proc returns with #soa arrays
Brad Lewis
2025-11-07
1
-2
/
+0
|
*
Provide the resolved symbol for the proc to propagate docs and comments
Brad Lewis
2025-10-29
1
-22
/
+11
|
*
Correctly resolve package and range of generic procs
Brad Lewis
2025-10-29
1
-10
/
+8
|
*
Add proc inlining information for generic procs
Brad Lewis
2025-10-04
1
-1
/
+3
|
*
Find and replace poly types for call expr
Brad Lewis
2025-09-28
1
-0
/
+6
|
*
Substitute poly types for generic maps
Brad Lewis
2025-09-22
1
-0
/
+11
|
*
Correctly resolve generic types where the underlying identifier is a pointer
Brad Lewis
2025-09-16
1
-1
/
+5
|
*
Correctly resolve generic variadic args
Brad Lewis
2025-09-16
1
-0
/
+26
|
*
Store the identifier rather than the specialization for poly types when the ↵
Brad Lewis
2025-09-06
1
-1
/
+14
|
|
|
|
types match
*
Resolve generic overloaded procs that don't have a return value
Brad Lewis
2025-08-31
1
-16
/
+10
|
*
Show poly struct information on types from external packages and resolve ↵
Brad Lewis
2025-08-12
1
-1
/
+4
|
|
|
|
identifier poly types
*
Implement method to resolve poly return types based on the types of local ↵
Brad Lewis
2025-08-09
1
-0
/
+5
|
|
|
|
variables
*
Add parapoly information to union documentation
Brad Lewis
2025-07-30
1
-0
/
+6
|
*
Ensure uris are attached to every symbol for improved reference
Brad Lewis
2025-07-06
1
-0
/
+4
|
|
|
|
resolution
*
Fix issues resolving poly proc fields and improve hover information of poly ↵
Brad Lewis
2025-07-01
1
-6
/
+36
|
|
|
|
structs
*
Set file for generic expressions to the file of the symbol, rather than the ↵
Brad Lewis
2025-07-01
1
-1
/
+5
|
|
|
|
file where it is used
*
Missing cloning types for struct poly types
Brad Lewis
2025-06-30
1
-4
/
+2
|
*
Improve resolution of parameteric types with external types
Brad Lewis
2025-06-29
1
-1
/
+1
|
*
Introduce a builder for `SymbolStructValue` and add docs and comments to
Brad Lewis
2025-06-24
1
-15
/
+7
|
|
|
|
struct hover
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
1
-4
/
+4
|
*
Fix issue with struct generics and pointer type
DanielGavin
2024-10-05
1
-1
/
+3
|
*
Handle untyped variables in generics. Also don't show signatures with the ↵
DanielGavin
2024-10-05
1
-7
/
+13
|
|
|
|
overloaded types.
*
Fix issues with call expression inside another generic call expression.
DanielGavin
2024-10-03
1
-0
/
+19
|
*
Don't give up in generics, because one of the arguments can't be resolved ↵
DanielGavin
2024-09-29
1
-2
/
+0
|
|
|
|
correctly.
*
Add test and fix generics error.
DanielGavin
2024-09-29
1
-5
/
+0
|
*
Change odinfmt to use 120 characters instead. Add support for infering Maybe ↵
DanielGavin
2024-08-10
1
-189
/
+37
|
|
|
|
in comp literals.
*
Simplify
DanielGavin
2024-07-25
1
-8
/
+3
|
*
Support soa in generics
DanielGavin
2024-07-25
1
-0
/
+42
|
*
Merge branch 'master' into rename
DanielGavin
2024-07-11
1
-1
/
+21
|
\
|
*
fix resolve poly for proc types
Laytan Laats
2024-07-11
1
-1
/
+21
|
|
*
|
Working on generic issues.
DanielGavin
2024-06-30
1
-25
/
+42
|
|
*
|
Improve enum gotos and fix generic issue
DanielGavin
2024-06-11
1
-1
/
+20
|
/
*
Check the poly map is not null before saving it.
DanielGavin
2024-06-04
1
-51
/
+68
|
*
Refractor ast_context.current_package now being called through defered functions
DanielGavin
2024-05-11
1
-0
/
+26
|
*
Fix issues with the local evaluation of generic function in value decl, ↵
DanielGavin
2024-05-11
1
-0
/
+16
|
|
|
|
since we can't lazily evaluate it.
*
Make generics more robust against recursion
DanielGavin
2024-03-05
1
-3
/
+45
|
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-3
/
+11
|
*
Remember to clone generics derived expr
DanielGavin
2024-01-18
1
-1
/
+4
|
*
Add matrix_type to clone node
DanielGavin
2024-01-09
1
-2
/
+26
|
*
Check for len being nil
DanielGavin
2023-12-29
1
-14
/
+15
|
*
More poly work
DanielGavin
2023-12-29
1
-7
/
+86
|
*
New poly resolve system
DanielGavin
2023-12-28
1
-0
/
+629