aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #215 from ryuukk/detailsDanielGavin2023-07-011-8/+39
| |\
| | * use a switch instead and add fields supportryuukk2023-06-301-30/+31
| | * add struct/enum/union and keywordsryuukk2023-06-301-33/+34
| | * Format labelDetails for struct/enum/unionryuukk2023-06-291-0/+7
| | * Format labelDetails for procs that returns and variables/constantsryuukk2023-06-291-6/+28
* | | Copy collection's key from new configryuukk2023-07-011-2/+2
|/ /
* | Remove more not needed tokens for semantic tokensDanielGavin2023-06-301-8/+0
* | Start working on having fake methods.DanielGavin2023-06-292-8/+113
|/
* Merge pull request #213 from ryuukk/patch-4DanielGavin2023-06-261-10/+15
|\
| * Copy collections from newly received configryuukk2023-06-261-10/+15
* | Remove to try and index the workspace symbol package, if it isn'tDanielGavin2023-06-261-0/+2
|/
* Fixed issue with collections and being correct on change configDanielGavin2023-06-261-40/+41
* Finish didChangeConfigurationDanielGavin2023-06-261-46/+39
* Merge pull request #209 from ryuukk/configDanielGavin2023-06-262-0/+38
|\
| * Revert "cleanup"ryuukk2023-06-261-11/+2
| * cleanupryuukk2023-06-261-2/+11
| * copy settingsryuukk2023-06-261-1/+8
| * partially implement workspace/didChangeConfigurationryuukk2023-06-262-0/+31
* | Handle '==' and '!=' for 'when' directiveryuukk2023-06-261-2/+11
|/
* Fix issue with chainings `do` would increase indentation in a blockDanielGavin2023-06-251-0/+3
* Fixed crash in odinfmt from Assign_StmtDanielGavin2023-06-241-0/+2
* TypoDanielGavin2023-06-241-1/+1
* Don't make semantic tokens for strings, let the grammars handle that.DanielGavin2023-06-241-15/+0
* remove pdf dumpDanielGavin2023-06-241-89/+0
* Remove pdbDaniel Gavin2023-06-2412-3516/+0
* Make sure that sliced expressions return slices.Daniel Gavin2023-06-181-1/+30
* Add experimental workspace symbolDanielGavin2023-06-125-6/+76
* add new workspace symbols fileDaniel Gavin2023-06-112-0/+47
* Add workspace symbol typesDaniel Gavin2023-06-113-1/+25
* Add custom marshal.DanielGavin2023-06-095-8/+705
* Add new optional allocator tag + fix issue with odinfmt disable withDanielGavin2023-06-081-26/+29
* Use InitializeOptions as the global setting, and override if specified throug...DanielGavin2023-05-295-30/+83
* Panic if memory allocation failsDanielGavin2023-05-242-2/+2
* Add hover support for comp literal fieldsDanielGavin2023-05-181-1/+34
* Add support for gotos on comp literal fieldsDanielGavin2023-05-183-26/+103
* semantic token didn't visit value decls with types correctly.DanielGavin2023-05-061-0/+6
* Stub out unknown method used by nvim "window/progress"DanielGavin2023-05-062-1/+17
* Trim all spaces when looking at `//odinfmt: disable/enable`DanielGavin2023-04-302-3/+5
* Fix compiler errors after Odin updateDanielGavin2023-04-051-2/+2
* File cache was using the wrong allocator - might fix the issues with semantic...DanielGavin2023-04-033-1/+9
* Have to wrap the pointers back again in generic functionsDanielGavin2023-04-022-9/+30
* Fix bug where I forgot to clone stringDanielGavin2023-04-022-3/+3
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-04-022-2/+2
|\
| * Fixed build error against latest Odin master versionThomas L2023-03-312-2/+2
* | reference also needs to look in workspace folderDanielGavin2023-04-022-1/+8
|/
* Fix issue where we incorrectly used the document global ast instead of the in...DanielGavin2023-03-252-5/+1
* Fix do statement with call expressionsDanielGavin2023-03-211-7/+16
* formatter: fix bug with odinfmt: disable and enableDanielGavin2023-03-141-8/+12
* formatter: Fix error in sorting attributesDanielGavin2023-03-131-1/+1
* remove indexer notification when odin builtin packages error outDanielGavin2023-03-112-37/+4