aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #631 from harold-b/hb.fix-bitset-completionDanielGavin2025-04-301-10/+14
|\ \
| * | Fix bit_set implicit selector not autocompleting for types in different packa...Harold Brenes2025-04-291-10/+14
|/ /
* | Remove old linux runnerDanielGavin2025-04-171-6/+6
* | Fix issues with non mutable in local scopeDanielGavin2025-04-173-27/+31
* | Merge pull request #620 from BlameTroi/masterDanielGavin2025-04-173-1/+58
|\ \
| * | update readme for odinvmt-neovim-conformtroi2025-04-141-1/+27
| * | neovim definitions for conformtroi2025-04-052-0/+31
* | | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-04-171-1/+1
|\ \ \
| * \ \ Merge pull request #622 from jstnas/masterDanielGavin2025-04-121-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix building on FreeBSDJustinas Grigas2025-04-111-1/+1
| |/ /
* / / Handle case where uri doesn't exist when editors open a file without project.DanielGavin2025-04-171-0/+2
|/ /
* | Fix issues with renamingDanielGavin2025-04-052-82/+48
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-04-051-1/+4
|\ \
| * \ Merge pull request #619 from Akselmo/fix-pathDanielGavin2025-04-051-1/+4
| |\ \
| | * | Check for path lengthAkseli Lahtinen2025-04-051-1/+4
* | | | Add support for iterators in for in loop with two argumentsDanielGavin2025-04-052-2/+44
|/ / /
* | | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-04-054-412/+436
|\ \ \
| * \ \ Merge pull request #613 from hardliner66/allow_relative_odin_pathDanielGavin2025-04-054-412/+436
| |\ \ \ | | |/ / | |/| |
| | * | allow odin_command to be a relative pathhardliner662025-03-091-1/+10
| | * | read odin_command from ols.json to check if it existshardliner662025-03-093-411/+426
| | |/
* | / Add support for filewatching from the clientDanielGavin2025-04-054-83/+243
|/ /
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-03-121-2/+1
|\|
| * Merge pull request #608 from harold-b/hb.fix-objective-c-completionDanielGavin2025-03-011-2/+1
| |\
| | * Fix ObjectiveC-based fields not being shown for completionHarold Brenes2025-03-011-2/+1
| |/
* / Add timeout for `odin check`. There are issues with macos and hanging odin pr...DanielGavin2025-03-122-1/+27
|/
* Fix issue with bounds_check in block stmtDanielGavin2025-02-251-4/+0
* Enable snippets againDanielGavin2025-02-181-2/+2
* Merge pull request #593 from VaskoBozhurski/masterDanielGavin2025-02-111-15/+19
|\
| * fix empty structs evicting comments outside of {}Vasil Bozhurski2025-02-091-17/+15
| * handle comments inside empty Comp_LitVasil Bozhurski2025-02-091-5/+11
|/
* Merge pull request #589 from SlashScreen/spaces_around_colonDanielGavin2025-02-083-24/+34
|\
| * Merge branch 'master' into spaces_around_colonDanielGavin2025-02-082-1/+14
| |\ | |/ |/|
* | Merge pull request #590 from SlashScreen/sort_imports_schemaDanielGavin2025-02-081-0/+5
|\ \
| * | Add sort_imports to schemaSlashscreen2025-02-061-0/+5
* | | Merge pull request #591 from VaskoBozhurski/masterDanielGavin2025-02-081-1/+7
|\ \ \ | |/ / |/| |
| * | do not overwrite brackets for foreign importVasil Bozhurski2025-02-081-1/+7
|/ /
| * spacess around colonsSlashScreen2025-02-063-24/+32
|/
* Merge pull request #588 from cornishon/more_magic_completionDanielGavin2025-02-041-11/+139
|\
| * `append_magic_dynamic_array_completion` -> `append_magic_array_like_completion`cornishon2025-02-021-5/+5
| * Extra builtin procedures for mapscornishon2025-02-021-0/+53
| * Extra builtin procedures for dynamic arraycornishon2025-02-021-5/+16
| * Strip extra pointers for `len`, `cap` and `for` completions.cornishon2025-02-021-6/+18
| * Add `cap` magic completion for dynamic arrays and maps.cornishon2025-02-021-0/+45
| * Add `len` and `for` for strings and fixed arrays.cornishon2025-02-021-0/+7
|/
* Merge pull request #586 from cornishon/cornishon/allocator_completionDanielGavin2025-01-291-0/+21
|\
| * Add `allocator` field completion to dynamic arrays and mapscornishon2025-01-291-0/+21
|/
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-01-266-37/+83
|\
| * Merge pull request #585 from henbr/fix/allman-switch-braceDanielGavin2025-01-225-37/+75
| |\
| | * Fix Allman brace style test snapshothenbr2025-01-191-3/+6
| | * Read config from file if availablehenbr2025-01-191-37/+32