| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correctly resolve local if and when ternary expressions | Brad Lewis | 2025-09-17 | 1 | -0/+4 |
| * | Distinguish between variables and types with local variables | Brad Lewis | 2025-09-08 | 1 | -29/+48 |
| * | Proc named returns should not be marked as parameters | Brad Lewis | 2025-09-07 | 1 | -2/+2 |
| * | When resolving locals, don't resolve all possibilities for overloaded procs | Brad Lewis | 2025-08-30 | 1 | -0/+3 |
| * | Correctly resolve basic casts when using an alias from another package | Brad Lewis | 2025-08-30 | 1 | -1/+2 |
| * | Process defer statements and correct hover info for anonymous types | Brad Lewis | 2025-08-28 | 1 | -0/+2 |
| * | Move position context code into it's own file | Brad Lewis | 2025-08-24 | 1 | -0/+13 |
| * | Correct check for mutable locals when parsing non mutable only | Brad Lewis | 2025-08-18 | 1 | -2/+2 |
| * | Handle field return with custom iterator procs | Brad Lewis | 2025-08-12 | 1 | -22/+15 |
| * | Move local code into it's own file | Brad Lewis | 2025-08-12 | 1 | -0/+1056 |