aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use internal resolve in resolve_function_overload to prevent recursion.objc-branchDanielGavin2023-02-251-2/+4
|
* Add support for pointer type in get_node_lengthDanielGavin2023-02-131-2/+12
|
* Fixed error where `->` with call expression couldn't be resolvedDanielGavin2023-01-241-1/+19
|
* Merge pull request #170 from Lperlind/objc-branchDanielGavin2023-01-245-5/+41
|\ | | | | More accurately auto complete ObjC procedures
| * More accurately auto complete ObjC proceduresLucas Perlind2023-01-245-5/+41
|/
* early support of goto for objcDanielGavin2023-01-232-17/+26
|
* start working on supporting objc codeDanielGavin2023-01-236-32/+231
|
* Fix bug where with `for in` in `for in`DanielGavin2023-01-213-10/+66
|
* Refractor code for localsDanielGavin2023-01-165-120/+161
|
* 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
|
* Fix call expression removing inline informationDanielGavin2022-12-041-1/+9
|
* Temporary workaround bug in odin coreDanielGavin2022-11-271-1/+12
|
* Update README.mdDanielGavin2022-11-231-1/+1
|
* Fix issue with indexing not resolving correctlyDaniel Gavin2022-11-233-0/+33
|
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-11-233-19/+38
|\
| * update readmeDanielGavin2022-11-221-1/+1
| |
| * Merge pull request #167 from judah-caruso/masterDanielGavin2022-11-183-18/+37
| |\ | | | | | | Add flag to allow odinfmt to use standard input
| | * updated READMEJudah Caruso2022-11-181-0/+1
| | |
| | * updated helpJudah Caruso2022-11-181-1/+1
| | |
| | * added '-stdin' flag to odinfmt; updated .gitignoreJudah Caruso2022-11-182-17/+35
| |/
* / Fix issues with binary expression in index functionDaniel Gavin2022-11-231-63/+23
|/
* Incorrect use of auto_castDaniel Gavin2022-11-061-3/+8
|
* Remember to visit foreign decl in semantic tokensDaniel Gavin2022-11-051-0/+2
|
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-11-041-1/+1
|\
| * Merge pull request #164 from thePHTest/masterDanielGavin2022-11-041-1/+1
| |\ | | | | | | handle .Alloc_Non_Zeroed in latest Odin
| | * handle .Alloc_Non_Zeroed in latest OdinPhil2022-11-031-1/+1
| |/
* / Fix completion on call expr that return structsDaniel Gavin2022-11-042-5/+31
|/
* change notin to not_inDaniel Gavin2022-11-021-1/+1
|
* Prevent completion in basic literalsDaniel Gavin2022-11-022-3/+12
|
* Fix issue with attributes newlining without "\"Daniel Gavin2022-11-021-3/+3
|
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-11-020-0/+0
|\
| * Try to use recursion map on pointers to prevent stackoverflow crashes (#160)DanielGavin2022-11-0132-431/+1000
| | | | | | | | | | | | | | | | | | | | | | * use recursion map on pointers to prevent stack overflow crashes * improve odinfmt on if statements * Add support for matrix types * Add new config to disable the `core:odin/parser` errors * semantic token is now treating variable procedures and non-mutable the same
* | Fix disabled comment issuesDaniel Gavin2022-11-023-4/+38
| |
* | Fix issue with binary expression having call expressionsuse-recursion-mapDaniel Gavin2022-11-011-0/+25
| |
* | Fix linux buildDaniel Gavin2022-10-302-15/+23
| |
* | 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-274-1/+5
| |
* | Add support for matrix typesDaniel Gavin2022-10-2710-129/+400
| |
* | typoDaniel Gavin2022-10-271-1/+1
| |
* | show pointer information in signatureDaniel Gavin2022-10-272-6/+32
| |
* | Handle typeid as a typeDaniel Gavin2022-10-274-4/+35
| |
* | fallback on returning the original textDaniel Gavin2022-10-271-1/+1
| |
* | Add more logging on get_case_sensitive_pathDaniel Gavin2022-10-271-10/+3
| |
* | Fix proc type not creating semantic tokens in structsDaniel Gavin2022-10-251-32/+48
| |
* | Forgot test attributeDaniel Gavin2022-10-251-0/+1
| |
* | Fix issue with union having a type from a different package.Daniel Gavin2022-10-253-9/+45
| |