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
/
analysis.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add proc calling convention to hover information
Brad Lewis
2025-07-22
1
-6
/
+7
*
Move comments from details to the end of the docs for the symbol and
Brad Lewis
2025-07-22
1
-1
/
+1
*
Merge pull request #764 from BradLewis/fix/overload-proc-union
DanielGavin
2025-07-20
1
-16
/
+80
|
\
|
*
Correctly prioritise and resolve overloaded functions with usings and unions
Brad Lewis
2025-07-20
1
-22
/
+73
|
*
Fix issue resolving overloaded procs that contained union parameters
Brad Lewis
2025-07-20
1
-2
/
+15
*
|
Correct resolve the type definition of a multipointer
Brad Lewis
2025-07-20
1
-0
/
+2
|
/
*
Merge pull request #759 from BradLewis/fix/alias-using-package
DanielGavin
2025-07-19
1
-3
/
+1
|
\
|
*
Fix issue completing symbols when using an aliased package
Brad Lewis
2025-07-19
1
-3
/
+1
*
|
Add hover information for where clause variables
Brad Lewis
2025-07-19
1
-0
/
+7
|
/
*
Merge pull request #752 from BradLewis/fix/duplicate-usings
DanielGavin
2025-07-16
1
-1
/
+11
|
\
|
*
Remove duplicate usings from ast_context usings
Brad Lewis
2025-07-15
1
-1
/
+11
*
|
Correctly resolve named params with default values
Brad Lewis
2025-07-15
1
-8
/
+12
*
|
Add go to type definition for named proc params
Brad Lewis
2025-07-15
1
-0
/
+22
*
|
Consolidate resolving proc param names
Brad Lewis
2025-07-15
1
-0
/
+25
*
|
Correctly resolve references of proc parameter names
Brad Lewis
2025-07-15
1
-0
/
+19
*
|
Move proc symbol procs to symbol file
Brad Lewis
2025-07-15
1
-38
/
+1
*
|
Resolve hover for procedure parameter names
Brad Lewis
2025-07-15
1
-0
/
+12
|
/
*
Correctly resolve proc param type
Brad Lewis
2025-07-15
1
-0
/
+15
*
Merge pull request #747 from BradLewis/improve-resolving-struct-fields
DanielGavin
2025-07-15
1
-0
/
+37
|
\
|
*
Improve finding which element to rename/find references to in struct field types
Brad Lewis
2025-07-14
1
-0
/
+37
*
|
Ensure index is not -1 before accessing it from the types
Brad Lewis
2025-07-14
1
-1
/
+1
*
|
Fix issue with field_value not necessarily being an ident with invalid
Brad Lewis
2025-07-14
1
-30
/
+35
|
/
*
Fix issue resolving comparison binary expr
Brad Lewis
2025-07-13
1
-0
/
+10
*
Fix issue resolving overloaded proc when the string passed in came from a dif...
Brad Lewis
2025-07-10
1
-1
/
+25
*
Fix issue resolving comp literals with no specified type
Brad Lewis
2025-07-07
1
-2
/
+17
*
Fix issue resolving references for implicit selectors
Brad Lewis
2025-07-07
1
-18
/
+17
*
Correctly resolve references when returning a struct
Brad Lewis
2025-07-07
1
-92
/
+110
*
Fix issue resolving struct fields when constructed in a return statement
Brad Lewis
2025-07-07
1
-27
/
+26
*
Merge branch 'feat/reference-improvements' of https://github.com/BradLewis/ol...
DanielGavin
2025-07-07
1
-33
/
+57
|
\
|
*
Correctly resolve struct fields that are immediately accessed from a proc return
Brad Lewis
2025-07-06
1
-33
/
+43
|
*
Ensure uris are attached to every symbol for improved reference
Brad Lewis
2025-07-06
1
-0
/
+14
*
|
Improve resolving enumerated arrays
Brad Lewis
2025-07-05
1
-0
/
+12
|
/
*
Improvements to bitsets with enums
Brad Lewis
2025-07-05
1
-2
/
+22
*
Add using bit_field information to StructSymbolValue to use for documentation
Brad Lewis
2025-07-04
1
-1
/
+1
*
Enrich bit field hover documentation
Brad Lewis
2025-07-04
1
-7
/
+18
*
Add enum base type and values to the enum symbol and update hover to include ...
Brad Lewis
2025-07-03
1
-8
/
+12
*
Add SymbolMapValue to selector resolve in the index case
Brad Lewis
2025-07-03
1
-2
/
+5
*
Store local variables when looping over bitsets
Brad Lewis
2025-07-03
1
-0
/
+33
*
Add completions for enum slice elements
Brad Lewis
2025-07-02
1
-4
/
+11
*
Improve references of enums with field values
Brad Lewis
2025-07-02
1
-13
/
+19
*
Fix issue with struct field names being resolved as a proceeding struct
Brad Lewis
2025-07-02
1
-1
/
+1
*
Set file for generic expressions to the file of the symbol, rather than the f...
Brad Lewis
2025-07-01
1
-3
/
+3
*
Improve resolution of poly struct fields
Brad Lewis
2025-07-01
1
-0
/
+26
*
Missing cloning types for struct poly types
Brad Lewis
2025-06-30
1
-0
/
+4
*
resolve_location_selector didn't handle SymbolEnumValue
DanielGavin
2025-06-30
1
-25
/
+9
*
Add all procedure group definitions to `goto definition` on an overloaded pro...
Brad Lewis
2025-06-29
1
-3
/
+5
*
Add lookup to $builtin for goto definition
Brad Lewis
2025-06-29
1
-0
/
+4
*
Set the symbol uri when resolving enums from a union
Brad Lewis
2025-06-29
1
-4
/
+10
*
Remove unused local id from the AstContext
Brad Lewis
2025-06-28
1
-31
/
+15
*
Make AstContext locals into a stack to fix resolving references
Brad Lewis
2025-06-28
1
-15
/
+13
[prev]
[next]