| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix crash when using a generic proc in a struct field with a default value | Brad Lewis | 2025-12-02 | 1 | -3/+9 | |
| |/ | ||||||
| * | Merge pull request #1199 from ↵ | Bradley Lewis | 2025-12-01 | 2 | -1/+18 | |
| |\ | | | | | | | BradLewis/fix/implicit-selector-completion-binary-expr-improvements | |||||
| | * | Provide completions for comparison binary expr and implicit selectors | Brad Lewis | 2025-12-01 | 2 | -1/+18 | |
| |/ | ||||||
| * | Merge pull request #1195 from ↵ | Bradley Lewis | 2025-11-30 | 2 | -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 packages | Brad Lewis | 2025-11-30 | 2 | -0/+54 | |
| |/ | ||||||
| * | Merge pull request #1194 from BradLewis/fix/doc-comments-nested-types | Bradley Lewis | 2025-11-30 | 2 | -2/+54 | |
| |\ | | | | | Fix indentation for doc comments using `/**/` within other procedures | |||||
| | * | Fix indentation for doc comments using `/**/` within other procedures | Brad Lewis | 2025-11-30 | 2 | -2/+54 | |
| |/ | ||||||
| * | Merge pull request #1193 from BradLewis/fix/union-pointer | Bradley Lewis | 2025-11-30 | 2 | -0/+60 | |
| |\ | | | | | Correctly resolve type assertions with unary exprs | |||||
| | * | Correctly resolve type assertions with unary exprs | Brad Lewis | 2025-11-29 | 2 | -0/+60 | |
| |/ | ||||||
| * | Merge pull request #1190 from BradLewis/fix/bitshift-result-types | Bradley Lewis | 2025-11-24 | 2 | -0/+15 | |
| |\ | | | | | Correct the resultant type for bitshifts | |||||
| | * | Correct the resultant type for bitshifts | Brad Lewis | 2025-11-23 | 2 | -0/+15 | |
| |/ | ||||||
| * | Merge pull request #1189 from BradLewis/fix/unary-expr-function-call | Bradley Lewis | 2025-11-17 | 2 | -2/+41 | |
| |\ | | | | | Fix/unary expr function call | |||||
| | * | Fix hover type for proc calls wrapped in parens | Brad Lewis | 2025-11-17 | 2 | -1/+26 | |
| | | | ||||||
| | * | Add missing unary expr operands | Brad Lewis | 2025-11-17 | 2 | -1/+15 | |
| |/ | ||||||
| * | Merge pull request #1186 from ↵ | Bradley Lewis | 2025-11-17 | 2 | -80/+99 | |
| |\ | | | | | | | | | BradLewis/fix/implicit-selector-completion-improvements Fix implicit selector completions for enumerated arrays | |||||
| | * | Fix implicit selector completions for enumerated arrays | Brad Lewis | 2025-11-17 | 2 | -80/+99 | |
| |/ | ||||||
| * | Merge pull request #1185 from BradLewis/fix/unary-expr-function-call | Bradley Lewis | 2025-11-17 | 2 | -4/+46 | |
| |\ | ||||||
| | * | Correct resolving unary exprs immediately after a function call | Brad Lewis | 2025-11-16 | 2 | -4/+46 | |
| |/ | ||||||
| * | Merge pull request #1183 from BradLewis/fix/infinite-resolution-loop | Bradley Lewis | 2025-11-15 | 1 | -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 Lewis | 2025-11-14 | 1 | -38/+68 | |
| |/ | | | | trying to resolve bad expressions | |||||
| * | Merge pull request #1180 from BradLewis/fix/named-call-arg-types | Bradley Lewis | 2025-11-13 | 2 | -7/+33 | |
| |\ | | | | | Fix/named call arg types | |||||
| | * | Fix resolving named call arg types at call site | Brad Lewis | 2025-11-13 | 2 | -7/+33 | |
| | | | ||||||
| * | | Merge pull request #1179 from BradLewis/fix/struct-using-with-parens | Bradley Lewis | 2025-11-13 | 2 | -1/+21 | |
| |\| | | | | | Correctly resolve struct usings that are paren exprs | |||||
| | * | Correctly resolve struct usings that are paren exprs | Brad Lewis | 2025-11-13 | 2 | -1/+21 | |
| |/ | ||||||
| * | Merge pull request #1178 from BradLewis/fix/add-sorttext-unimported-packages | Bradley Lewis | 2025-11-13 | 1 | -0/+3 | |
| |\ | | | | | Add sortText to unimported package completions | |||||
| | * | Add sortText to unimported package completions | Brad Lewis | 2025-11-13 | 1 | -0/+3 | |
| |/ | ||||||
| * | Merge pull request #1174 from BradLewis/fix/local-variables-docs | Bradley Lewis | 2025-11-13 | 6 | -8/+33 | |
| |\ | | | | | Add docs for local value decls | |||||
| | * | Add docs for local value decls | Brad Lewis | 2025-11-13 | 6 | -8/+33 | |
| |/ | ||||||
| * | Merge pull request #1172 from A1029384756/master | Bradley Lewis | 2025-11-12 | 6 | -2/+17 | |
| |\ | | | | | added #all_or_none | |||||
| | * | added #all_or_none | A1029384756 | 2025-11-12 | 6 | -2/+17 | |
| | | | ||||||
| * | | Merge pull request #1173 from FrancisTheCat/masterdev-2025-11 | Bradley Lewis | 2025-11-12 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Fix loop variable for ranged for loops with `..=` | |||||
| | * | Fix loop variable for ranged for loops with `..=` | Franz | 2025-11-12 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1170 from BradLewis/fix/add-missing-exprs-clone-free | Bradley Lewis | 2025-11-10 | 2 | -3/+15 | |
| |\ | | | | | Add missing expr that should be cloned and freed | |||||
| | * | Add missing expr that should be cloned and freed | Brad Lewis | 2025-11-10 | 2 | -3/+15 | |
| |/ | ||||||
| * | Merge pull request #1168 from BradLewis/fix/index-slice-function-calls | Bradley Lewis | 2025-11-09 | 2 | -21/+63 | |
| |\ | | | | | Correctly resolve exprs when immediately indexing or slicing a function call | |||||
| | * | Correctly resolve exprs when immediately indexing or slicing a function call | Brad Lewis | 2025-11-09 | 2 | -21/+63 | |
| |/ | ||||||
| * | Merge pull request #1164 from BradLewis/fix/poly-proc-soa-arrays | Bradley Lewis | 2025-11-07 | 3 | -2/+30 | |
| |\ | | | | | Correctly resolve poly proc returns with #soa arrays | |||||
| | * | Correctly resolve poly proc returns with #soa arrays | Brad Lewis | 2025-11-07 | 3 | -2/+30 | |
| |/ | ||||||
| * | Merge pull request #1163 from BradLewis/fix/when-block-infinite-loop | Bradley Lewis | 2025-11-07 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Fix issue with when else statements getting stuck in an infinite loop | Brad Lewis | 2025-11-07 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #1161 from ↵ | Bradley Lewis | 2025-11-06 | 3 | -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 Lewis | 2025-11-06 | 3 | -1/+48 | |
| |/ | | | | being 'using'ed | |||||
| * | Merge pull request #1160 from BradLewis/fix/reintroduce-selector-fallback-code | Bradley Lewis | 2025-11-06 | 2 | -0/+311 | |
| |\ | | | | | Reintroduce fallback code for selector exprs | |||||
| | * | Reintroduce fallback code for selector exprs | Brad Lewis | 2025-11-06 | 2 | -0/+311 | |
| |/ | ||||||
| * | Merge pull request #1157 from BradLewis/fix/implicit-selector-resolution-order | Bradley Lewis | 2025-11-06 | 3 | -34/+63 | |
| |\ | | | | | Resolve implicit selector switch statements before index expressions | |||||
| | * | Resolve implicit selector switch statements before index expressions | Brad Lewis | 2025-11-06 | 3 | -34/+63 | |
| |/ | ||||||
| * | Merge pull request #1156 from BradLewis/fix/crash-for-loop | Bradley Lewis | 2025-11-06 | 1 | -15/+17 | |
| |\ | | | | | Fix crash with typing for for in statement | |||||
| | * | Fix crash with typing for for in statement | Brad Lewis | 2025-11-06 | 1 | -15/+17 | |
| |/ | ||||||
| * | Merge pull request #1155 from BradLewis/fix/array-type-hover | Bradley Lewis | 2025-11-05 | 3 | -2/+43 | |
| |\ | | | | | Add test for array type hover | |||||
| | * | Fix resolving array selectors with local types | Brad Lewis | 2025-11-05 | 2 | -2/+15 | |
| | | | ||||||