aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
* Fix `->` gotos and some odinfmt fixesDaniel Gavin2022-08-202-34/+17
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-2031-1670/+4430
* Change resolve structure to fix debug crash in OdinDaniel Gavin2022-08-183-17/+22
* Fixed comp literal inference with indexed versionDaniel Gavin2022-08-181-3/+2
* enable hover on default, if not specified in configDaniel Gavin2022-08-173-13/+20
* Fix rare crash with semantic tokenDaniel Gavin2022-08-172-6/+10
* Fix odin changesDaniel Gavin2022-08-151-3/+3
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-08-153-3/+11
|\
| * Merge pull request #131 from IanLilleyT/log_levelDanielGavin2022-08-132-2/+10
| |\
| | * translate logger level to diagnostic levelIan Lilley2022-08-122-2/+10
| * | fixed memory corruption with checker_argsIan Lilley2022-08-121-1/+1
| |/
* / Fix hover and go to issue where selector base was the same name as field.Daniel Gavin2022-08-153-21/+23
|/
* support new odin changes.Daniel Gavin2022-08-082-4/+4
* add support to `odinfmt.json` config for formatter.Daniel Gavin2022-08-083-22/+7
* Remove `#maybe`Daniel Gavin2022-08-021-1/+0
* FixesDaniel Gavin2022-08-012-2/+11
* Implement platform independent `run_executable`Igor Dreher2022-07-311-146/+139
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-07-301-0/+2
|\
| * Fixed resolving polymorphic procedure signaturenico-bb2022-07-281-0/+2
* | working on supporting referencesDaniel Gavin2022-07-306-155/+241
* | Fix snippet support check to handle helix editorDaniel Gavin2022-07-301-3/+3
|/
* 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-232-3/+3
|\
| * Update requests.odinnico-bb2022-07-221-1/+1
| * Update build.odinnico-bb2022-07-221-2/+2
* | TypoDaniel Gavin2022-07-231-2/+1
* | Add support for `~` in collectionsDaniel Gavin2022-07-231-6/+11
|/
* Fix odin core changesDaniel Gavin2022-07-144-5/+5
* More reference workindex-cachingDaniel Gavin2022-07-116-179/+263
* Fix memory leakDaniel Gavin2022-07-104-14/+9
* more fixesDaniel Gavin2022-07-095-40/+26
* Restructed the indexerDaniel Gavin2022-07-0916-211/+105
* Merge branch 'master' into index-cachingDaniel Gavin2022-07-092-4/+24
|\
| * Remove Maybe for now because json serialization messes it up.Daniel Gavin2022-06-291-4/+4
| * odinfmt: fix proc tags being printedDaniel Gavin2022-06-282-3/+16
| * Use the default values if not specified in jsonDaniel Gavin2022-06-221-2/+8
| * Add new json variable for picking the space amountDaniel Gavin2022-06-211-0/+1
* | clean upDaniel Gavin2022-06-212-31/+1
* | start on making the cache based package system instead of indexing everything.Daniel Gavin2022-06-206-41/+24
* | move document struct back to serverDaniel Gavin2022-06-1919-75/+80
|/
* Fix ternary expression semantic tokensDaniel Gavin2022-06-143-3/+17
* Fix issue with parameter and type being the same causing stack overflowDaniel Gavin2022-06-144-10/+18
* Fix stackoverflow error with unresolved generic expression.Daniel Gavin2022-06-132-4/+10
* Fix union error with pointersDaniel Gavin2022-06-121-2/+2
* Remember to correct uri for windows on save.Daniel Gavin2022-06-121-0/+5
* typoDaniel Gavin2022-06-121-2/+2
* Merge branch 'index-refractor'Daniel Gavin2022-06-1217-268/+392
|\
| * Add custom hover mapDaniel Gavin2022-06-123-4/+24
| * Fix bugs with range loop in switch statement not completing.Daniel Gavin2022-06-123-8/+5