aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1273 from DireLines/masterBradley Lewis7 days4-14/+273
|\
| * refactor switch case info into struct; handle multiple comma-separated varian...Nathaniel Saxe7 days1-55/+74
| * 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 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
* | | | Merge pull request #1272 from BradLewis/fix/collector-null-dereferenceBradley Lewis2026-02-011-1/+1
|\ \ \ \
| * | | | Fix null dereference when pkg is nil in collectorBrad Lewis2026-02-011-1/+1
|/ / / /
* | | | Merge pull request #1271 from ProtonZero/masterBradley Lewis2026-02-0110-7/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | #+feature using-stmtTasha Companion2026-01-3010-7/+17
|/ / /
* | | Merge pull request #1265 from pnarimani/fake_method_groupBradley Lewis2026-01-294-125/+672
|\ \ \
| * | | feat: added one more test to make sure there are no edge casesmoonz2026-01-272-4/+32
| * | | Merge branch 'overload_resolution' into fake_method_groupmoonz2026-01-276-83/+108
| |\ \ \
| * | | | feat: add completion edit text test for proc group with single argumentpc2026-01-273-2/+88
| * | | | feat: suggest proc group instead of individual procspc2026-01-274-125/+558
* | | | | Merge pull request #1263 from pnarimani/overload_resolutionBradley Lewis2026-01-278-7/+190
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' into overload_resolutionmoonz2026-01-276-83/+108
| |\ \ \ \ | |/ / / / |/| / / / | |/ / /
* | | | Merge pull request #1264 from BradLewis/feat/add-option-to-use-docs-for-comp-...Bradley Lewis2026-01-276-81/+106
|\ \ \ \
| * | | | Add option to put the signature help for comp lits in the docs to improve ren...Brad Lewis2026-01-276-81/+106
|/ / / /
| * | | refactor: cleaning up the methods and config readingmoonz2026-01-274-36/+68
| * | | feat: added a feature flag to turn overload resoution on and offmoonz2026-01-276-7/+22
| * | | feat: go to resolved proc from a proc overload group when performing go-to-de...moonz2026-01-272-4/+140
|/ / /
* | | Merge pull request #1261 from BradLewis/fix/signature-labels-with-no-comp-litBradley Lewis2026-01-252-0/+41
|\ \ \
| * | | Fix signature labels displaying empty symbol in definitions after commasBrad Lewis2026-01-252-0/+41
* | | | Merge pull request #1260 from BradLewis/fix/parapoly-struct-with-parapoly-childBradley Lewis2026-01-242-0/+38
|\| | |
| * | | Correctly resolve child parapoly structsBrad Lewis2026-01-242-0/+38
|/ / /
* | | Merge pull request #1259 from BradLewis/feat/polytype-improvementsBradley Lewis2026-01-249-6/+45
|\ \ \
| * | | Correctly resolve hover info for poly types in where clauses for procsBrad Lewis2026-01-249-6/+45
|/ / /
* | | Merge pull request #1254 from louisdutton/hoverdoc-improvementsBradley Lewis2026-01-199-94/+127
|\ \ \
| * | | Improve hoverdoc formattingLouis Dutton2026-01-179-94/+127
|/ / /