summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1173 from FrancisTheCat/masterdev-2025-11Bradley Lewis2025-11-121-1/+1
|\
| * Fix loop variable for ranged for loops with `..=`Franz2025-11-121-1/+1
|/
* Merge pull request #1170 from BradLewis/fix/add-missing-exprs-clone-freeBradley Lewis2025-11-102-3/+15
|\
| * Add missing expr that should be cloned and freedBrad Lewis2025-11-102-3/+15
|/
* Merge pull request #1168 from BradLewis/fix/index-slice-function-callsBradley Lewis2025-11-092-21/+63
|\
| * Correctly resolve exprs when immediately indexing or slicing a function callBrad Lewis2025-11-092-21/+63
|/
* Merge pull request #1164 from BradLewis/fix/poly-proc-soa-arraysBradley Lewis2025-11-073-2/+30
|\
| * Correctly resolve poly proc returns with #soa arraysBrad Lewis2025-11-073-2/+30
|/
* Merge pull request #1163 from BradLewis/fix/when-block-infinite-loopBradley Lewis2025-11-071-0/+1
|\
| * Fix issue with when else statements getting stuck in an infinite loopBrad Lewis2025-11-071-0/+1
|/
* Merge pull request #1161 from BradLewis/feat/dont-include-pkg-with-union-sele...Bradley Lewis2025-11-063-1/+48
|\
| * Don't include package for union selector completions if the package has being...Brad Lewis2025-11-063-1/+48
|/
* Merge pull request #1160 from BradLewis/fix/reintroduce-selector-fallback-codeBradley Lewis2025-11-062-0/+311
|\
| * Reintroduce fallback code for selector exprsBrad Lewis2025-11-062-0/+311
|/
* Merge pull request #1157 from BradLewis/fix/implicit-selector-resolution-orderBradley Lewis2025-11-063-34/+63
|\
| * Resolve implicit selector switch statements before index expressionsBrad Lewis2025-11-063-34/+63
|/
* Merge pull request #1156 from BradLewis/fix/crash-for-loopBradley Lewis2025-11-061-15/+17
|\
| * Fix crash with typing for for in statementBrad Lewis2025-11-061-15/+17
|/
* Merge pull request #1155 from BradLewis/fix/array-type-hoverBradley Lewis2025-11-053-2/+43
|\
| * Fix resolving array selectors with local typesBrad Lewis2025-11-052-2/+15
| * 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.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 argsBrad Lewis2025-11-032-0/+25
|/ /
* | Merge pull request #1146 from BradLewis/feat/selector-completion-improvementsBradley Lewis2025-11-027-260/+41
|\ \
| * | 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 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 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 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 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 and macos-15-intel forBrad Lewis2025-10-302-2/+2
* | | 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 exprBrad Lewis2025-10-302-0/+22
|/ /
* | Merge pull request #1132 from BradLewis/fix/generic-proc-packagesBradley Lewis2025-10-304-93/+75
|\ \
| * | 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
|\ \
| * | Change config load order and fix odin_core_env detection.doongjohn2025-10-291-5/+7
| * | Change comment.doongjohn2025-10-291-1/+1