aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1032 from BradLewis/fix/completion-matching-unary-improve...Bradley Lewis2025-09-203-3/+71
|\
| * Check to see if completion already includes `&` before adding it when matchingBrad Lewis2025-09-203-3/+71
|/
* Merge pull request #1015 from godalming123/masterBradley Lewis2025-09-193-283/+32
|\
| * Change the behavior back so that not specifying the path to format cuases an ...godalming1232025-09-181-7/+17
| * Use core:flags instead of custom flag parsing library and fix 2 bugsgodalming1232025-09-143-286/+25
* | Merge pull request #1027 from BradLewis/fix/semantic-token-fixesBradley Lewis2025-09-174-2/+59
|\ \
| * | Correctly handle mutability for global variables in other filesBrad Lewis2025-09-172-1/+10
| * | Correctly parse param default value for semantic typesBrad Lewis2025-09-172-0/+25
| * | Correctly type fixed array selector fieldsBrad Lewis2025-09-172-2/+25
|/ /
* | Merge pull request #1025 from BradLewis/fix/add-proc-arg-tagsBradley Lewis2025-09-173-9/+24
|\ \
| * | Change untyped map to be enumerated array and use parse_f64 for parsing untyp...Brad Lewis2025-09-171-9/+2
| * | Add proc arg tags to hover documentationBrad Lewis2025-09-172-0/+22
|/ /
* | Merge pull request #1023 from BradLewis/fix/ternary-if-call-exprBradley Lewis2025-09-173-2/+19
|\ \
| * | Correctly resolve local if and when ternary expressionsBrad Lewis2025-09-173-2/+19
|/ /
* | Merge pull request #1021 from BradLewis/fix/implicit-selector-binary-exprBradley Lewis2025-09-162-3/+24
|\ \
| * | Correct implicit selector expressions within binary expressionsBrad Lewis2025-09-162-3/+24
|/ /
* | Merge pull request #1020 from BradLewis/feat/variadic-arg-improvementsBradley Lewis2025-09-165-19/+120
|\ \
| * | Correctly resolve generic types where the underlying identifier is a pointerBrad Lewis2025-09-164-18/+41
| * | Correctly resolve generic variadic argsBrad Lewis2025-09-162-0/+48
| * | Correctly resolve variadic args as a sliceBrad Lewis2025-09-162-1/+31
|/ /
* | Merge pull request #1017 from BradLewis/fix/remove-newline-with-long-switch-p...Bradley Lewis2025-09-143-2/+41
|\ \ | |/ |/|
| * Break with no newline for long partial switch statementBrad Lewis2025-09-143-2/+41
|/
* Merge pull request #1014 from BradLewis/fix/slicing-multipointersBradley Lewis2025-09-142-1/+31
|\
| * 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 "Merge pull request #1010 from BradLewis/fix/completions-selector-in-s...Brad Lewis2025-09-133-34/+1
| * Revert "Merge pull request #1011 from BradLewis/fix/completions-select-in-sel...Brad Lewis2025-09-133-37/+4
|/
* Merge pull request #1011 from BradLewis/fix/completions-select-in-selector-callBradley Lewis2025-09-133-4/+37
|\
| * Correct selector completions within selector call exprsBrad Lewis2025-09-133-4/+37
|/
* Merge pull request #1010 from BradLewis/fix/completions-selector-in-selector-...Bradley Lewis2025-09-133-1/+34
|\
| * 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 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 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 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 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 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 definitionsBrad Lewis2025-09-121-1/+1
|/
* Merge pull request #996 from thetarnav/inlay-hints-fixesBradley Lewis2025-09-126-252/+353
|\
| * 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