summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1294 from BradLewis/fix/config-directive-crashdev-2026-02Bradley Lewis3 days1-1/+3
|\
| * Fix crash with config directive with no argumentsBrad Lewis3 days1-1/+3
|/
* Merge pull request #1292 from BradLewis/feat/add-docs-to-package-hoverBradley Lewis5 days8-54/+193
|\
| * Add hover info when hovering over an import statementBrad Lewis5 days3-9/+43
| * Add hover info when hovering over package declarationBrad Lewis5 days1-0/+16
| * Add documentation to package completionsBrad Lewis5 days2-0/+34
| * Add documentation to package hover infoBrad Lewis5 days4-45/+100
|/
* Merge pull request #1291 from BradLewis/fix/clear-canceled-requests-after-del...Bradley Lewis5 days1-4/+1
|\
| * Clear canceled requests after they have been removed from the queueBrad Lewis5 days1-4/+1
|/
* Merge pull request #1290 from BradLewis/fix/overloaded-parapoly-proc-with-bit...Bradley Lewis5 days2-1/+31
|\
| * Correctly resolve parapoly overloaded procs using bitfieldsBrad Lewis5 days2-1/+31
* | Merge pull request #1289 from bsdcode/fix_check_bsdBradley Lewis5 days1-1/+1
|\ \ | |/ |/|
| * Fix checker diagnostics on BSDStefan Schlosser5 days1-1/+1
|/
* Merge pull request #1288 from BradLewis/fix/qualified-builtin-typesBradley Lewis5 days2-2/+37
|\
| * Correctly resolve builtin types when using the fully qualified name with the ...Brad Lewis5 days2-2/+37
|/
* Merge pull request #1285 from BradLewis/fix/resolve-poly-types-for-nested-callsBradley Lewis5 days2-1/+38
|\
| * Correctly resolve poly types from nested function calls that contain more tha...Brad Lewis5 days2-1/+38
|/
* Merge pull request #1281 from DireLines/masterBradley Lewis6 days1-0/+1
|\
| * meant thisNathaniel Saxe6 days1-1/+2
| * fix: forgot dotNathaniel Saxe6 days1-1/+1
|/
* Merge pull request #1279 from BradLewis/switch-code-actionBradley Lewis7 days6-119/+128
|\
| * Correct union parapoly completion and switch action namingBrad Lewis7 days1-9/+28
| * Fix parapoly union types being overridden incorrectlyBrad Lewis7 days2-1/+22
| * Only append the missing cases with the code actionBrad Lewis7 days3-109/+78
|/
* Merge pull request #1273 from DireLines/masterBradley Lewis7 days4-14/+273
|\
| * refactor switch case info into struct; handle multiple comma-separated varian...Nathaniel Saxe8 days1-55/+74
| * qualify union case names with pointer / package when necessaryNathaniel Saxe11 days2-21/+37
| * capture indentation of the overall switch blockNathaniel Saxe11 days1-26/+33
| * undo formatting changes in unrelated fileNathaniel Saxe12 days1-8/+12
| * sep=''Nathaniel Saxe12 days1-1/+1
| * refactor into file; handle indentationNathaniel Saxe12 days3-193/+214
| * Merge branch 'master' into masterNathaniel Saxe12 days35-336/+2149
| |\
| * | first put existing cases in order, then put in new casesNathaniel Saxe12 days1-25/+30
| * | private my helper functions so as not to pollute namespaceNathaniel Saxe2026-01-311-0/+3
| * | fix: reset ast context between resolve callsNathaniel Saxe2026-01-311-2/+12
| * | more or less handle union types - TODO in appropriate places on why not compl...Nathaniel Saxe2026-01-302-4/+13
| * | rm logsNathaniel Saxe2026-01-021-2/+0
| * | make it work for enum switch statements as wellNathaniel Saxe2026-01-021-25/+66
| * | populate remaining switch cases action for enumsNathaniel Saxe2026-01-011-0/+126
* | | Merge pull request #1277 from BradLewis/fix/hover-info-const-unary-exprBradley Lewis9 days2-1/+11
|\ \ \ | |_|/ |/| |
| * | Fix hover info for constant unary exprsBrad Lewis9 days2-1/+11
|/ /
* | Merge pull request #1274 from BradLewis/chore/document-builtin-folder-readmeBradley Lewis12 days1-0/+2
|\ \
| * | Add documentation for the path of the `builtin` folderBrad Lewis12 days1-0/+2
|/ /
* | Merge pull request #1268 from pnarimani/invert-ifBradley Lewis12 days4-0/+824
|\ \
| * \ Merge branch 'master' into invert-ifpc2026-01-3110-8/+18
| |\ \
| * | | fix: code action is no longer available inside the block of if statementmoonz2026-01-302-9/+22
| * | | refactor: renamed the test file to reflect which code action is being testedmoonz2026-01-301-14/+16
| * | | feat: add invert if actionpc2026-01-304-0/+809
* | | | Merge pull request #1252 from gxhamster/custom-config-pathDanielGavin14 days2-1/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | Feat: Add support for odinfmt custom config pathIyaan Azeez2026-01-142-1/+27