aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* use internal resolve in resolve_function_overload to prevent recursion.objc-branchDanielGavin2023-02-251-2/+4
|
* Fixed error where `->` with call expression couldn't be resolvedDanielGavin2023-01-241-1/+19
|
* More accurately auto complete ObjC proceduresLucas Perlind2023-01-244-2/+25
|
* early support of goto for objcDanielGavin2023-01-232-17/+26
|
* start working on supporting objc codeDanielGavin2023-01-235-32/+158
|
* Fix bug where with `for in` in `for in`DanielGavin2023-01-212-7/+28
|
* Refractor code for localsDanielGavin2023-01-162-108/+152
|
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2022-12-081-2/+1
|\
| * TypoDanielGavin2022-12-061-2/+1
| |
* | Fix the new odin changes in walkDanielGavin2022-12-081-0/+2
|/
* Begin adding support for goto on import stmtDanielGavin2022-12-054-7/+48
|
* Temporary workaround bug in odin coreDanielGavin2022-11-271-1/+12
|
* Fix issue with indexing not resolving correctlyDaniel Gavin2022-11-232-0/+6
|
* Fix issues with binary expression in index functionDaniel Gavin2022-11-231-63/+23
|
* Remember to visit foreign decl in semantic tokensDaniel Gavin2022-11-051-0/+2
|
* Fix completion on call expr that return structsDaniel Gavin2022-11-041-5/+6
|
* change notin to not_inDaniel Gavin2022-11-021-1/+1
|
* Prevent completion in basic literalsDaniel Gavin2022-11-022-3/+12
|
* Fix issue with binary expression having call expressionsuse-recursion-mapDaniel Gavin2022-11-011-0/+25
|
* Fix linux buildDaniel Gavin2022-10-301-14/+22
|
* semantic token is now treating variable procedures and non-mutable the sameDaniel Gavin2022-10-301-1/+3
|
* Fix issues with vector/matrix multiplication with scalarsDaniel Gavin2022-10-281-0/+20
|
* Add new config to disable the `core:odin/parser` errorsDaniel Gavin2022-10-273-1/+4
|
* Add support for matrix typesDaniel Gavin2022-10-274-9/+210
|
* show pointer information in signatureDaniel Gavin2022-10-271-4/+17
|
* Handle typeid as a typeDaniel Gavin2022-10-272-3/+15
|
* Fix proc type not creating semantic tokens in structsDaniel Gavin2022-10-251-32/+48
|
* Fix issue with union having a type from a different package.Daniel Gavin2022-10-251-1/+5
|
* Undo changesDaniel Gavin2022-10-251-1/+1
|
* Undo variable/constant changeDaniel Gavin2022-10-251-5/+13
|
* remove printfDaniel Gavin2022-10-251-2/+0
|
* Fix enum completion errorDaniel Gavin2022-10-252-3/+3
|
* Don't use the internal resolves in function overload(it gave false positive ↵Daniel Gavin2022-10-251-9/+9
| | | | recursion)
* Improve smenatic token for distinct typingDaniel Gavin2022-10-255-35/+39
|
* imporve the recursion checkDaniel Gavin2022-10-246-29/+35
|
* Try to use recursion map on pointers to prevent stackoverflow crashesDaniel Gavin2022-10-234-115/+164
|
* Add some more snippetsRicardo Silva2022-10-071-0/+26
|
* Fix signature print issue, and switch stmt in a switch type stmt.Daniel Gavin2022-10-022-138/+138
|
* Use the fallback for vendor even if core exists.Daniel Gavin2022-09-061-14/+14
|
* Forgot some filesDaniel Gavin2022-08-305-3/+29
|
* Fix issues with locals using calls expressions.Daniel Gavin2022-08-301-55/+91
|
* fix when package is emptyDaniel Gavin2022-08-301-0/+3
|
* Remove printf debugDaniel Gavin2022-08-301-1/+0
|
* Add intrinsics builtin to olsDaniel Gavin2022-08-302-1/+11
|
* Make sure to skip files that are not part of your OS.Daniel Gavin2022-08-291-0/+21
|
* Fix issues with not collection non-mutable symbols with procedures in ↵Daniel Gavin2022-08-281-1/+29
| | | | procedures.
* Fix hover bug with default values.Daniel Gavin2022-08-263-15/+64
|
* Add support for renaming and references on identifiers and functions. Fixed ↵Daniel Gavin2022-08-267-41/+152
| | | | bug that caused crashes randomly.
* Fix incorrect use of `path` instead of `filepath` pkgDaniel Gavin2022-08-231-1/+1
|
* Fix using with value decl.Daniel Gavin2022-08-211-88/+171
|