aboutsummaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Remember to correct uri for windows on save.Daniel Gavin2022-06-121-0/+5
* Merge branch 'index-refractor'Daniel Gavin2022-06-121-18/+64
|\
| * More reference workDaniel Gavin2022-06-111-3/+2
| * Merge branch 'master' into index-refractorDaniel Gavin2022-05-191-6/+4
| |\
| * | correcting cases for windows to not have to lowercase all the time.Daniel Gavin2022-05-131-0/+7
| * | more testsDaniel Gavin2022-05-091-1/+1
| * | Add last package cache for memory_index.Daniel Gavin2022-04-281-11/+19
| * | remove the lower case for windows.Daniel Gavin2022-04-281-5/+37
* | | Fixed neovim hover issueJamesDSource2022-06-081-4/+10
| |/ |/|
* | typoDaniel Gavin2022-05-151-5/+1