aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1203 from ctzcs/DevHEADmasterDanielGavin9 hours1-1/+6
|\ | | | | Add region folding for vscode
| * Add region folding for vscodetianwen2025-12-051-1/+6
| |
* | Merge pull request #1302 from BradLewis/fix/overloaded-procs-generic-array-typesBradley Lewis39 hours2-111/+82
|\ \ | | | | | | Correcly resolve overloaded procs that use array types with pointer types
| * | Correcly resolve overloaded procs that use array types with pointer typesBrad Lewis39 hours2-111/+82
|/ /
* | Merge pull request #1300 from BradLewis/fix/workspace-symbolsBradley Lewis40 hours1-3/+4
|\ \ | | | | | | Fix workspace symbols search with os changes
| * | Fix workspace symbols search with os changesBrad Lewis40 hours1-3/+4
|/ /
* | Merge pull request #1299 from BradLewis/fix/os-port-mistakesBradley Lewis47 hours1-2/+2
|\ \ | | | | | | Fix error checking mistakes from porting to new os package
| * | Fix error checking mistakes from porting to new os packageBrad Lewis48 hours1-2/+2
|/ /
* | Merge pull request #1298 from BradLewis/fix/os-filepath-changes-windowsBradley Lewis3 days4-38/+133
|\ \ | | | | | | Fix filepath and os updates on windows
| * | Fix using filepath.to_slash on windowsBrad Lewis3 days3-36/+124
| | |
| * | Correctly fail builds in windowsBrad Lewis3 days1-2/+9
|/ /
* | Merge pull request #1297 from BradLewis/fix/destroy-walkerBradley Lewis3 days4-0/+4
|\ \ | | | | | | Add defers for destroying walkers
| * | Add defers for destroying walkersBrad Lewis3 days4-0/+4
|/ /
* | Merge pull request #1296 from BradLewis/fix/unused-imports-when-stmtBradley Lewis3 days2-8/+23
|\ \ | | | | | | Resolve decls in when statements to fix incorrectly flagging imports as unused
| * | Resolve decls in when statements to fix incorrectly flagging imports as unusedBrad Lewis3 days2-8/+23
|/ /
* | Merge pull request #1295 from BradLewis/feat/update-os-filepathBradley Lewis3 days19-188/+191
|\ \ | | | | | | Update ols to use the new os and filepath packages
| * | Update ols to use the new os and filepath packagesBrad Lewis3 days19-188/+191
|/ /
* | Merge pull request #1294 from BradLewis/fix/config-directive-crashdev-2026-02Bradley Lewis3 days1-1/+3
|\ \ | | | | | | Fix crash with config directive with no arguments
| * | 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 documentation to package hover info
| * | 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 ↵Bradley Lewis5 days1-4/+1
|\ \ | | | | | | | | | | | | BradLewis/fix/clear-canceled-requests-after-deletion Clear canceled requests after they have been removed from the queue
| * | Clear canceled requests after they have been removed from the queueBrad Lewis5 days1-4/+1
|/ /
* | Merge pull request #1290 from ↵Bradley Lewis5 days2-1/+31
|\ \ | | | | | | | | | | | | BradLewis/fix/overloaded-parapoly-proc-with-bitfield Correctly resolve parapoly overloaded procs using bitfields
| * | 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 BSD
| * | Fix checker diagnostics on BSDStefan Schlosser5 days1-1/+1
|/ / | | | | | | | | | | | | The output of the check command must be redirected to stdout on BSD systems too, otherwise the diagnostics cannot be processed. To reduce repetition, the separate conditional checks for ODIN_OS are combined into one bit_set test.
* | 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 package
| * | Correctly resolve builtin types when using the fully qualified name with the ↵Brad Lewis5 days2-2/+37
|/ / | | | | | | package
* | 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 than one return value
| * | Correctly resolve poly types from nested function calls that contain more ↵Brad Lewis5 days2-1/+38
|/ / | | | | | | than one return value
* | 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-actionnightlyBradley Lewis7 days6-119/+128
|\ \ | | | | | | Only append the missing cases, fix issues with parapoly unions
| * | 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
|\ \ | | | | | | feat: code action to populate remaining switch cases
| * | refactor switch case info into struct; handle multiple comma-separated ↵Nathaniel Saxe7 days1-55/+74
| | | | | | | | | | | | variants in case block
| * | qualify union case names with pointer / package when necessaryNathaniel Saxe10 days2-21/+37
| | |
| * | capture indentation of the overall switch blockNathaniel Saxe11 days1-26/+33
| | |
| * | undo formatting changes in unrelated fileNathaniel Saxe11 days1-8/+12
| | |
| * | sep=''Nathaniel Saxe11 days1-1/+1
| | |
| * | refactor into file; handle indentationNathaniel Saxe11 days3-193/+214
| | |
| * | Merge branch 'master' into masterNathaniel Saxe11 days35-336/+2149
| |\ \
| * | | first put existing cases in order, then put in new casesNathaniel Saxe11 days1-25/+30
| | | |