aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix indentationdev-2023-05gingerBill2023-05-031-3/+3
* Merge pull request #2502 from jon-lipstate/ba-cleanupJeroen van Rijn2023-05-031-78/+137
|\
| * added set overload, made make explicitJon Lipstate2023-05-021-24/+17
| * update docs, add unsafe_get/set, add round up to createJon Lipstate2023-04-301-61/+127
* | Merge pull request #2507 from powerc9000/patch-5gingerBill2023-05-021-2/+2
|\ \
| * | Fix check for continuation byte in core/text/text_editClay Murray2023-05-021-2/+2
|/ /
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-021-7/+2
|\ \
| * \ Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2023-05-0229-4/+166
| |\ \
| * | | Don't test Botan on MacOS for nowJeroen van Rijn2023-05-021-7/+2
| | |/ | |/|
* | | When using `-debug`, default to `-o:none` unless explicitly specifiedgingerBill2023-05-022-3/+11
| |/ |/|
* | Revert "Unify `foreign import` for `vendor:sdl2`"gingerBill2023-05-0229-4/+166
|/
* Merge pull request #2490 from eltociear/patch-1gingerBill2023-04-281-2/+2
|\
| * Fix typo in marshal.odinIkko Eltociear Ashimine2023-04-271-2/+2
* | Merge pull request #2492 from GiveMeFox/patch-1gingerBill2023-04-271-1/+1
|\ \
| * | Update README.mdGiveMeFox2023-04-261-1/+1
| |/
* | Merge pull request #2496 from AquaGeneral/mastergingerBill2023-04-271-4/+5
|\ \
| * | linalg/extended radians and degrees fixedJesse Stiller2023-04-271-4/+5
|/ /
* | Fix #2481gingerBill2023-04-271-1/+1
* | Fix typo #2485gingerBill2023-04-271-9/+9
* | Fix #2487gingerBill2023-04-271-0/+3
* | Make `!x` be an untyped booleangingerBill2023-04-271-0/+2
* | Add parentheses around `or_return` uses in an unary expressiongingerBill2023-04-271-6/+6
* | Add extra nullptr checkgingerBill2023-04-271-1/+1
* | Require parentheses around certain uses of `or_return` expressionsgingerBill2023-04-272-3/+81
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-04-272-2/+27
|\ \
| * \ Merge pull request #2494 from jon-lipstate/strings_docfixJeroen van Rijn2023-04-272-2/+27
| |\ \
| | * | update builder sampleJon Lipstate2023-04-261-6/+5
| | * | fix typo, add builder sampleJon Lipstate2023-04-262-2/+28
| |/ /
* / / Unify `check_constant_parameter_value` logicgingerBill2023-04-271-8/+15
|/ /
* / Partially buffer `fmt.fprint*` related calls using a `bufio.Writer`gingerBill2023-04-272-5/+43
|/
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-04-263-2/+3
|\
| * Merge pull request #2483 from jprukner/fix-alias-which-checkJeroen van Rijn2023-04-251-1/+1
| |\
| | * add redirect to /dev/nullJan Prukner2023-04-251-1/+1
| | * Fix which command checkJan Prukner2023-04-241-1/+1
| |/
| * Merge pull request #2480 from jakubtomsu/soa-ptr-formatting-fixgingerBill2023-04-241-1/+1
| |\
| | * Remove typojakubtomsu2023-04-231-1/+1
| |/
| * Merge pull request #2478 from matias-eduardo/masterJeroen van Rijn2023-04-231-0/+1
| |\
| | * Add IsWindow to user32.odinMatias Fernandez2023-04-221-0/+1
| |/
* / Update to Metal 3gingerBill2023-04-267-8/+1023
|/
* Add ifdef blockgingerBill2023-04-211-0/+2
* Fix memory leak caused by awful realloc usage on LinuxgingerBill2023-04-213-13/+32
* Merge pull request #2472 from Kelimion/resolv_fixJeroen van Rijn2023-04-211-3/+5
|\
| * Fix #2471Jeroen van Rijn2023-04-211-3/+5
|/
* Unify `foreign import` for `vendor:sdl2`gingerBill2023-04-2029-166/+4
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-04-202-6/+26
|\
| * Merge pull request #2457 from jakubtomsu/mastergingerBill2023-04-201-0/+6
| |\
| | * Convert indentation to tabsjakubtomsu2023-04-141-6/+6
| | * Handle unmarshalling to json.Valuejakubtomsu2023-04-141-0/+6
| * | Merge pull request #2464 from ap29600/simd_unaligned_loadgingerBill2023-04-201-5/+19
| |\ \
| | * | improve code generation for `intrinsics.unaligned_load/store` on `#simd` typesAndrea Piseri2023-04-161-5/+19
| | |/