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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Remove comment above proc
Brad Lewis
2025-07-22
1
-3
/
+0
|
*
|
Only show the enriched proc information on hover and not on completions
Brad Lewis
2025-07-22
1
-22
/
+34
|
*
|
Add missing integer types when comparing symbols
Brad Lewis
2025-07-22
1
-1
/
+1
|
*
|
Add proc inlining information to hover
Brad Lewis
2025-07-22
4
-4
/
+17
|
*
|
Add proc attribute to hover information
Brad Lewis
2025-07-22
4
-0
/
+45
|
*
|
Add proc directives to hover information
Brad Lewis
2025-07-22
4
-0
/
+18
|
*
|
Add proc calling convention to hover information
Brad Lewis
2025-07-22
5
-18
/
+40
*
|
|
Merge pull request #775 from BradLewis/fix/proc-named-args-implicit-selector
DanielGavin
2025-07-23
1
-26
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Correctly complete bitsets with named proc args
Brad Lewis
2025-07-22
1
-26
/
+12
*
|
|
Move comments from details to the end of the docs for the symbol and
Brad Lewis
2025-07-22
8
-96
/
+102
|
/
/
*
|
Merge pull request #770 from xoxorwr/patch-2
DanielGavin
2025-07-21
1
-1
/
+8
|
\
\
|
*
|
Label Details description should show type information only
xoxorwr
2025-07-21
1
-1
/
+8
*
|
|
Ensure empty line at top of file is handled correctly for windows and unix li...
Brad Lewis
2025-07-21
1
-1
/
+5
*
|
|
Run nightly release with version information
Brad Lewis
2025-07-20
1
-1
/
+1
|
/
/
*
|
Log version when starting ols
Brad Lewis
2025-07-20
1
-3
/
+7
*
|
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
*
|
|
Merge pull request #766 from BradLewis/fix/type-definition-multipointer
DanielGavin
2025-07-20
1
-0
/
+2
|
\
\
\
|
*
|
|
Correct resolve the type definition of a multipointer
Brad Lewis
2025-07-20
1
-0
/
+2
|
|
/
/
*
/
/
Add completions for implicit binary expr for in and not_in cases
Brad Lewis
2025-07-20
1
-24
/
+26
|
/
/
*
|
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
*
|
|
Correctly resolve where clause references and definitions
Brad Lewis
2025-07-19
1
-0
/
+4
*
|
|
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
2
-12
/
+16
*
|
|
Add go to type definition for named proc params
Brad Lewis
2025-07-15
2
-28
/
+60
*
|
|
Add go to defintion for named proc params
Brad Lewis
2025-07-15
1
-6
/
+14
*
|
|
Consolidate resolving proc param names
Brad Lewis
2025-07-15
2
-45
/
+49
*
|
|
Correctly resolve references of proc parameter names
Brad Lewis
2025-07-15
4
-5
/
+50
*
|
|
Move proc symbol procs to symbol file
Brad Lewis
2025-07-15
3
-39
/
+39
*
|
|
Resolve hover for procedure parameter names
Brad Lewis
2025-07-15
2
-4
/
+45
|
/
/
*
|
Correctly resolve proc param type
Brad Lewis
2025-07-15
2
-2
/
+18
*
|
Merge pull request #747 from BradLewis/improve-resolving-struct-fields
DanielGavin
2025-07-15
3
-2
/
+41
|
\
\
|
*
|
Improve finding which element to rename/find references to in struct field types
Brad Lewis
2025-07-14
3
-2
/
+41
*
|
|
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 incorrect builtin path variable
Brad Lewis
2025-07-14
1
-2
/
+2
*
|
Use a separate list of keywords for the documentation to not break analysis e...
Brad Lewis
2025-07-13
2
-38
/
+99
*
|
Fix issue resolving comparison binary expr
Brad Lewis
2025-07-13
1
-0
/
+10
*
|
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
3
-45
/
+112
*
|
Add comments when hovering basic struct fields and no longer show the underly...
Brad Lewis
2025-07-12
3
-19
/
+17
*
|
Fix issue resolving overloaded proc when the string passed in came from a dif...
Brad Lewis
2025-07-10
1
-1
/
+25
*
|
Add enum type to completion detail
Brad Lewis
2025-07-09
1
-0
/
+2
*
|
Merge pull request #731 from bangbangsheshotmedown/patch-1
DanielGavin
2025-07-09
1
-1
/
+1
|
\
\
|
*
|
Support alternate folder names
bangbangsheshotmedown
2025-07-08
1
-1
/
+1
*
|
|
Fix issue resolving comp literals with no specified type
Brad Lewis
2025-07-07
2
-4
/
+42
[prev]
[next]