summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1272 from BradLewis/fix/collector-null-dereferencedev-2026-01Bradley Lewis2026-02-011-1/+1
* 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
|/
* Merge pull request #1251 from mollstam/fix/odinfmt_heap_allocatorDanielGavin2026-01-161-6/+7
|\
| * removed small block size used for testingTobias Mollstam2026-01-151-1/+1
| * revert to using arena but virtual memory that can growTobias Mollstam2026-01-151-5/+18
| * use default heap allocator instead of fixed size arena for odinfmt CLITobias Mollstam2026-01-121-17/+5
* | Merge pull request #1253 from BradLewis/fix/indexed-soa-exprBradley Lewis2026-01-152-6/+47
|\ \ | |/ |/|
| * Correct hover info for indexed soa pointersBrad Lewis2026-01-152-6/+47
|/
* Merge pull request #1247 from larzconwell/release-odinfmt-executabledev-2025-12Bradley Lewis2026-01-061-4/+4
|\
| * Make release odinfmt executableLarz Conwell2026-01-051-4/+4
|/
* Merge pull request #1244 from ske2004/fix_in_not_inBradley Lewis2026-01-051-2/+5
|\
| * oops apply only to Sublime LSPske2026-01-041-2/+5
| * fix in/not_in bit_set completeske2026-01-041-2/+2
|/
* Merge pull request #1238 from BradLewis/fix/completions-bit-set-proc-groupBradley Lewis2025-12-304-0/+61
|\
| * Improve bitset completions with proc groupsBrad Lewis2025-12-304-0/+61
* | Merge pull request #1236 from BradLewis/feat/add-vector-completions-for-using...Bradley Lewis2025-12-263-96/+159
|\ \ | |/ |/|
| * Add vector completions for using struct fieldsBrad Lewis2025-12-263-96/+159
|/
* Merge pull request #1230 from lucypero/add-optionsDanielGavin2025-12-234-16/+37
|\
| * Add option to align struct value assignmentLucy2025-12-214-2/+11
| * Add config parameter to schemaLucy2025-12-211-0/+5
| * Add docsLucy2025-12-211-0/+2
| * Fix formattingLucy2025-12-211-2/+1
| * Fix bugLucy2025-12-211-14/+17
| * Add config flag to align struct fieldsLucy2025-12-212-4/+7
| * Remove field type alignmentLucy2025-12-211-1/+1
* | Merge pull request #1231 from larzconwell/masterDanielGavin2025-12-233-11/+26
|\ \
| * | Add odinfmt to release zipsLarz Conwell2025-12-211-10/+16
| * | Build odinfmt in CILarz Conwell2025-12-212-1/+10
| |/
* | Merge pull request #1233 from BradLewis/fix/proc-arg-default-value-completionsBradley Lewis2025-12-232-0/+24
|\ \ | |/ |/|
| * Fix completions for implicit selector proc args with default valuesBrad Lewis2025-12-232-0/+24
|/
* Merge pull request #1228 from ske2004/add-default-library-modifier-for-builtinsBradley Lewis2025-12-183-1/+11
|\