summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1088 from BradLewis/feat/create-releasesdev-2025-09Bradley Lewis2025-10-113-12/+45
|\ | | | | Update nightly release action to allow creating releases tied to odin versions
| * Set version in binary when creating releasesBrad Lewis2025-10-113-13/+25
| |
| * Update nightly release action to allow creating releases tied to odin versionsBrad Lewis2025-10-111-3/+24
|/
* Merge pull request #1085 from ↵Bradley Lewis2025-10-082-1/+15
|\ | | | | | | | | BradLewis/fix/add-missing-slash-typeid-specialisation Add missing / in typeid specialization documentation
| * Add missing / in typeid specialization documentationBrad Lewis2025-10-082-1/+15
|/
* Merge pull request #1084 from thetarnav/read-file-temp-allocatorDanielGavin2025-10-081-3/+1
|\ | | | | Use temp_allocator for read_entire_file on file change
| * Use temp_allocator for read_entire_file on file changethetarnav2025-10-071-3/+1
|/
* Merge pull request #1083 from ↵Bradley Lewis2025-10-072-10/+28
|\ | | | | | | | | BradLewis/fix/implicit-selector-binary-expr-within-call-expr Correctly resolve implicit selectors within a binary expr within a call expr
| * Correctly resolve implicit selectors within a binary expr within a call exprBrad Lewis2025-10-072-10/+28
|/
* Merge pull request #1082 from BradLewis/fix/hover-rangesBradley Lewis2025-10-072-6/+3
|\ | | | | fix hover ranges to be at the cursor not at the symbol definition for certain cases
| * fix hover ranges to be at the cursor not at the symbol definition for ↵Brad Lewis2025-10-072-6/+3
|/ | | | certain cases
* Merge pull request #1081 from ↵Bradley Lewis2025-10-071-15/+15
|\ | | | | | | | | BradLewis/feat/provide-import-autocomplete-for-all-collections Enable auto import completion for all collections
| * Enable auto import completion for all collectionsBrad Lewis2025-10-071-15/+15
|/
* Merge pull request #1080 from BradLewis/fix/add-hover-rangesBradley Lewis2025-10-061-7/+10
|\ | | | | Add missing hover ranges
| * Add missing hover rangesBrad Lewis2025-10-061-7/+10
|/
* Merge pull request #1079 from BradLewis/fix/run-check-unused-on-refreshBradley Lewis2025-10-062-1/+3
|\ | | | | Run check unused imports on document refresh
| * Don't flag unused imports aliased as `_`Brad Lewis2025-10-061-1/+1
| |
| * Run check unused imports on document refreshBrad Lewis2025-10-061-0/+2
|/
* Merge pull request #1078 from BradLewis/fix/using-pkg-name-conflictsBradley Lewis2025-10-062-21/+55
|\ | | | | Resolve types from usings before global scope
| * Resolve types from usings before global scopeBrad Lewis2025-10-062-21/+55
|/
* Merge pull request #1040 from DanielGavin/remove-unused-importsDanielGavin2025-10-0510-152/+328
|\ | | | | Add new code action: remove unused imports
| * Use defer to handle the case when document_open fails.remove-unused-importsDanielGavin2025-10-051-2/+2
| |
| * Remove unused fields/variablesDanielGavin2025-10-043-39/+35
| |
| * Move the deletion of the uri to the request itself.DanielGavin2025-10-042-2/+2
| |
| * Added diagnostic system to collect all the diagnostics. Unused imports are ↵DanielGavin2025-10-035-102/+181
| | | | | | | | shown on save and open.
| * Merge branch 'master' into remove-unused-importsDanielGavin2025-09-277-42/+149
| |\
| * | Have the removed imports remove the line.DanielGavin2025-09-273-6/+32
| | |
| * | Merge branch 'master' into remove-unused-importsDanielGavin2025-09-2723-1183/+3344
| |\ \
| * | | Add support for graying out unused importsDanielGavin2025-09-224-30/+45
| | | |
| * | | Add new code action: remove unused importsDanielGavin2025-09-224-10/+69
| | | |
* | | | Merge pull request #1074 from thetarnav/inlay-range-improvedDanielGavin2025-10-044-14/+39
|\ \ \ \ | | | | | | | | | | Use document range in inlay hints
| * | | | Fix typoDamian Tarnawski2025-10-011-4/+4
| | | | |
| * | | | Use document range in get_inlay_hintsDamian Tarnawski2025-10-014-14/+39
| | | | |
| * | | | Use the ranged argument from inlay hints to improve performance.DanielGavin2025-10-011-1/+1
| | | | |
* | | | | Merge pull request #1077 from BradLewis/fix/generic-proc-inlining-hoverBradley Lewis2025-10-043-2/+21
|\ \ \ \ \ | | | | | | | | | | | | Add proc inlining information for generic procs
| * | | | | Add proc inlining information for generic procsBrad Lewis2025-10-043-2/+21
|/ / / / /
* | | | | Merge pull request #1076 from BradLewis/fix/call-after-proc-overloadBradley Lewis2025-10-042-32/+97
|\ \ \ \ \ | | | | | | | | | | | | Correctly provide completions when calling a proc immediately after a proc overload call
| * | | | | Correctly provide completions when calling a proc immediately after a proc ↵Brad Lewis2025-10-042-32/+97
|/ / / / / | | | | | | | | | | | | | | | overload call
* | | | | Merge pull request #1075 from thetarnav/patch-2DanielGavin2025-10-021-6/+0
|\ \ \ \ \ | |/ / / / |/| | | | Delete root package-lock.json
| * | | | Delete root package-lock.jsonDamian Tarnawski2025-10-011-6/+0
|/ / / /
* | | | Merge pull request #1062 from BradLewis/chore/set-odin-version-ciBradley Lewis2025-09-302-8/+12
|\ \ \ \ | | | | | | | | | | Add a variable to set the odin branch/tag in the ci and nightly builds
| * | | | Add a variable to set the odin branch/tag in the ci and nightly buildsBrad Lewis2025-09-262-8/+12
| | |/ / | |/| |
* | | | Merge pull request #1071 from BradLewis/fix/os-namesBradley Lewis2025-09-302-10/+25
|\ \ \ \ | | | | | | | | | | Add more names for comparison when checking whether to collect a file
| * | | | Add more names for comparison when checking whether to collect a fileBrad Lewis2025-09-302-10/+25
|/ / / /
* | | | Merge pull request #1070 from BradLewis/fix/improve-file-collection-os-logicBradley Lewis2025-09-301-19/+23
|\ \ \ \
| * | | | Infer used os better when collecting globals in a fileBrad Lewis2025-09-301-19/+23
|/ / / /
* | | | Merge pull request #1068 from BradLewis/feat/poly-call-exprBradley Lewis2025-09-282-0/+29
|\ \ \ \ | | | | | | | | | | Find and replace poly types for call expr
| * | | | Find and replace poly types for call exprBrad Lewis2025-09-282-0/+29
|/ / / /
* | | | Merge pull request #1066 from BradLewis/fix/crash-renaming-zedBradley Lewis2025-09-281-1/+1
|\ \ \ \ | | | | | | | | | | Use uri path for log when document does not exist
| * | | | Use uri path for log when document does not existBrad Lewis2025-09-281-1/+1
|/ / / /