aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-274-1/+5
|
* Add support for matrix typesDaniel Gavin2022-10-276-12/+213
|
* show pointer information in signatureDaniel Gavin2022-10-271-4/+17
|
* Handle typeid as a typeDaniel Gavin2022-10-273-4/+17
|
* 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
|
* Fix issue with union having a type from a different package.Daniel Gavin2022-10-252-9/+12
|
* 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-258-59/+83
|
* imporve the recursion checkDaniel Gavin2022-10-246-29/+35
|
* improve odinfmt on if statementsDaniel Gavin2022-10-242-54/+72
|
* Try to use recursion map on pointers to prevent stackoverflow crashesDaniel Gavin2022-10-235-125/+165
|
* Remove the virtual code that is no longer used.Daniel Gavin2022-10-182-12/+1
|
* Odinfmt: Fix selector expression and incorrect use of attributesDaniel Gavin2022-10-141-6/+9
|
* Add some more snippetsRicardo Silva2022-10-071-0/+26
|
* Fix signature print issue, and switch stmt in a switch type stmt.Daniel Gavin2022-10-024-140/+162
|
* Use the simpler sort for sliceDaniel Gavin2022-09-212-27/+9
|
* [vscode] Fix debugging in vscode ideFelipe Lavratti2022-09-181-4/+0
|
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-09-142-1/+11
|\
| * fix for empty disabled_blocks and added testnico-bb2022-09-082-1/+11
| |
* | Fix new odin changesDaniel Gavin2022-09-142-4/+43
|/
* Use the fallback for vendor even if core exists.Daniel Gavin2022-09-061-14/+14
|
* Add specific handling of `if a, b := my_call_expression()` with breakingDaniel Gavin2022-09-031-1/+23
|
* Add support for where with ODIN_ARCHDaniel Gavin2022-09-011-8/+15
|
* Forgot some filesDaniel Gavin2022-08-306-3/+30
|
* 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-303-3/+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
|
* fix odinfmt bugsDaniel Gavin2022-08-212-11/+36
|
* Fix `->` gotos and some odinfmt fixesDaniel Gavin2022-08-204-53/+55
|
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-2047-2599/+6597
|
* odinfmt: change how index is formatted when in break modeDaniel Gavin2022-08-201-2/+9
|
* Add '#subtype' field flag for struct membersFabian Sperber2022-08-191-0/+7
|
* Fix ternary expression not breaking correctly.Daniel Gavin2022-08-192-14/+30
|