aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Correct resolved types when slicing multi-pointersBrad Lewis2025-09-142-1/+31
|/
* Merge pull request #1012 from BradLewis/masterBradley Lewis2025-09-133-70/+4
|\ | | | | Revert selector within selector call expression changes
| * Revert "Merge pull request #1010 from ↵Brad Lewis2025-09-133-34/+1
| | | | | | | | | | | | | | BradLewis/fix/completions-selector-in-selector-call" This reverts commit a581608407b82b4816b7fbbe29da97c55c53c33e, reversing changes made to a697921c2556eb14f10fb54117f83dca4fffd027.
| * Revert "Merge pull request #1011 from ↵Brad Lewis2025-09-133-37/+4
|/ | | | | | | BradLewis/fix/completions-select-in-selector-call" This reverts commit 69c2024f8a65244d46941fbbf6459fed01348dee, reversing changes made to a581608407b82b4816b7fbbe29da97c55c53c33e.
* Merge pull request #1011 from BradLewis/fix/completions-select-in-selector-callBradley Lewis2025-09-133-4/+37
|\ | | | | Correct selector completions within selector call exprs
| * Correct selector completions within selector call exprsBrad Lewis2025-09-133-4/+37
|/
* Merge pull request #1010 from ↵Bradley Lewis2025-09-133-1/+34
|\ | | | | | | BradLewis/fix/completions-selector-in-selector-call
| * Resolve selector completions when a selector expr within a selector call exprBrad Lewis2025-09-133-1/+34
|/
* Merge pull request #1009 from BradLewis/feat/add-string16-cstring16-typesBradley Lewis2025-09-132-1/+5
|\ | | | | Add string16 and cstring16 types
| * Add string16 and cstring16 typesBrad Lewis2025-09-132-1/+5
|/
* Merge pull request #1007 from BradLewis/fix/assignment-long-linesBradley Lewis2025-09-132-2/+2
|\ | | | | Make assignment and value decl behaviour the same with long lines
| * Make assignment and value decl behaviour the same with long linesBrad Lewis2025-09-132-2/+2
|/
* Merge pull request #1006 from BradLewis/feat/proc-group-matrix-typesBradley Lewis2025-09-132-4/+67
|\ | | | | Resolve proc groups with matrix types
| * Resolve proc groups with matrix typesBrad Lewis2025-09-132-4/+67
|/
* Merge pull request #1005 from BradLewis/fix/allow-untyped-int-use-float-typesBradley Lewis2025-09-131-2/+8
|\ | | | | Add endian types to the untyped map
| * Add endian types to the untyped mapBrad Lewis2025-09-131-2/+8
| |
* | Merge pull request #1004 from BradLewis/fix/allow-untyped-int-use-float-typesBradley Lewis2025-09-131-0/+9
|\| | | | | Allow untyped ints to be mapped to floating point types
| * Allow untyped ints to be mapped to floating point typesBrad Lewis2025-09-131-0/+9
|/
* Merge pull request #1000 from BradLewis/fix/long-struct-fieldsBradley Lewis2025-09-121-1/+1
|\ | | | | Fix formatting structs with long field definitions
| * Fix formatting structs with long field definitionsBrad Lewis2025-09-121-1/+1
|/
* Merge pull request #996 from thetarnav/inlay-hints-fixesBradley Lewis2025-09-126-252/+353
|\ | | | | Inlay hints fixes
| * Remove "Failed to get inlay hints" errorDamian Tarnawski2025-09-121-32/+27
| |
| * Add additional test case to ast_inlay_hints_multi_return_paramsDamian Tarnawski2025-09-121-4/+6
| |
| * Remove slice.getDamian Tarnawski2025-09-121-16/+20
| |
| * Support inlay hints for multi-return function call arguments (fixes #901)Damian Tarnawski2025-09-121-7/+54
| |
| * Improve inlay hint algorithm and add more tests (fixes #920)Damian Tarnawski2025-09-112-127/+145
| |
| * Remove call nodes dyn array from get_inlay_hintsDamian Tarnawski2025-09-111-55/+45
| |
| * Improve printing errors in inlay hint testsDamian Tarnawski2025-09-111-20/+53
| |
| * Take expected inlay hints from the source codeDamian Tarnawski2025-09-112-76/+65
| |
| * Ignore linux build artifactsDamian Tarnawski2025-09-111-0/+2
| |
| * Correct single_test and add build_test build script commandsDamian Tarnawski2025-09-112-1/+22
| |
* | Merge pull request #998 from ↵Bradley Lewis2025-09-118-60/+262
|\ \ | | | | | | | | | | | | BradLewis/feat/nesting-structs-bitfield-improvements Feat/nesting structs bitfield improvements
| * | Resolve references for bit field fieldsBrad Lewis2025-09-113-39/+138
| | |
| * | Correctly resolve go to definition for nested using bitfields on structsBrad Lewis2025-09-113-3/+56
| | |
| * | Resolve hover information for nested struct and bitfield fieldsBrad Lewis2025-09-112-18/+68
|/ /
* | Merge pull request #994 from BradLewis/chore/resolve-assign-comp-litsBradley Lewis2025-09-103-0/+190
|\ \ | | | | | | Improvements to resolving assignment comp lits
| * | Correctly resolve references of assign comp litsBrad Lewis2025-09-102-2/+54
| | |
| * | Correctly resolve comp lits in map keysBrad Lewis2025-09-102-10/+49
| | |
| * | Resolve assign comp litsBrad Lewis2025-09-102-0/+99
|/ /
* | Merge pull request #993 from BradLewis/chore/reenable-windows-tests-ciBradley Lewis2025-09-101-2/+2
|\ \
| * | Re-enable running the tests in the windows CIBrad Lewis2025-09-101-2/+2
|/ /
* | Merge pull request #992 from BradLewis/fix/check-symbol-before-code-actionBradley Lewis2025-09-101-1/+4
|\ \ | |/ |/| Check if name is referring to a known symbol before adding to the import code action
| * Check if name is referring to a known symbol before adding to the import ↵Brad Lewis2025-09-101-1/+4
|/ | | | code action
* Merge pull request #991 from BradLewis/fix/clone-proc-lit-where-clauseBradley Lewis2025-09-101-1/+1
|\ | | | | Clone proc lit where clauses
| * Clone proc lit where clausesBrad Lewis2025-09-101-1/+1
|/
* Merge pull request #990 from BradLewis/feat/where-clause-in-hoverBradley Lewis2025-09-105-27/+156
|\ | | | | Add where clauses to hover information
| * Add parentheses around named proc returnsBrad Lewis2025-09-102-1/+20
| |
| * Add where clauses to hover informationBrad Lewis2025-09-105-26/+136
|/
* Merge pull request #987 from BradLewis/feat/cache-packages-workspace-symbolsBradley Lewis2025-09-093-50/+61
|\ | | | | Cache workspace pkgs so we don't walk the file system each workspace symbol request
| * Find symbols in all workspaces and set TTL to 20sBrad Lewis2025-09-091-29/+31
| |