aboutsummaryrefslogtreecommitdiff
path: root/src/server/requests.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add proper support for ranged semantic tokens.semantic_tokens_rangeDanielGavin2025-09-231-6/+4
|
* Add code actions for importing packages from collectionsBrad Lewis2025-09-031-1/+35
|
* Add option to disable document linksBrad Lewis2025-08-261-0/+10
|
* Add configuration for enabling pointer matching on completionBrad Lewis2025-08-241-1/+4
|
* Add `odin_root_override` to ols config to allow a user to override the ↵Brad Lewis2025-08-131-27/+41
| | | | `ODIN_ROOT` `ols` uses
* Use empty struct as map values when wanting a hashsetBrad Lewis2025-08-121-8/+8
|
* Enable references by defaultBrad Lewis2025-08-091-4/+1
|
* Remove bad free when using the tracking allocatorBrad Lewis2025-07-061-1/+0
|
* Improve use of runtime procedures without importing the actual package.DanielGavin2025-06-251-2/+3
|
* Auto import packages from core on completion.DanielGavin2025-06-221-0/+3
|
* Start working on caching the packages of your project that are not used yet.DanielGavin2025-06-221-1/+11
|
* Move ast.odin to server + add resolve_when_conditionDanielGavin2025-06-201-2/+6
|
* Add textDocument/typeDefinition supportBrad Lewis2025-06-131-0/+42
|
* Remember to check if the client has dynamic registration for change watched ↵DanielGavin2025-05-291-1/+3
| | | | files.
* Check for when the method doesn't exist and send error with log.DanielGavin2025-05-291-1/+9
|
* Handle case where uri doesn't exist when editors open a file without project.DanielGavin2025-04-171-0/+2
|
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-04-051-1/+10
|\
| * allow odin_command to be a relative pathhardliner662025-03-091-1/+10
| |
* | 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
| | | | | | | | in comp literals.
* | 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 feature
| * Multiple improvements to semantic tokens featureDamian Tarnawski2024-04-251-28/+2
| | | | | | | | | | | | | | | | | | | | | | - Removed the reflection mechanism mentioned in #366 - Made `SemanticTokenModifiers` into a `bit_set`. Since modifiers allow multiple flags. - Removed all semantic tokens for keywords, as they WILL be highlighted by the syntax highlighter. - Added a bunch of missing semantic tokens in `visit_node` and `visit_selector` - Added a bit_set visit code to `visit_node` - Added readonly modifiers to value declarations
* | 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 collections
| * 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 methods
| * 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
|/