aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update node to 16.xmake-ci-workDaniel Gavin2022-10-141-1/+1
|
* Fix github releaseDaniel Gavin2022-10-141-5/+5
|
* Odinfmt: Fix selector expression and incorrect use of attributesDaniel Gavin2022-10-141-6/+9
|
* Merge pull request #156 from rasa-silva/more_snippetsDanielGavin2022-10-091-0/+26
|\ | | | | Add some more snippets
| * Add some more snippetsRicardo Silva2022-10-071-0/+26
|/
* Update main.jsDanielGavin2022-10-031-0/+6
|
* Update main.jsDanielGavin2022-10-031-1/+1
|
* Update package.jsonDanielGavin2022-10-031-2/+2
|
* Fix signature print issue, and switch stmt in a switch type stmt.Daniel Gavin2022-10-026-145/+196
|
* Use the simpler sort for sliceDaniel Gavin2022-09-212-27/+9
|
* Merge pull request #152 from flplv/masterDanielGavin2022-09-194-38/+85
|\ | | | | [vscode] icon fix; plus small change
| * [vscode] fix file iconFelipe Lavratti2022-09-193-35/+80
| |
| * [vscode] [minor] change the promise handling style of fs.statFelipe Lavratti2022-09-191-3/+5
|/
* Update vscode extension version to 0.1.4Daniel Gavin2022-09-191-1/+1
|
* Merge pull request #151 from flplv/fix-debugDanielGavin2022-09-195-28/+4641
|\ | | | | [vscode] Fix debugging in vscode ide
| * [vscode] Fix debugging in vscode ideFelipe Lavratti2022-09-185-28/+4641
|/
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-09-144-2/+24
|\
| * Merge pull request #149 from nico-bb/masterDanielGavin2022-09-084-2/+24
| |\ | | | | | | fix for empty disabled_blocks and added test
| | * fix for empty disabled_blocks and added testnico-bb2022-09-084-2/+24
| |/
* / 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
|
* Merge pull request #146 from kevinsjoberg/fix-odinfmt-buildDanielGavin2022-09-032-2/+2
|\ | | | | Fix odinfmt.sh build
| * Replace -opt with -o flagKevin Sjöberg2022-09-031-1/+1
| | | | | | | | | | `-opt` has been deprecated and will be removed next release. Use `-o:minimal`, etc.
| * Provide a file when building odinfmtKevin Sjöberg2022-09-031-1/+1
| |
| * Fix deprecation warningKevin Sjöberg2022-09-031-1/+1
|/ | | | Warning: init_arena is deprecated: prefer 'mem.arena_init'
* 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-304-3/+312
|
* 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-286-338/+613
| | | | 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-215-13/+72
|
* Fix `->` gotos and some odinfmt fixesDaniel Gavin2022-08-204-53/+55
|
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-2050-2669/+6718
|
* odinfmt: change how index is formatted when in break modeDaniel Gavin2022-08-201-2/+9
|
* Merge pull request #138 from fabiansperber/add-missing-field_flagsDanielGavin2022-08-191-0/+7
|\ | | | | Add '#subtype' field flag for struct members
| * Add '#subtype' field flag for struct membersFabian Sperber2022-08-191-0/+7
|/
* Fix ternary expression not breaking correctly.Daniel Gavin2022-08-199-15/+82
|
* Renamed field listsDaniel Gavin2022-08-181-7/+7
|
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-08-181-3/+15
|\
| * Merge pull request #135 from fabiansperber/add-missing-field_flagsDanielGavin2022-08-181-3/+15
| |\ | | | | | | Add missing Field_Flags
| | * Add missing Field_FlagsFabian Sperber2022-08-181-3/+15
| |/
* / Change resolve structure to fix debug crash in OdinDaniel Gavin2022-08-184-19/+48
|/