aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add enum base type and values to the enum symbol and update hover to include ...Brad Lewis2025-07-031-0/+14
* Add SymbolMapValue to selector resolve in the index caseBrad Lewis2025-07-031-0/+17
* Add hover information for enum fieldsBrad Lewis2025-07-031-0/+26
* Add hover information to enum implicit and explicit assignmentsBrad Lewis2025-07-031-0/+36
* Add enum completion to map keysBrad Lewis2025-07-031-1/+19
* Store local variables when looping over bitsetsBrad Lewis2025-07-031-0/+20
* Exclude already added enum fields when adding multiple to a bitsetBrad Lewis2025-07-021-0/+18
* Add completions for enum slice elementsBrad Lewis2025-07-021-0/+16
* Add tests for prepare rename and improve prepare rename resolutionBrad Lewis2025-07-021-0/+205
* Improve references of enums with field valuesBrad Lewis2025-07-021-0/+45
* Find references to struct fields defined within a proc correctlyBrad Lewis2025-07-021-0/+29
* Fix issues resolving poly proc fields and improve hover information of poly s...Brad Lewis2025-07-011-0/+100
* Set file for generic expressions to the file of the symbol, rather than the f...Brad Lewis2025-07-012-1/+162
* As struct poly info to hover informationBrad Lewis2025-07-011-0/+14
* resolve_location_selector didn't handle SymbolEnumValueDanielGavin2025-06-301-13/+32
* Merge branch 'BradLewis-fix/small-array-completion'DanielGavin2025-06-301-31/+166
|\
| * Improve resolution of parameteric types with external typesBrad Lewis2025-06-291-0/+128
* | Mark collected distinct symbols as distinct and improve hover informationBrad Lewis2025-06-291-0/+39
* | Correct package information on typesBrad Lewis2025-06-291-1/+1
* | Write package for types if it differs from the package of the symbolBrad Lewis2025-06-291-0/+28
* | Correct hover information for distinct types on fieldsBrad Lewis2025-06-291-1/+18
|/
* Expand Struct_Type usingsBrad Lewis2025-06-291-0/+22
* Make AstContext locals into a stack to fix resolving referencesBrad Lewis2025-06-281-0/+78
* Correctly resolve references within a switch case statementBrad Lewis2025-06-281-0/+36
* Improve completion struct informationBrad Lewis2025-06-271-6/+40
* Correct tests after the refactor and add comment docs to struct field complet...Brad Lewis2025-06-272-4/+4
* Consolidate documentation writing code into new file and base it around symbolsBrad Lewis2025-06-271-2/+2
* Merge pull request #678 from BradLewis/feat/proc-hover-commentsDanielGavin2025-06-271-0/+51
|\
| * Add proc comments to hover informationBrad Lewis2025-06-251-0/+51
* | Correctly resolve references with param_exprBrad Lewis2025-06-271-0/+33
|/
* Improve references/renaming for enums.DanielGavin2025-06-251-20/+53
* Merge pull request #676 from BradLewis/feat/struct-hover-improvementsDanielGavin2025-06-252-3/+134
|\
| * Introduce a builder for `SymbolStructValue` and add docs and comments toBrad Lewis2025-06-242-3/+134
* | Add better support for goto and hover in index of enumerated array.DanielGavin2025-06-251-0/+28
* | Add hover and definition on comp literals with enumerated arrays.DanielGavin2025-06-251-80/+47
* | Fix issues with non-mutable decls in nested blocks.DanielGavin2025-06-251-22/+30
|/
* Merge pull request #662 from BradLewis/feat/type-definitionDanielGavin2025-06-173-0/+939
|\
| * Correctly handle type castsBrad Lewis2025-06-131-0/+29
| * Correctly handle array types of pointersBrad Lewis2025-06-131-0/+26
| * Correctly handle pointer typesBrad Lewis2025-06-131-1/+121
| * Add textDocument/typeDefinition supportBrad Lewis2025-06-133-0/+764
* | Correctly resolve overloaded call argument types with parametric typesBrad Lewis2025-06-161-0/+76
* | Merge branch 'BradLewis-fix/further-overload-resolution-improvements'DanielGavin2025-06-151-16/+272
|\ \
| * | Fix resolution of identifiers from other packages that share the same name as...Brad Lewis2025-06-141-0/+134
| * | Further improvements to procedure overload resolutionBrad Lewis2025-06-141-0/+116
| |/
* / Improve resolution of comp literalsBrad Lewis2025-06-132-0/+34
|/
* Fix issue with field completions in multi-pointer structs and rename `SymbolM...Brad Lewis2025-06-131-0/+58
* Improve resolving overloaded functionsBrad Lewis2025-06-121-9/+42
* Fix issue with the LSP incorrectly inferring positions if the file started wi...Brad Lewis2025-06-113-0/+68
* Add struct field type to hover informationBrad Lewis2025-06-101-1/+43