aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix crash when using a generic proc in a struct field with a default valueBrad Lewis2025-12-021-3/+9
|/
* Merge pull request #1199 from ↵Bradley Lewis2025-12-012-1/+18
|\ | | | | | | BradLewis/fix/implicit-selector-completion-binary-expr-improvements
| * Provide completions for comparison binary expr and implicit selectorsBrad Lewis2025-12-012-1/+18
|/
* Merge pull request #1195 from ↵Bradley Lewis2025-11-302-0/+54
|\ | | | | | | | | BradLewis/fix/propagate-docs-comments-aliases-in-packages Propagate docs and comments for aliases defined in other packages
| * Propagate docs and comments for aliases defined in other packagesBrad Lewis2025-11-302-0/+54
|/
* Merge pull request #1194 from BradLewis/fix/doc-comments-nested-typesBradley Lewis2025-11-302-2/+54
|\ | | | | Fix indentation for doc comments using `/**/` within other procedures
| * Fix indentation for doc comments using `/**/` within other proceduresBrad Lewis2025-11-302-2/+54
|/
* Merge pull request #1193 from BradLewis/fix/union-pointerBradley Lewis2025-11-302-0/+60
|\ | | | | Correctly resolve type assertions with unary exprs
| * Correctly resolve type assertions with unary exprsBrad Lewis2025-11-292-0/+60
|/
* Merge pull request #1190 from BradLewis/fix/bitshift-result-typesBradley Lewis2025-11-242-0/+15
|\ | | | | Correct the resultant type for bitshifts
| * Correct the resultant type for bitshiftsBrad Lewis2025-11-232-0/+15
|/
* Merge pull request #1189 from BradLewis/fix/unary-expr-function-callBradley Lewis2025-11-172-2/+41
|\ | | | | Fix/unary expr function call
| * Fix hover type for proc calls wrapped in parensBrad Lewis2025-11-172-1/+26
| |
| * Add missing unary expr operandsBrad Lewis2025-11-172-1/+15
|/
* Merge pull request #1186 from ↵Bradley Lewis2025-11-172-80/+99
|\ | | | | | | | | BradLewis/fix/implicit-selector-completion-improvements Fix implicit selector completions for enumerated arrays
| * Fix implicit selector completions for enumerated arraysBrad Lewis2025-11-172-80/+99
|/
* Merge pull request #1185 from BradLewis/fix/unary-expr-function-callBradley Lewis2025-11-172-4/+46
|\
| * Correct resolving unary exprs immediately after a function callBrad Lewis2025-11-162-4/+46
|/
* Merge pull request #1183 from BradLewis/fix/infinite-resolution-loopBradley Lewis2025-11-151-38/+68
|\ | | | | Add caching for resolving overloaded functions to fix issue with infinitely trying to resolve bad expressions
| * Add caching for resolving overloaded functions to fix issue with infinitely ↵Brad Lewis2025-11-141-38/+68
|/ | | | trying to resolve bad expressions
* Merge pull request #1180 from BradLewis/fix/named-call-arg-typesBradley Lewis2025-11-132-7/+33
|\ | | | | Fix/named call arg types
| * Fix resolving named call arg types at call siteBrad Lewis2025-11-132-7/+33
| |
* | Merge pull request #1179 from BradLewis/fix/struct-using-with-parensBradley Lewis2025-11-132-1/+21
|\| | | | | Correctly resolve struct usings that are paren exprs
| * Correctly resolve struct usings that are paren exprsBrad Lewis2025-11-132-1/+21
|/
* Merge pull request #1178 from BradLewis/fix/add-sorttext-unimported-packagesBradley Lewis2025-11-131-0/+3
|\ | | | | Add sortText to unimported package completions
| * Add sortText to unimported package completionsBrad Lewis2025-11-131-0/+3
|/
* Merge pull request #1174 from BradLewis/fix/local-variables-docsBradley Lewis2025-11-136-8/+33
|\ | | | | Add docs for local value decls
| * Add docs for local value declsBrad Lewis2025-11-136-8/+33
|/
* Merge pull request #1172 from A1029384756/masterBradley Lewis2025-11-126-2/+17
|\ | | | | added #all_or_none
| * added #all_or_noneA10293847562025-11-126-2/+17
| |
* | Merge pull request #1173 from FrancisTheCat/masterdev-2025-11Bradley Lewis2025-11-121-1/+1
|\ \ | |/ |/| Fix loop variable for ranged for loops with `..=`
| * 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 freed
| * 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 call
| * 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 arrays
| * 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 ↵Bradley Lewis2025-11-063-1/+48
|\ | | | | | | | | BradLewis/feat/dont-include-pkg-with-union-selectors-when-pkg-is-using Don't include package for union selector completions if the package has being 'using'ed
| * Don't include package for union selector completions if the package has ↵Brad Lewis2025-11-063-1/+48
|/ | | | being 'using'ed
* Merge pull request #1160 from BradLewis/fix/reintroduce-selector-fallback-codeBradley Lewis2025-11-062-0/+311
|\ | | | | Reintroduce fallback code for selector exprs
| * 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 expressions
| * 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 statement
| * 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
|\ | | | | Add test for array type hover
| * Fix resolving array selectors with local typesBrad Lewis2025-11-052-2/+15
| |