aboutsummaryrefslogtreecommitdiff
path: root/src/server/analysis.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix signature print issue, and switch stmt in a switch type stmt.Daniel Gavin2022-10-021-59/+58
* Fix issues with locals using calls expressions.Daniel Gavin2022-08-301-55/+91
* Fix issues with not collection non-mutable symbols with procedures in procedu...Daniel Gavin2022-08-281-1/+29
* Fix hover bug with default values.Daniel Gavin2022-08-261-13/+53
* Add support for renaming and references on identifiers and functions. Fixed b...Daniel Gavin2022-08-261-4/+3
* Fix using with value decl.Daniel Gavin2022-08-211-88/+171
* Fix `->` gotos and some odinfmt fixesDaniel Gavin2022-08-201-7/+16
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-201-464/+1401
* Fixed comp literal inference with indexed versionDaniel Gavin2022-08-181-3/+2
* Fix rare crash with semantic tokenDaniel Gavin2022-08-171-4/+4
* Fix hover and go to issue where selector base was the same name as field.Daniel Gavin2022-08-151-14/+17
* Remove `#maybe`Daniel Gavin2022-08-021-1/+0
* 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-301-64/+151
|/
* More reference workindex-cachingDaniel Gavin2022-07-111-57/+96
* more fixesDaniel Gavin2022-07-091-0/+2
* Restructed the indexerDaniel Gavin2022-07-091-2/+4
* Merge branch 'master' into index-cachingDaniel Gavin2022-07-091-1/+11
|\
| * odinfmt: fix proc tags being printedDaniel Gavin2022-06-281-1/+11
* | move document struct back to serverDaniel Gavin2022-06-191-8/+12
|/
* Fix issue with parameter and type being the same causing stack overflowDaniel Gavin2022-06-141-0/+10
* Fix stackoverflow error with unresolved generic expression.Daniel Gavin2022-06-131-3/+9
* Add custom hover mapDaniel Gavin2022-06-121-0/+4
* Fix bugs with range loop in switch statement not completing.Daniel Gavin2022-06-121-4/+4
* Fix hover bugDaniel Gavin2022-06-111-6/+0
* More reference workDaniel Gavin2022-06-111-62/+93
* Add last package cache for memory_index.Daniel Gavin2022-04-281-7/+2
* remove the lower case for windows.Daniel Gavin2022-04-281-16/+2
* Fix or_return not resolving the valueDaniel Gavin2022-04-151-0/+7
* Add proper multi_pointer support and fix range half range opDaniel Gavin2022-04-151-5/+56
* Fix windows issue with package lower and uppercaseDaniel Gavin2022-04-111-18/+5
* Merge packagesDaniel Gavin2022-04-091-0/+3397
* moving the analysis code to it's own analysis package to prepare for referenc...Daniel Gavin2021-07-301-3070/+0
* improve signatures on completionDaniel Gavin2021-07-101-13/+62
* swizzle completion and resolvingDaniel Gavin2021-06-151-34/+39
* support named arguments in overloadingDaniel Gavin2021-06-111-1/+33
* fix read on large filesDanielGavin2021-05-111-2/+5
* add all functions in proc group if call len(args) == 0Daniel Gavin2021-05-091-1/+1
* make now works againDaniel Gavin2021-05-091-17/+57
* more work on generics and overloadingDaniel Gavin2021-05-081-10/+20
* make sure complex calls is handled correctly with comma positionsDaniel Gavin2021-05-071-2/+18
* lazily create signatures for functionsDaniel Gavin2021-05-061-3/+1
* signatures and returns are not lazily created when neededDaniel Gavin2021-05-061-4/+4
* started lazy creating signatures for proceduresDaniel Gavin2021-05-061-8/+2
* begun argument underliningDaniel Gavin2021-05-051-0/+28
* refractored global expressionsDaniel Gavin2021-05-021-17/+16
* more tests + added default values in proc resolvingDaniel Gavin2021-05-011-17/+11
* new test + fixed for range bugDaniel Gavin2021-04-291-22/+20
* more refractor + testsDaniel Gavin2021-04-291-70/+19