aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add test and fix generics error.DanielGavin2024-09-292-19/+34
|/ /
* | Trim file tags for \rDanielGavin2024-09-221-2/+1
| |
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2024-09-2210-167/+339
|\ \
| * | Update nightly.ymlDanielGavin2024-09-221-1/+1
| | |
| * | Merge pull request #505 from FourteenBrush/patch-1DanielGavin2024-09-212-9/+108
| |\| | | | | | | Sync builtins with compiler
| | * Fix typoFourteenBrush2024-09-211-1/+1
| | |
| | * Add missing ODIN_* constantsFourteenBrush2024-09-211-1/+42
| | |
| | * Fix typoFourteenBrush2024-09-211-1/+1
| | |
| | * Fix indentationFourteenBrush2024-09-181-2/+2
| | |
| | * Sync intrinsics.odin with compilerFourteenBrush2024-09-181-8/+66
| |/
| * Merge pull request #501 from kulkalkul/readme-helix-configurationDanielGavin2024-09-151-2/+12
| |\ | | | | | | Update helix configuration info
| | * Update helix configuration infoBora2024-09-081-2/+12
| | |
| * | Merge pull request #504 from thetarnav/new-file-tags-grammarDanielGavin2024-09-151-26/+48
| |\ \ | | |/ | |/| Adds grammar for new file-tags and shabang comments
| | * Add grammar for new file-tags and shabang commentsDamian Tarnawski2024-09-151-26/+48
| |/
| * Merge pull request #500 from jtsiros/masterDanielGavin2024-09-051-8/+16
| |\ | | | | | | Fix Emacs configuration for Doom Emacs compatibility
| | * update emacs configjtsiros2024-09-051-8/+16
| |/ | | | | updating the emacs config to work with doom emacs. The way the config is currently defined, it could possibly show an error: (void-variable lsp-language-id-configuration) due to this running before lsp-mode is loaded.
| * Update nightly.ymlDanielGavin2024-09-041-3/+3
| |
| * Merge pull request #497 from ↵DanielGavin2024-09-041-4/+4
| |\ | | | | | | | | | | | | DanielGavin/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
| | * Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflowsdependabot[bot]2024-09-041-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| * Merge pull request #492 from thetarnav/parse-file-tagsDanielGavin2024-08-313-110/+125
| |\ | | | | | | Use a new file tag parser
| | * Use a new file tag parserDamian Tarnawski2024-08-303-110/+125
| | |
| * | Merge pull request #494 from laytan/support-type-assert-state-flagsDanielGavin2024-08-311-0/+6
| |\ \ | | | | | | | | support `#type_assert` and `#no_type_assert`
| | * | support `#type_assert` and `#no_type_assert`Laytan Laats2024-08-311-0/+6
| | |/
| * | Merge pull request #493 from laytan/fix-import-issuesDanielGavin2024-08-312-4/+16
| |\ \ | | |/ | |/| Fix import issues
| | * fix removing imports at the end of the fileLaytan Laats2024-08-311-0/+5
| | |
| | * fix formatting of `@(require)` importsLaytan Laats2024-08-312-4/+11
| |/
* / Add support to file tags in formatterDanielGavin2024-09-221-1/+11
|/
* Add config for inline single case stmtsDanielGavin2024-08-283-12/+18
|
* Merge pull request #471 from asibahi/one_line_case_clauseDanielGavin2024-08-281-2/+7
|\ | | | | short assignments dont get a new line in `case:`
| * short assignments dont get a new line in `case:`Abdul Rahman Sibahi2024-08-121-2/+7
| |
* | Fix issue with Or_Else_ExprDanielGavin2024-08-171-0/+3
| |
* | Add Or_Else_Expr to free_astDanielGavin2024-08-151-131/+41
| |
* | Improve get_executable_pathDanielGavin2024-08-151-26/+9
| |
* | Add #no_copy to struct typeDanielGavin2024-08-131-0/+4
| |
* | Add support for tags in bitfieldDanielGavin2024-08-121-0/+6
|/
* Support having static variables one lined if it fits within width.DanielGavin2024-08-121-0/+9
|
* Better support for string range loopDanielGavin2024-08-121-15/+37
|
* Add support for type casting with `a := int(2)`DanielGavin2024-08-121-0/+19
|
* Better handling of local globals.DanielGavin2024-08-121-6/+8
|
* Add support for type assertions through call procedures.DanielGavin2024-08-121-0/+19
|
* Update README.mdDanielGavin2024-08-101-2/+2
|
* Merge pull request #466 from BradLewis/masterDanielGavin2024-08-103-1/+7
|\ | | | | Add documentation for enabling references and fix enable_rename config flag
| * Merge branch 'master' into masterDanielGavin2024-08-1037-4395/+1130
| |\ | |/ |/|
* | Remember to go into helper type in semantic tokens.DanielGavin2024-08-104-1019/+226
| |
* | Add support for enumerated arrays in range loop.DanielGavin2024-08-102-13/+60
| |
* | update odinfmt.jsonDanielGavin2024-08-101-1/+1
| |
* | Change odinfmt to use 120 characters instead. Add support for infering Maybe ↵DanielGavin2024-08-1032-3358/+833
| | | | | | | | in comp literals.
* | local scope when_stmtDanielGavin2024-08-102-4/+5
| |
* | Update README.mdDanielGavin2024-08-101-0/+4
| |
| * Add documentation for enabling references and fix enable_rename config flagBrad Lewis2024-08-043-1/+6
|/