aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix odinfmtDanielGavin2024-08-041-5/+4
|
* Add support to the new os changes in Odin.DanielGavin2024-08-044-21/+16
|
* Fix tests.DanielGavin2024-08-041-6/+2
|
* Temp enforce ternary fitDanielGavin2024-08-011-1/+2
|
* Merge pull request #454 from thetarnav/or-branch-expr-hoverDanielGavin2024-07-317-17/+86
|\ | | | | Resolve type in assignments with or_else, or_continue and or_break
| * Simplify or_else testDamian Tarnawski2024-07-291-3/+1
| |
| * Remove tests I didn't want to commitDamian Tarnawski2024-07-291-25/+0
| |
| * Resolve type in assignments with or_else, or_continue and or_breakDamian Tarnawski2024-07-297-17/+113
| |
* | Merge pull request #455 from thetarnav/array-infer-length-hoverDanielGavin2024-07-313-0/+29
|\ \ | | | | | | Add missing op token when building string for unary expr node
| * | Clone op token text for unary exprDamian Tarnawski2024-07-301-0/+6
| | |
| * | Add missing op token when building string for unary expr nodeDamian Tarnawski2024-07-292-0/+23
| |/
* | Merge pull request #458 from thetarnav/update-builtin-constantsDanielGavin2024-07-311-5/+18
|\ \ | |/ |/| Update builtin constants
| * Update builtin constantsDamian Tarnawski2024-07-311-5/+18
|/
* Merge pull request #442 from thetarnav/more-directive-completionsDanielGavin2024-07-291-36/+70
|\ | | | | Add missing directives to the completions list
| * Remove insertText fieldDamian Tarnawski2024-07-211-4/+3
| |
| * Add missing directives to the completions listDamian Tarnawski2024-07-211-36/+71
| |
* | Merge pull request #452 from thetarnav/correct-collecting-array-symbolsDanielGavin2024-07-294-28/+49
|\ \ | | | | | | Correct collecting symbols for array types
| * | Correct collecting symbols for array typesDamian Tarnawski2024-07-294-28/+49
| |/
* | Change checker default settingsDanielGavin2024-07-271-1/+1
| |
* | SimplifyDanielGavin2024-07-251-8/+3
| |
* | Support soa in genericsDanielGavin2024-07-254-2/+87
| |
* | Fix issues with makeDanielGavin2024-07-252-2/+81
| |
* | Merge pull request #444 from Akselmo/patch-1DanielGavin2024-07-221-0/+52
|\ \ | |/ |/| README.md: Add Kate config
| * Remove extra commaAkseli2024-07-221-1/+1
| |
| * README.md: Add Kate configAkseli2024-07-221-0/+52
|/ | | | | Adds simple example config for Kate text editor: https://kate-editor.org/ This is the one I use and it seems to work well. I also wanted to mention the `src` folder separately.
* Add "" around collection valuesDanielGavin2024-07-181-1/+1
|
* Merge pull request #434 from thetarnav/inlay-hints-commaDanielGavin2024-07-181-15/+14
|\ | | | | Remove comma from first param default value inlay hint
| * correct variable nameDamian Tarnawski2024-07-171-4/+4
| |
| * Remove comma from first param default value inlay hintDamian Tarnawski2024-07-161-15/+14
| |
* | Merge pull request #435 from gabstv/patch-1DanielGavin2024-07-181-1/+1
|\ \ | |/ |/| Fix typo in misc/ols.schema.json
| * Update ols.schema.jsonGabriel Ochsenhofer2024-07-171-1/+1
|/ | | Fix property typo `checker_path` to `path`
* Fix new odin changes.DanielGavin2024-07-152-16/+17
|
* Merge pull request #428 from thetarnav/add-profiles-to-schemaDanielGavin2024-07-132-10/+42
|\ | | | | Add profiles field to json schema
| * Fix formattingDamian Tarnawski2024-07-131-5/+6
| |
| * Add missing code block languages in readmeDamian Tarnawski2024-07-131-4/+3
| |
| * Remove additionalProperties from root objectDamian Tarnawski2024-07-131-2/+1
| |
| * Add profiles field to json schemaDamian Tarnawski2024-07-131-2/+35
|/
* Fix inlay hints.Daniel Gavin2024-07-121-1/+1
|
* Merge pull request #398 from DanielGavin/renameDanielGavin2024-07-1136-841/+2205
|\ | | | | Working on adding support for renaming
| * make ci.sh executablerenameDanielGavin2024-07-111-0/+0
| |
| * Disable rename and reference before merging to master.DanielGavin2024-07-113-4/+4
| |
| * CI should use ci.bat/sh insteadDanielGavin2024-07-116-52/+65
| |
| * Merge branch 'master' into renameDanielGavin2024-07-111-1/+21
| |\ | |/ |/|
* | Merge pull request #426 from laytan/fix-resolve-poly-proc-typeDanielGavin2024-07-111-1/+21
|\ \ | | | | | | fix resolve poly for proc types
| * | fix resolve poly for proc typesLaytan Laats2024-07-111-1/+21
| | |
| | * Add `for in string` support with runes.DanielGavin2024-07-111-0/+29
| | |
| | * Improve robustness on scope packageDanielGavin2024-07-111-3/+9
| | |
| | * Treat //+build ignore as private fileDanielGavin2024-07-111-0/+3
| | |
| | * Merge branch 'rename' of https://github.com/DanielGavin/ols into renameDanielGavin2024-07-112-30/+29
| | |\
| | | * Merge pull request #420 from oluigipo/renameDanielGavin2024-07-042-30/+29
| | | |\ | | | | | | | | | | Fix extraneous .Type semantic tokens