aboutsummaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Move packages to new base collectionFeoramund2024-04-171-3/+3
* Handle forward slash for windows after filepath.absDanielGavin2024-04-171-1/+6
* Merge pull request #349 from laytan/use-odin-root-commandDanielGavin2024-04-161-32/+69
|\
| * use the new `odin root` command to resolve the builtin collectionsLaytan Laats2024-04-151-32/+69
* | Merge pull request #348 from laytan/fix-use-after-free-in-fake-methodsDanielGavin2024-04-161-1/+11
|\ \ | |/ |/|
| * fix use after free in fake methodsLaytan Laats2024-04-151-1/+11
* | Final path of collection was using temp_allocator instead of allocatorDanielGavin2024-04-131-8/+16
* | Added symlinking resolutionRaphGL2024-04-121-0/+6
* | Change not being able to find ols.json to a warning, not an errorDanielGavin2024-04-121-3/+3
|/
* 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