aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix resolve parapoly speciliazationsHarold Brenes2025-05-012-0/+12
* Allow parapoly fake methods to be resolvedHarold Brenes2025-05-011-0/+7
* Fix bit_set implicit selector not autocompleting for types in different packa...Harold Brenes2025-04-291-10/+14
* Fix issues with non mutable in local scopeDanielGavin2025-04-172-27/+10
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-04-171-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-051-2/+7
* Add support for iterators in for in loop with two argumentsDanielGavin2025-04-051-2/+2
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-04-051-1/+10
|\
| * Merge pull request #613 from hardliner66/allow_relative_odin_pathDanielGavin2025-04-051-1/+10
| |\
| | * allow odin_command to be a relative pathhardliner662025-03-091-1/+10
* | | Add support for filewatching from the clientDanielGavin2025-04-054-83/+243
|/ /
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-03-121-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
* 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 branch 'master' into spaces_around_colonDanielGavin2025-02-081-1/+7
|\
| * do not overwrite brackets for foreign importVasil Bozhurski2025-02-081-1/+7
* | spacess around colonsSlashScreen2025-02-062-24/+27
|/
* `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
* Add `allocator` field completion to dynamic arrays and mapscornishon2025-01-291-0/+21
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-01-261-0/+2
|\
| * Fix extra new lines after switch with allman brace stylehenbr2025-01-191-0/+2
* | Handle free for or_return_exprDanielGavin2025-01-261-0/+2
|/
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-01-117-0/+11
|\
| * Update `snippets.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `requests.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `hover.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `completion.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `build.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Started updating files for dynamic literal changes.G'lek Tarssza2025-01-071-0/+1
| * Add ols versionsh!zeeg2025-01-011-0/+5
* | Fix issue with warning on save.DanielGavin2025-01-112-2/+2
|/
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2024-12-311-3/+16
|\
| * Merge pull request #557 from sheganinans/proc-type-fixDanielGavin2024-12-311-3/+16
| |\
| | * init fix proc returning proc with where constraintAistis Raulinaitis2024-12-291-3/+16
* | | Fixed newly introduced bug with value declDanielGavin2024-12-311-1/+1
|/ /
* / Add exclude path for workspace symbols.DanielGavin2024-12-306-33/+51
|/
* Fix comp literals where type is specified through value decl and not comp litDanielGavin2024-12-251-0/+2
* Fix issues with completing field with using.dev-2024-11DanielGavin2024-11-302-2/+5
* Simplify codeDanielGavin2024-11-171-59/+6