aboutsummaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Expand)AuthorAgeFilesLines
* add base collectionDanielGavin2024-02-031-3/+14
* Add new config for "enable_procedure_snippet"DanielGavin2023-11-251-7/+25
* Remove errors caused by parsing builtin odin files.DanielGavin2023-11-041-2/+4
* Improve check in parses header for robustness.DanielGavin2023-09-301-4/+4
* Fix issue with maybe(string) in OlsConfigDanielGavin2023-09-191-8/+15
* Simplify the ols config load for both the json and file.DanielGavin2023-09-021-107/+93
* Fix issue with enable hover wasn't default if you used the settings through e...DanielGavin2023-08-061-0/+3
* clone the string, it was allocated with the temp_allocatorryuukk2023-07-251-1/+1
* Remember to clean up collections when reloading them.DanielGavin2023-07-241-3/+16
* Merge branch 'master' into patch-6DanielGavin2023-07-241-8/+13
|\
| * Save the client name for specific client handlingDanielGavin2023-07-241-6/+3
| * Handle 'enable_format' from ols configryuukk2023-07-051-1/+4
| * Add new setting to enable fake methods for testingDanielGavin2023-07-021-2/+13
* | Copy collection's key from new configryuukk2023-07-011-2/+2
|/
* Copy collections from newly received configryuukk2023-06-261-10/+15
* Fixed issue with collections and being correct on change configDanielGavin2023-06-261-40/+41
* Finish didChangeConfigurationDanielGavin2023-06-261-46/+39
* copy settingsryuukk2023-06-261-1/+8
* partially implement workspace/didChangeConfigurationryuukk2023-06-261-0/+27
* Add experimental workspace symbolDanielGavin2023-06-121-2/+22
* add new workspace symbols fileDaniel Gavin2023-06-111-0/+2
* Add workspace symbol typesDaniel Gavin2023-06-111-0/+14
* Use InitializeOptions as the global setting, and override if specified throug...DanielGavin2023-05-291-12/+58
* Stub out unknown method used by nvim "window/progress"DanielGavin2023-05-061-0/+11
* File cache was using the wrong allocator - might fix the issues with semantic...DanielGavin2023-04-031-0/+4
* Fix bug where I forgot to clone stringDanielGavin2023-04-021-1/+3
* Start working on labeldetailsDanielGavin2023-03-101-2/+7
* start working on supporting objc codeDanielGavin2023-01-231-3/+3
* Refractor code for localsDanielGavin2023-01-161-1/+4
* Add new config to disable the `core:odin/parser` errorsDaniel Gavin2022-10-271-0/+2
* Use the fallback for vendor even if core exists.Daniel Gavin2022-09-061-14/+14
* Add intrinsics builtin to olsDaniel Gavin2022-08-301-0/+2
* Add support for renaming and references on identifiers and functions. Fixed b...Daniel Gavin2022-08-261-2/+4
* Fix incorrect use of `path` instead of `filepath` pkgDaniel Gavin2022-08-231-1/+1
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-201-213/+436
* Change resolve structure to fix debug crash in OdinDaniel Gavin2022-08-181-6/+6
* enable hover on default, if not specified in configDaniel Gavin2022-08-171-3/+3
* fixed memory corruption with checker_argsIan Lilley2022-08-121-1/+1
* add support to `odinfmt.json` config for formatter.Daniel Gavin2022-08-081-8/+2
* Switching to virtual arena instead of ring bufferDaniel Gavin2022-07-261-1/+3
* Make ols more robust by also looking in the path environment for odinDaniel Gavin2022-07-231-0/+6
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-07-231-1/+1
|\
| * Update requests.odinnico-bb2022-07-221-1/+1
* | Add support for `~` in collectionsDaniel Gavin2022-07-231-6/+11
|/
* Fix odin core changesDaniel Gavin2022-07-141-2/+2
* More reference workindex-cachingDaniel Gavin2022-07-111-3/+4
* more fixesDaniel Gavin2022-07-091-10/+8
* Restructed the indexerDaniel Gavin2022-07-091-3/+1
* start on making the cache based package system instead of indexing everything.Daniel Gavin2022-06-201-6/+0
* move document struct back to serverDaniel Gavin2022-06-191-16/+11