aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
| * | Correctly show type information with vscode completionsBrad Lewis2025-08-141-0/+4
* | | Correctly render hover information for maps with empty struct valuesBrad Lewis2025-08-131-51/+82
|/ /
* / Fix crash on accessing nil arg type pointerDamian Tarnawski2025-08-131-2/+4
|/
* Check if fixed arrays are the same length for proc overloadsBrad Lewis2025-08-131-3/+19
* Merge pull request #869 from BradLewis/fix/completions-enum-mapsBradley Lewis2025-08-121-0/+9
|\
| * Correctly resolve completions for comp lit map with enum keys and valuesBrad Lewis2025-08-121-0/+9
* | Fix go to type definition on a variable in a comp litBrad Lewis2025-08-121-7/+7
|/
* Add methods for untyped symbols the same as their typed variantsBrad Lewis2025-08-123-36/+63
* Handle field return with custom iterator procsBrad Lewis2025-08-121-22/+15
* Move local code into it's own fileBrad Lewis2025-08-122-1052/+1056
* Correctly handle field return values from procsBrad Lewis2025-08-122-20/+13
* Show poly struct information on types from external packages and resolve iden...Brad Lewis2025-08-124-3/+10
* Use empty struct as map values when wanting a hashsetBrad Lewis2025-08-126-216/+216
* Revert filtering docs above symbols due to issues when using attributesBrad Lewis2025-08-121-6/+0
* Fix issue merging attributesBrad Lewis2025-08-121-7/+11
* Reapply "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-122-21/+104
* Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-122-104/+21
* Pass foreign block attributes to the body elementsBrad Lewis2025-08-112-21/+104
* Merge pull request #856 from BradLewis/feat/clean-completions-struct-declBradley Lewis2025-08-112-0/+22
|\
| * Remove functions, consts, variables and fields when in struct definitionsBrad Lewis2025-08-112-0/+22
* | Show nested bit fields correctlyBrad Lewis2025-08-113-14/+23
* | Correct all the newly broken tests due to changesBrad Lewis2025-08-113-60/+18
* | Attempt consolidate structure for writing docsBrad Lewis2025-08-112-90/+109
* | Remove type information from the signature and write nested struct fields cor...Brad Lewis2025-08-113-68/+96
|/
* Add missing binary expr operatorsBrad Lewis2025-08-111-1/+1
* Correctly resolve bit_set union and intersections with comp litsBrad Lewis2025-08-111-1/+14
* Merge pull request #850 from BradLewis/feat/resolve-type-definition-comp-litBradley Lewis2025-08-112-5/+32
|\
| * Resolve type definitions from comp litsBrad Lewis2025-08-112-5/+32
* | Provide completions when defining a variadic argumentBrad Lewis2025-08-111-1/+5
* | Resolve implicit completions with variadic argumentsBrad Lewis2025-08-111-0/+4
|/
* Add completions for proc params with default valuesBrad Lewis2025-08-101-0/+25
* Fix compiler issues with contextlessDanielGavin2025-08-103-7/+5
* Merge pull request #829 from BradLewis/feat/union-tagsDanielGavin2025-08-104-0/+24
|\
| * Add union align and kind to hover informationBrad Lewis2025-08-094-0/+24
* | Add array like methods for untyped stringsBrad Lewis2025-08-091-0/+4
|/
* Merge pull request #839 from BradLewis/fix/infinite-loop-comp-litBradley Lewis2025-08-091-0/+2
|\
| * Fix issue getting stuck in an infinite loop when unwraping comp litsBrad Lewis2025-08-091-0/+2
* | Merge pull request #837 from BradLewis/fix/resolve-poly-procs-return-type-localsDanielGavin2025-08-093-44/+53
|\ \
| * | Implement method to resolve poly return types based on the types of local var...Brad Lewis2025-08-093-44/+53
* | | Enable references by defaultBrad Lewis2025-08-092-5/+1
| |/ |/|
* | Remove incorrectly added doc comments from symbolsBrad Lewis2025-08-074-17/+25
|/
* Resolve poly type variablesBrad Lewis2025-08-044-1/+30
* Merge pull request #822 from BradLewis/feat/add-docs-for-enums-unionsDanielGavin2025-08-035-38/+157
|\
| * Add documentation to union variantsBrad Lewis2025-08-034-6/+22
| * Add documentation to enum fieldsBrad Lewis2025-08-035-32/+135
* | Merge pull request #820 from BradLewis/feat/improve-resolving-implicit-selectorsDanielGavin2025-08-032-176/+101
|\ \ | |/ |/|
| * Improve and consolidate resolving implicit selector comp literalsBrad Lewis2025-08-032-176/+101
* | Clone the calling convention when cloning an `ast.Proc_Type`Brad Lewis2025-08-031-0/+1
|/
* Correctly resolve comp lit implicit values when using nested structs and not ...Brad Lewis2025-08-021-23/+50
* Switch to using out params for `internal_resolve_type_expression` to greatly ...Brad Lewis2025-08-022-86/+137