summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1145 from BradLewis/fix/parapoly-typedef-returnsdev-2025-10Bradley Lewis2025-11-022-0/+94
|\ | | | | Add missing resolves for parapoly types
| * Add missing resolves for parapoly typesBrad Lewis2025-11-022-0/+94
|/
* Merge pull request #1144 from BradLewis/feat/range-over-enumBradley Lewis2025-11-022-0/+47
|\ | | | | Support iterating over an enum
| * Support iterating over an enumBrad Lewis2025-11-022-0/+47
|/
* Merge pull request #1139 from BradLewis/fix/resolve-local-whensBradley Lewis2025-10-303-15/+59
|\ | | | | Correctly resolve local when blocks
| * Correctly resolve local when blocksBrad Lewis2025-10-303-15/+59
|/
* Merge pull request #1138 from BradLewis/fix/completions-selector-castsBradley Lewis2025-10-302-2/+29
|\
| * Fix completions after casting a pointer to another typeBrad Lewis2025-10-302-2/+29
|/
* Merge pull request #1136 from BradLewis/feat/hover-local-consts-like-globalsBradley Lewis2025-10-303-5/+74
|\ | | | | Update local consts hover info to behave like global consts
| * Update local consts hover info to behave like global constsBrad Lewis2025-10-303-5/+74
|/
* Merge pull request #1135 from BradLewis/chore/remove-macos-13Bradley Lewis2025-10-302-2/+2
|\ | | | | Switch to arm based macos for ci pipeline
| * Switch to arm based macos for ci pipeline and macos-15-intel forBrad Lewis2025-10-302-2/+2
| | | | | | | | releases
* | Merge pull request #1133 from BradLewis/fix/proc-default-value-selectorBradley Lewis2025-10-302-0/+22
|\ \ | |/ |/| Correctly provide completions for proc default args that are a selector expr
| * Correctly provide completions for proc default args that are a selector exprBrad Lewis2025-10-302-0/+22
|/
* Merge pull request #1132 from BradLewis/fix/generic-proc-packagesBradley Lewis2025-10-304-93/+75
|\ | | | | Fix/generic proc packages
| * Provide the resolved symbol for the proc to propagate docs and commentsBrad Lewis2025-10-294-91/+48
| |
| * Correctly resolve package and range of generic procsBrad Lewis2025-10-293-12/+37
|/
* Merge pull request #1126 from doongjohn/masterBradley Lewis2025-10-291-38/+55
|\ | | | | Fix read_ols_initialize_options order and collection overriding.
| * Change config load order and fix odin_core_env detection.doongjohn2025-10-291-5/+7
| |
| * Change comment.doongjohn2025-10-291-1/+1
| |
| * Delete unnecessary log.doongjohn2025-10-291-1/+0
| |
| * Fix config initialization order.doongjohn2025-10-291-28/+41
| |
| * Fix memory leak for real.doongjohn2025-10-281-3/+4
| |
| * Fix memory leak when reinitializing the collections.doongjohn2025-10-281-5/+12
| |
| * Fix read_ols_initialize_options not initializing collections on seconddoongjohn2025-10-281-16/+11
| | | | | | | | initialize request.
* | Merge pull request #1131 from BradLewis/chore/update-untyped-hover-valuesBradley Lewis2025-10-292-6/+6
|\ \ | | | | | | Add complete types for untyped expr as we now show full values for constants
| * | Add complete types for untyped expr as we now show full values for constantsBrad Lewis2025-10-292-6/+6
|/ /
* | Merge pull request #1129 from BradLewis/fix/hover-complex-quaternion-literalsBradley Lewis2025-10-295-12/+57
|\ \ | | | | | | Display hover information for untyped complex numbers and quaternions correctly
| * | Display hover information for untyped complex numbers and quaternions correctlyBrad Lewis2025-10-295-12/+57
|/ /
* | Merge pull request #1127 from BradLewis/fix/enum-completion-array-valuesBradley Lewis2025-10-282-6/+41
|\ \ | |/ |/| Correctly resolve enum types that are array values
| * Correctly resolve enum types that are array valuesBrad Lewis2025-10-282-6/+41
|/
* Merge pull request #1124 from BradLewis/chore/update-odin-2025-10Bradley Lewis2025-10-272-2/+2
|\
| * Update odin to `dev-2025-10`Brad Lewis2025-10-272-2/+2
|/
* Merge pull request #1123 from BradLewis/fix/hover-info-bitset-underlyingBradley Lewis2025-10-272-1/+14
|\ | | | | Correctly display hover info for bitset with underlying type
| * Correctly display hover info for bitset with underlying typeBrad Lewis2025-10-272-1/+14
|/
* Merge pull request #1122 from BradLewis/fix/union-struct-enum-return-hoverBradley Lewis2025-10-252-3/+50
|\ | | | | Fix displayed return type when inlining a enum, struct, or union
| * Fix displayed return type when inlining a enum, struct, or unionBrad Lewis2025-10-252-3/+50
|/
* Merge pull request #1121 from BradLewis/fix/named-call-arg-completionsBradley Lewis2025-10-253-15/+58
|\ | | | | Fix provided incorrect completions for named call args
| * Fix provided incorrect completions for named call argsBrad Lewis2025-10-253-15/+58
|/
* Merge pull request #1114 from BradLewis/fix/clone-and-free-selector-call-exprBradley Lewis2025-10-222-0/+6
|\ | | | | Clone and free Selector_Call_Expr
| * Clone and free Selector_Call_ExprBrad Lewis2025-10-222-0/+6
|/
* Use get_case_sensitive_path for the uri in diagnostic. It matters for Zed ↵DanielGavin2025-10-222-3/+21
| | | | that they are case correct.
* Make sure to remove_diagnostics with the correct uri.DanielGavin2025-10-201-4/+4
|
* Merge pull request #1112 from BradLewis/feat/completions-array-comp-litBradley Lewis2025-10-192-2/+22
|\ | | | | Add identifier completions for array-like comp lits
| * Add identifier completions for array-like comp litsBrad Lewis2025-10-192-2/+22
|/
* Merge pull request #1110 from DanielGavin/uri-fix-diagnosticsDanielGavin2025-10-193-15/+7
|\ | | | | Use the same create_uri function to ensure the uri is consistant when sending diagnostics.
| * Use the same create_uri function to ensure the uri is consistant when ↵uri-fix-diagnosticsDanielGavin2025-10-193-15/+7
|/ | | | sending diagnostics.
* Merge pull request #1109 from BradLewis/chore/references-exit-early-if-localBradley Lewis2025-10-191-89/+96
|\ | | | | Return early when finding references for a local variable
| * Return early when finding references for a local variableBrad Lewis2025-10-191-89/+96
|/
* Merge pull request #1107 from rasa-silva/documentHighlightBradley Lewis2025-10-196-3/+78
|\ | | | | Add support for documentHighlight