summaryrefslogtreecommitdiff
path: root/src/server/locals.odin
Commit message (Expand)AuthorAgeFilesLines
* #+feature using-stmtTasha Companion2026-01-301-0/+1
* Correctly resolve hover info for poly types in where clauses for procsBrad Lewis2026-01-241-2/+8
* Add hover info for variables from local call directivesBrad Lewis2025-12-141-0/+2
* Correctly resolve type assertions with unary exprsBrad Lewis2025-11-291-0/+6
* Add docs for local value declsBrad Lewis2025-11-131-2/+12
* Fix loop variable for ranged for loops with `..=`Franz2025-11-121-1/+1
* Fix crash with typing for for in statementBrad Lewis2025-11-061-15/+17
* Fix hover info for local array typesBrad Lewis2025-11-051-0/+2
* 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