aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #869 from BradLewis/fix/completions-enum-mapsBradley Lewis2025-08-122-0/+55
|\ \ | | | | | | Correctly resolve completions for comp lit map with enum keys and values
| * | Correctly resolve completions for comp lit map with enum keys and valuesBrad Lewis2025-08-122-0/+55
| | |
* | | Merge pull request #870 from BradLewis/fix/type-definition-comp-litBradley Lewis2025-08-122-7/+34
|\ \ \ | | | | | | | | Fix go to type definition on a variable in a comp lit
| * | | Fix go to type definition on a variable in a comp litBrad Lewis2025-08-122-7/+34
|/ / /
* | | Merge pull request #868 from BradLewis/fix/methods-untyped-symbolsBradley Lewis2025-08-123-36/+63
|\| | | | | | | | Add methods for untyped symbols the same as their typed variants
| * | Add methods for untyped symbols the same as their typed variantsBrad Lewis2025-08-123-36/+63
|/ /
* | Merge pull request #867 from BradLewis/fix/field-return-valuesBradley Lewis2025-08-124-1072/+1096
|\ \
| * | Handle field return with custom iterator procsBrad Lewis2025-08-122-22/+33
| | |
| * | Move local code into it's own fileBrad Lewis2025-08-122-1052/+1056
| | |
| * | Correctly handle field return values from procsBrad Lewis2025-08-123-20/+29
|/ /
* | Merge pull request #865 from BradLewis/fix/struct-hover-poly-infoBradley Lewis2025-08-125-3/+45
|\ \ | | | | | | Fix/struct hover poly info
| * | Show poly struct information on types from external packages and resolve ↵Brad Lewis2025-08-125-3/+45
| | | | | | | | | | | | identifier poly types
* | | Merge pull request #864 from BradLewis/chore/use-empty-struct-hash-setBradley Lewis2025-08-126-216/+216
|\| | | | | | | | Use empty struct as map values when wanting a hashset
| * | Use empty struct as map values when wanting a hashsetBrad Lewis2025-08-126-216/+216
|/ /
* | Merge pull request #863 from BradLewis/masterBradley Lewis2025-08-122-18/+0
|\ \ | | | | | | Revert filtering docs above symbols due to issues when using attributes
| * | Revert filtering docs above symbols due to issues when using attributesBrad Lewis2025-08-122-18/+0
|/ /
* | Merge pull request #860 from BradLewis/fix/foreign-blocksBradley Lewis2025-08-123-23/+236
|\ \ | | | | | | Fix issue with foreign block attributes
| * | Fix issue merging attributesBrad Lewis2025-08-121-7/+11
| | |
| * | Reapply "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-123-21/+230
| | | | | | | | | | | | This reverts commit 111e83166b1932594f51a513507bd9a26555b061.
* | | Merge pull request #859 from BradLewis/masterBradley Lewis2025-08-123-230/+21
|\| | | | | | | | Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
| * | Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-123-230/+21
|/ / | | | | | | | | This reverts commit 09b873b80d6ce5c270bf9e0d735f857109c98715, reversing changes made to 848d46e939d91c9b5067d2f5b3cc034f20b20612.
* | Merge pull request #857 from BradLewis/feat/foreign-block-attrsBradley Lewis2025-08-113-21/+230
|\ \ | | | | | | Pass foreign block attributes to the body elements
| * | Pass foreign block attributes to the body elementsBrad Lewis2025-08-113-21/+230
|/ /
* | Merge pull request #856 from BradLewis/feat/clean-completions-struct-declBradley Lewis2025-08-114-1/+43
|\ \ | | | | | | Remove functions, consts, variables and fields when in struct definitions
| * | Remove functions, consts, variables and fields when in struct definitionsBrad Lewis2025-08-114-1/+43
| | |
* | | Merge pull request #844 from BradLewis/feat/hover-nested-fieldsBradley Lewis2025-08-117-214/+302
|\ \ \ | |/ / |/| | Improved hover information for nested structs fields
| * | Show nested bit fields correctlyBrad Lewis2025-08-114-14/+44
| | |
| * | Correct all the newly broken tests due to changesBrad Lewis2025-08-115-65/+23
| | |
| * | Attempt consolidate structure for writing docsBrad Lewis2025-08-113-108/+127
| | |
| * | Remove type information from the signature and write nested struct fields ↵Brad Lewis2025-08-114-74/+155
|/ / | | | | | | correctly
* | Merge pull request #854 from BradLewis/fix/binary-expr-not-eqBradley Lewis2025-08-112-1/+37
|\ \ | | | | | | Add missing binary expr operators
| * | Add missing binary expr operatorsBrad Lewis2025-08-112-1/+37
|/ /
* | Merge pull request #853 from BradLewis/fix/resolve-bit-set-union-intersectionBradley Lewis2025-08-112-1/+50
|\ \ | | | | | | Correctly resolve bit_set union and intersections with comp lits
| * | Correctly resolve bit_set union and intersections with comp litsBrad Lewis2025-08-112-1/+50
|/ /
* | Merge pull request #850 from BradLewis/feat/resolve-type-definition-comp-litBradley Lewis2025-08-113-5/+74
|\ \ | | | | | | Resolve type definitions from comp lits
| * | Resolve type definitions from comp litsBrad Lewis2025-08-113-5/+74
| | |
* | | Merge pull request #849 from BradLewis/fix/enum-variadic-argsBradley Lewis2025-08-113-1/+45
|\ \ \ | |/ / |/| | Completions for variadic args
| * | Provide completions when defining a variadic argumentBrad Lewis2025-08-112-1/+21
| | |
| * | Resolve implicit completions with variadic argumentsBrad Lewis2025-08-112-0/+24
|/ /
* | Merge pull request #845 from ↵Bradley Lewis2025-08-112-0/+39
|\ \ | | | | | | | | | | | | BradLewis/feat/add-completion-default-value-proc-params Add completions for proc params with default values
| * | Add completions for proc params with default valuesBrad Lewis2025-08-102-0/+39
|/ /
* | Fix compiler issues with contextlessDanielGavin2025-08-103-7/+5
| |
* | Merge pull request #829 from BradLewis/feat/union-tagsDanielGavin2025-08-105-0/+53
|\ \ | | | | | | Add union align and kind to hover information
| * | Add union align and kind to hover informationBrad Lewis2025-08-095-0/+53
| | |
* | | Merge pull request #835 from thetarnav/patch-1DanielGavin2025-08-101-4/+14
|\ \ \ | | | | | | | | Correct odin problemMatcher and add odin-unix
| * | | Revert to using `[^:]+` for problem matchersDamian Tarnawski2025-08-091-2/+2
| | | |
| * | | Correct odin problemMatcher and add odin-unixDamian Tarnawski2025-08-091-4/+14
| | | |
* | | | Merge pull request #841 from BradLewis/feat/magic-methods-untyped-stringBradley Lewis2025-08-091-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 lits