summaryrefslogtreecommitdiff
path: root/src/server/locals.odin
Commit message (Expand)AuthorAgeFilesLines
* Support iterating over an enumBrad Lewis2025-11-021-0/+33
* Correctly resolve local when blocksBrad Lewis2025-10-301-10/+14
* Update local consts hover info to behave like global constsBrad Lewis2025-10-301-4/+45
* Correctly resolve local if and when ternary expressionsBrad Lewis2025-09-171-0/+4
* Distinguish between variables and types with local variablesBrad Lewis2025-09-081-29/+48
* Proc named returns should not be marked as parametersBrad Lewis2025-09-071-2/+2
* When resolving locals, don't resolve all possibilities for overloaded procsBrad Lewis2025-08-301-0/+3
* Correctly resolve basic casts when using an alias from another packageBrad Lewis2025-08-301-1/+2
* Process defer statements and correct hover info for anonymous typesBrad Lewis2025-08-281-0/+2
* Move position context code into it's own fileBrad Lewis2025-08-241-0/+13
* Correct check for mutable locals when parsing non mutable onlyBrad Lewis2025-08-181-2/+2
* Handle field return with custom iterator procsBrad Lewis2025-08-121-22/+15
* Move local code into it's own fileBrad Lewis2025-08-121-0/+1056