aboutsummaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Expand)AuthorAgeFilesLines
* Check global json first before the local one.DanielGavin2024-03-101-0/+11
* Add fallback in `odin check` to try all directory with odin code in them.DanielGavin2024-03-101-10/+2
* Automatically add shared collection.DanielGavin2024-02-221-2/+16
* Fix issues with check on multiple paths.Daniel Gavin2024-02-091-1/+3
* checker_path is now an arrayDanielGavin2024-02-081-9/+18
* Start working on profilesDanielGavin2024-02-071-5/+18
* Improve checkerDanielGavin2024-02-071-2/+6
* Forgot to add the builtin package correctly after moving to base collectionDanielGavin2024-02-031-1/+1
* 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
|\