summaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add support for filewatching from the clientDanielGavin2025-04-051-82/+77
|/
* Update `requests.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
* Add exclude path for workspace symbols.DanielGavin2024-12-301-8/+6
* Check if `shared` exists, if it doesn't then don't save it as collection.DanielGavin2024-10-271-4/+7
* Merge branch 'master' into masterDanielGavin2024-08-101-272/+71
|\
| * Change odinfmt to use 120 characters instead. Add support for infering Maybe ...DanielGavin2024-08-101-272/+70
* | Add documentation for enabling references and fix enable_rename config flagBrad Lewis2024-08-041-1/+1
|/
* Change checker default settingsDanielGavin2024-07-271-1/+1
* Disable rename and reference before merging to master.DanielGavin2024-07-111-2/+2
* Merge branch 'master' into renameDanielGavin2024-07-111-2/+10
|\