aboutsummaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * add configuration for specific inlay hintsLaytan Laats2024-07-111-2/+10
* | Merge branch 'master' into renameDanielGavin2024-06-281-9/+8
|\|
| * Support specifying the os with profile.DanielGavin2024-06-281-11/+12
* | Merge branch 'rename' of https://github.com/DanielGavin/ols into renameDanielGavin2024-06-131-6/+8
|\ \
| * | Setup tests for semantic tokens and add one simple testDamian Tarnawski2024-06-131-6/+8
* | | add prepare renameDanielGavin2024-06-131-1/+37
|/ /
* | Fix issues with renaming not working by default.DanielGavin2024-06-101-1/+1
* | Reference is now enabled by default.DanielGavin2024-06-091-1/+1
* | More work on renamingDanielGavin2024-05-291-2/+4
|/
* fix switch/for referencesWalther Chen2024-05-171-3/+2
* Merge pull request #368 from thetarnav/semantic-tokens-improvementsDanielGavin2024-04-261-28/+2
|\
| * Multiple improvements to semantic tokens featureDamian Tarnawski2024-04-251-28/+2
* | New config to only call check on saved package.Daniel Gavin2024-04-251-1/+6
|/
* 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
|\