aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | add arm to publish stepLaytan Laats2024-01-291-1/+11
| * | set correct pathLaytan Laats2024-01-292-1/+7
| * | don't run tests when cross-compilingLaytan Laats2024-01-291-1/+1
| * | arm64 buildsLaytan Laats2024-01-292-5/+45
|/ /
| * Merge branch 'master' into polyDanielGavin2024-02-034-21/+29
| |\ | |/ |/|
* | Merge pull request #300 from thetarnav/syntax-remove-where-clauseDanielGavin2024-01-251-13/+13
|\ \
| * | Remove where-clause from syntaxDamian Tarnawski2024-01-241-13/+13
* | | Merge pull request #301 from thetarnav/enable_format-optionDanielGavin2024-01-252-2/+9
|\ \ \ | |/ / |/| |
| * | Add enable_format option to ols.schema.json and readmeDamian Tarnawski2024-01-242-2/+9
|/ /
* | Update README.mdDanielGavin2024-01-231-1/+1
* | Update README.mdDanielGavin2024-01-231-2/+1
* | Align bitsets in comp literals.DanielGavin2024-01-201-4/+6
| * Forgot to set ast_context.call.DanielGavin2024-02-011-2/+12
| * Check the builtin before checking the runtimeDanielGavin2024-01-281-12/+23
| * Handle parser not returning valid global decls.DanielGavin2024-01-271-9/+13
| * Merge branch 'master' into polyDanielGavin2024-01-193-285/+283
| |\ | |/ |/|
* | Support new change to odin allocator modelDanielGavin2024-01-181-3/+2
* | Merge pull request #291 from thetarnav/ols-schema-add-fake-methodsDanielGavin2024-01-111-1/+8
|\ \
| * | Add enable_fake_methods field to the schema.Damian Tarnawski2024-01-051-1/+8
|/ /
* | Merge pull request #287 from thetarnav/textmate-improvementsDanielGavin2024-01-021-281/+273
|\ \
| * | Major changes to the Odin textmate syntax grammarDamian Tarnawski2023-12-251-281/+273
| | * Remember to clone generics derived exprDanielGavin2024-01-181-1/+4
| | * Remove panicDanielGavin2024-01-091-1/+1
| | * Add matrix_type to clone nodeDanielGavin2024-01-094-148/+217
| | * Increase stdout bufferDanielGavin2024-01-081-1/+1
| | * Remember to save the old call stack in ast_context.DanielGavin2023-12-291-0/+10
| | * Check for len being nilDanielGavin2023-12-291-14/+15
| | * TypoDanielGavin2023-12-291-3/+3
| | * More poly workDanielGavin2023-12-293-7/+171
| | * Merge branch 'master' into polyDanielGavin2023-12-291-2/+4
| | |\ | |_|/ |/| |
* | | default case should use internal_resolve_type_expression to prevent stackover...DanielGavin2023-12-291-2/+4
|/ /
| * Forgot to check if the first argument is valid on fake methods.DanielGavin2023-12-281-0/+5
| * Fix issue with fake methods not using the aliased package nameDanielGavin2023-12-281-1/+5
| * New poly resolve systemDanielGavin2023-12-288-594/+846
|/
* Merge pull request #285 from thetarnav/fix-raw-string-escapeDanielGavin2023-12-221-2/+1
|\
| * Fix raw string escape grammarDamian Tarnawski2023-12-221-2/+1
|/
* Fix issue with variables assigning in global space to procedures.DanielGavin2023-12-172-22/+60
* Update README.mdDanielGavin2023-12-161-14/+2
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-12-141-3/+1
|\
| * Merge pull request #280 from plaukiu/readme-fixDanielGavin2023-12-121-3/+1
| |\
| | * Update README.mdplaukiu2023-12-121-3/+1
| |/
* / Fix issue with not using builtin symbols when in another package.DanielGavin2023-12-141-8/+5
|/
* Add support for Or_Branch_ExprDanielGavin2023-12-051-0/+4
* Don't add collection "vendor" in test runningDanielGavin2023-12-031-1/+1
* Merge pull request #275 from laytan/better-bitset-completionDanielGavin2023-11-281-80/+159
|\
| * better bitset completionLaytan Laats2023-11-281-80/+159
* | Update READMEDanielGavin2023-11-251-0/+2
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-11-253-10/+29
|\|
| * Update nightly.ymlDanielGavin2023-11-171-1/+1
| * Merge pull request #269 from laytan/private-doc-tagsDanielGavin2023-11-121-8/+27
| |\