aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix hover info for local array typesBrad Lewis2025-11-052-0/+28
|/
* Merge pull request #1152 from BradLewis/fix/sort-text-on-completion-itemBradley Lewis2025-11-041-0/+3
|\
| * Add sortText to complete completion item if it's missingBrad Lewis2025-11-041-0/+3
|/
* Merge pull request #1151 from DanielGavin/fix-stale-errorDanielGavin2025-11-041-2/+2
|\ | | | | Clear diagnostic was called way too late.
| * Clear diagnostic was called way too late.fix-stale-errorDanielGavin2025-11-041-2/+2
| |
* | Merge pull request #1148 from BradLewis/fix/overload-procs-incorrect-arg-countBradley Lewis2025-11-032-0/+25
|\ \ | | | | | | Score overload candidates higher if they contain the correct number of args
| * | Score overload candidates higher if they contain the correct number of argsBrad Lewis2025-11-032-0/+25
|/ /
* | Merge pull request #1146 from BradLewis/feat/selector-completion-improvementsBradley Lewis2025-11-027-260/+41
|\ \ | | | | | | Feat/selector completion improvements
| * | Set CI odin branch back to masterBrad Lewis2025-11-022-2/+2
| | |
| * | Remove fallback code with selector completions (requires odin parser changes)Brad Lewis2025-11-025-258/+39
|/ /
* | Merge pull request #1145 from BradLewis/fix/parapoly-typedef-returnsdev-2025-10Bradley Lewis2025-11-022-0/+94
|\ \ | | | | | | Add missing resolves for parapoly types
| * | Add missing resolves for parapoly typesBrad Lewis2025-11-022-0/+94
|/ /
* | Merge pull request #1144 from BradLewis/feat/range-over-enumBradley Lewis2025-11-022-0/+47
|\ \ | | | | | | Support iterating over an enum
| * | Support iterating over an enumBrad Lewis2025-11-022-0/+47
|/ /
* | Merge pull request #1139 from BradLewis/fix/resolve-local-whensBradley Lewis2025-10-303-15/+59
|\ \ | | | | | | Correctly resolve local when blocks
| * | Correctly resolve local when blocksBrad Lewis2025-10-303-15/+59
|/ /
* | Merge pull request #1138 from BradLewis/fix/completions-selector-castsBradley Lewis2025-10-302-2/+29
|\ \
| * | Fix completions after casting a pointer to another typeBrad Lewis2025-10-302-2/+29
|/ /
* | Merge pull request #1136 from BradLewis/feat/hover-local-consts-like-globalsBradley Lewis2025-10-303-5/+74
|\ \ | | | | | | Update local consts hover info to behave like global consts
| * | Update local consts hover info to behave like global constsBrad Lewis2025-10-303-5/+74
|/ /
* | Merge pull request #1135 from BradLewis/chore/remove-macos-13Bradley Lewis2025-10-302-2/+2
|\ \ | | | | | | Switch to arm based macos for ci pipeline
| * | Switch to arm based macos for ci pipeline and macos-15-intel forBrad Lewis2025-10-302-2/+2
| | | | | | | | | | | | releases
* | | Merge pull request #1133 from BradLewis/fix/proc-default-value-selectorBradley Lewis2025-10-302-0/+22
|\ \ \ | |/ / |/| | Correctly provide completions for proc default args that are a selector expr
| * | Correctly provide completions for proc default args that are a selector exprBrad Lewis2025-10-302-0/+22
|/ /
* | Merge pull request #1132 from BradLewis/fix/generic-proc-packagesBradley Lewis2025-10-304-93/+75
|\ \ | | | | | | Fix/generic proc packages
| * | Provide the resolved symbol for the proc to propagate docs and commentsBrad Lewis2025-10-294-91/+48
| | |
| * | Correctly resolve package and range of generic procsBrad Lewis2025-10-293-12/+37
|/ /
* | Merge pull request #1126 from doongjohn/masterBradley Lewis2025-10-291-38/+55
|\ \ | | | | | | Fix read_ols_initialize_options order and collection overriding.
| * | Change config load order and fix odin_core_env detection.doongjohn2025-10-291-5/+7
| | |
| * | Change comment.doongjohn2025-10-291-1/+1
| | |
| * | Delete unnecessary log.doongjohn2025-10-291-1/+0
| | |
| * | Fix config initialization order.doongjohn2025-10-291-28/+41
| | |
| * | Fix memory leak for real.doongjohn2025-10-281-3/+4
| | |
| * | Fix memory leak when reinitializing the collections.doongjohn2025-10-281-5/+12
| | |
| * | Fix read_ols_initialize_options not initializing collections on seconddoongjohn2025-10-281-16/+11
| | | | | | | | | | | | initialize request.
* | | Merge pull request #1131 from BradLewis/chore/update-untyped-hover-valuesBradley Lewis2025-10-292-6/+6
|\ \ \ | | | | | | | | Add complete types for untyped expr as we now show full values for constants
| * | | Add complete types for untyped expr as we now show full values for constantsBrad Lewis2025-10-292-6/+6
|/ / /
* | | Merge pull request #1129 from BradLewis/fix/hover-complex-quaternion-literalsBradley Lewis2025-10-295-12/+57
|\ \ \ | | | | | | | | Display hover information for untyped complex numbers and quaternions correctly
| * | | Display hover information for untyped complex numbers and quaternions correctlyBrad Lewis2025-10-295-12/+57
|/ / /
* | | Merge pull request #1127 from BradLewis/fix/enum-completion-array-valuesBradley Lewis2025-10-282-6/+41
|\ \ \ | |/ / |/| | Correctly resolve enum types that are array values
| * | Correctly resolve enum types that are array valuesBrad Lewis2025-10-282-6/+41
|/ /
* | Merge pull request #1124 from BradLewis/chore/update-odin-2025-10Bradley Lewis2025-10-272-2/+2
|\ \
| * | Update odin to `dev-2025-10`Brad Lewis2025-10-272-2/+2
|/ /
* | Merge pull request #1123 from BradLewis/fix/hover-info-bitset-underlyingBradley Lewis2025-10-272-1/+14
|\ \ | | | | | | Correctly display hover info for bitset with underlying type
| * | Correctly display hover info for bitset with underlying typeBrad Lewis2025-10-272-1/+14
|/ /
* | Merge pull request #1122 from BradLewis/fix/union-struct-enum-return-hoverBradley Lewis2025-10-252-3/+50
|\ \ | | | | | | Fix displayed return type when inlining a enum, struct, or union
| * | Fix displayed return type when inlining a enum, struct, or unionBrad Lewis2025-10-252-3/+50
|/ /
* | Merge pull request #1121 from BradLewis/fix/named-call-arg-completionsBradley Lewis2025-10-253-15/+58
|\ \ | |/ |/| Fix provided incorrect completions for named call args
| * Fix provided incorrect completions for named call argsBrad Lewis2025-10-253-15/+58
|/
* Merge pull request #1114 from BradLewis/fix/clone-and-free-selector-call-exprBradley Lewis2025-10-222-0/+6
|\ | | | | Clone and free Selector_Call_Expr