aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add missing version from windows nightly releaseBrad Lewis2025-07-251-2/+2
|/ /
* | Merge pull request #780 from BradLewis/feat/resolve-builtin-procsDanielGavin2025-07-252-23/+330
|\ \
| * | Resolve builtin max, min, clamp and abs return types correctlyBrad Lewis2025-07-242-23/+330
* | | New symbol flag for if the symbol is a parameterDanielGavin2025-07-243-57/+87
|/ /
* | Merge pull request #778 from BradLewis/add-missing-builtin-and-docsBradley Lewis2025-07-241-59/+243
|\ \
| * | Add missing builtin flags as well as documentation for themBrad Lewis2025-07-241-59/+243
* | | Merge pull request #776 from BradLewis/add-version-info-build-scriptsDanielGavin2025-07-233-7/+15
|\| |
| * | Add version information to the build scriptsBrad Lewis2025-07-233-7/+15
|/ /
* | Merge pull request #762 from BradLewis/feat/add-calling-convention-attributes...DanielGavin2025-07-238-34/+213
|\ \
| * | Remove comment above procBrad Lewis2025-07-221-3/+0
| * | Only show the enriched proc information on hover and not on completionsBrad Lewis2025-07-222-25/+37
| * | Add missing integer types when comparing symbolsBrad Lewis2025-07-221-1/+1
| * | Add proc inlining information to hoverBrad Lewis2025-07-225-4/+45
| * | Add proc attribute to hover informationBrad Lewis2025-07-228-11/+80
| * | Add proc directives to hover informationBrad Lewis2025-07-225-0/+28
| * | Add proc calling convention to hover informationBrad Lewis2025-07-226-18/+50
* | | Merge pull request #775 from BradLewis/fix/proc-named-args-implicit-selectorDanielGavin2025-07-232-26/+56
|\ \ \ | |/ / |/| |
| * | Correctly complete bitsets with named proc argsBrad Lewis2025-07-222-26/+56
* | | Merge pull request #774 from BradLewis/feat/move-comments-to-docsDanielGavin2025-07-2210-117/+123
|\ \ \ | |/ / |/| |
| * | Move comments from details to the end of the docs for the symbol andBrad Lewis2025-07-2210-117/+123
|/ /
* | Merge pull request #770 from xoxorwr/patch-2DanielGavin2025-07-211-1/+8
|\ \
| * | Label Details description should show type information onlyxoxorwr2025-07-211-1/+8
* | | Merge pull request #772 from BradLewis/fix/empty-line-at-startDanielGavin2025-07-211-1/+5
|\ \ \
| * | | Ensure empty line at top of file is handled correctly for windows and unix li...Brad Lewis2025-07-211-1/+5
|/ / /
* | | Merge pull request #768 from BradLewis/feat/run-build-nightlyDanielGavin2025-07-215-14/+15
|\ \ \ | |/ / |/| |
| * | Run nightly release with version informationBrad Lewis2025-07-205-14/+15
|/ /
* | Merge pull request #767 from BradLewis/feat/log-version-on-startDanielGavin2025-07-211-3/+7
|\ \
| * | Log version when starting olsBrad Lewis2025-07-201-3/+7
|/ /
* | Merge pull request #764 from BradLewis/fix/overload-proc-unionDanielGavin2025-07-202-16/+224
|\ \
| * | Correctly prioritise and resolve overloaded functions with usings and unionsBrad Lewis2025-07-202-22/+183
| * | Fix issue resolving overloaded procs that contained union parametersBrad Lewis2025-07-202-2/+49
* | | Merge pull request #766 from BradLewis/fix/type-definition-multipointerDanielGavin2025-07-202-0/+24
|\ \ \
| * | | Correct resolve the type definition of a multipointerBrad Lewis2025-07-202-0/+24
| |/ /
* | | Merge pull request #765 from BradLewis/feat/implicit-completions-inDanielGavin2025-07-202-24/+49
|\ \ \ | |/ / |/| |
| * | Add completions for implicit binary expr for in and not_in casesBrad Lewis2025-07-202-24/+49
|/ /
* | Merge pull request #759 from BradLewis/fix/alias-using-packageDanielGavin2025-07-192-3/+32
|\ \
| * | Fix issue completing symbols when using an aliased packageBrad Lewis2025-07-192-3/+32
* | | Merge pull request #760 from BradLewis/feat/resolve-proc-whereDanielGavin2025-07-195-0/+62
|\ \ \ | |/ / |/| |
| * | Correctly resolve where clause references and definitionsBrad Lewis2025-07-193-0/+42
| * | Add hover information for where clause variablesBrad Lewis2025-07-192-0/+20
|/ /
* | Merge pull request #755 from spitulax/mem-copyDanielGavin2025-07-171-2/+6
|\ \
| * | Replace hardcoded size in `mem.copy`Bintang Adiputra Pratama2025-07-171-2/+6
|/ /
* | Merge pull request #752 from BradLewis/fix/duplicate-usingsDanielGavin2025-07-161-1/+11
|\ \
| * | Remove duplicate usings from ast_context usingsBrad Lewis2025-07-151-1/+11
* | | Merge pull request #751 from BradLewis/feat/resolve-named-parametersDanielGavin2025-07-1613-109/+421
|\ \ \ | |/ / |/| |
| * | Correctly resolve named params with default valuesBrad Lewis2025-07-154-12/+81
| * | Add go to type definition for named proc paramsBrad Lewis2025-07-153-28/+84
| * | Add go to defintion for named proc paramsBrad Lewis2025-07-153-7/+36
| * | Consolidate resolving proc param namesBrad Lewis2025-07-153-47/+51
| * | Correctly resolve references of proc parameter namesBrad Lewis2025-07-155-5/+102