aboutsummaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix using filepath.to_slash on windowsBrad Lewis3 days1-31/+119
* Update ols to use the new os and filepath packagesBrad Lewis3 days1-18/+20
* Clear canceled requests after they have been removed from the queueBrad Lewis5 days1-4/+1
* Merge branch 'master' into overload_resolutionmoonz2026-01-271-0/+2
|\
| * Add option to put the signature help for comp lits in the docs to improve ren...Brad Lewis2026-01-271-0/+2
* | refactor: cleaning up the methods and config readingmoonz2026-01-271-2/+2
* | feat: added a feature flag to turn overload resoution on and offmoonz2026-01-271-0/+2
|/
* Always set semantic token full capabilities to true when enabledBrad Lewis2025-12-161-1/+1
* Add optional feature for displaying signature help for comp literalsBrad Lewis2025-12-111-1/+4
* Add support for ols config profiles with defines and archBrad Lewis2025-12-061-17/+23
* Change config load order and fix odin_core_env detection.doongjohn2025-10-291-5/+7
* Change comment.doongjohn2025-10-291-1/+1
* Delete unnecessary log.doongjohn2025-10-291-1/+0
* Fix config initialization order.doongjohn2025-10-291-28/+41
* Fix memory leak for real.doongjohn2025-10-281-3/+4
* Fix memory leak when reinitializing the collections.doongjohn2025-10-281-5/+12
* Fix read_ols_initialize_options not initializing collections on seconddoongjohn2025-10-281-16/+11
* Add support for documentHighlightrasa-silva2025-10-191-0/+47
* Only check unused imports if the document is not nil on saveBrad Lewis2025-10-171-2/+3
* Use temp_allocator for read_entire_file on file changethetarnav2025-10-071-3/+1
* Merge pull request #1040 from DanielGavin/remove-unused-importsDanielGavin2025-10-051-2/+17
|\
| * Use defer to handle the case when document_open fails.remove-unused-importsDanielGavin2025-10-051-2/+2
| * Remove unused fields/variablesDanielGavin2025-10-041-1/+0
| * Move the deletion of the uri to the request itself.DanielGavin2025-10-041-0/+2
| * Added diagnostic system to collect all the diagnostics. Unused imports are sh...DanielGavin2025-10-031-1/+13
| * Merge branch 'master' into remove-unused-importsDanielGavin2025-09-271-23/+17
| |\
| * \ Merge branch 'master' into remove-unused-importsDanielGavin2025-09-271-7/+7
| |\ \
| * | | Add support for graying out unused importsDanielGavin2025-09-221-0/+2
* | | | Use document range in get_inlay_hintsDamian Tarnawski2025-10-011-7/+4
* | | | Use the ranged argument from inlay hints to improve performance.DanielGavin2025-10-011-1/+1
| |_|/ |/| |
* | | Add inlay hints for implicit return values (closes #1058)Damian Tarnawski2025-09-261-23/+17
| |/ |/|
* | Use client capabilities to check if range semantic token is supported.DanielGavin2025-09-241-2/+4
* | Add proper support for ranged semantic tokens.semantic_tokens_rangeDanielGavin2025-09-231-6/+4
|/
* Add code actions for importing packages from collectionsBrad Lewis2025-09-031-1/+35
* Add option to disable document linksBrad Lewis2025-08-261-0/+10
* Add configuration for enabling pointer matching on completionBrad Lewis2025-08-241-1/+4
* Add `odin_root_override` to ols config to allow a user to override the `ODIN_...Brad Lewis2025-08-131-27/+41
* Use empty struct as map values when wanting a hashsetBrad Lewis2025-08-121-8/+8
* Enable references by defaultBrad Lewis2025-08-091-4/+1
* Remove bad free when using the tracking allocatorBrad Lewis2025-07-061-1/+0
* Improve use of runtime procedures without importing the actual package.DanielGavin2025-06-251-2/+3
* Auto import packages from core on completion.DanielGavin2025-06-221-0/+3
* Start working on caching the packages of your project that are not used yet.DanielGavin2025-06-221-1/+11
* Move ast.odin to server + add resolve_when_conditionDanielGavin2025-06-201-2/+6
* Add textDocument/typeDefinition supportBrad Lewis2025-06-131-0/+42
* Remember to check if the client has dynamic registration for change watched f...DanielGavin2025-05-291-1/+3
* Check for when the method doesn't exist and send error with log.DanielGavin2025-05-291-1/+9
* Handle case where uri doesn't exist when editors open a file without project.DanielGavin2025-04-171-0/+2
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-04-051-1/+10
|\
| * allow odin_command to be a relative pathhardliner662025-03-091-1/+10