aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix constant `nil` assignment to union of nillable types in backendgingerBill2025-11-021-0/+6
| |_|/ / / |/| | | |
* | | | | Merge pull request #5870 from thetarnav/ease-inverseJeroen van Rijn2025-11-023-208/+461
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Cleanup ease_inversethetarnav2025-11-011-29/+31
| * | | | Add ease inverse proceduresthetarnav2025-11-013-208/+459
|/ / / /
* / / / Add ODIN_TEST_GO_TO_ERROR to print test fail locations in a manner friendly t...Jeroen van Rijn2025-11-012-2/+29
|/ / /
* | | Also disable OSC codes to update title when `ODIN_TEST_FANCY=false`Jeroen van Rijn2025-10-311-1/+1
* | | Document the rest of `os2`.gingerBill2025-10-313-5/+45
* | | Update documentation for `os2` once more!gingerBill2025-10-315-18/+143
* | | Bodge `runtime.exit` for haikugingerBill2025-10-311-1/+1
* | | Improve documentation for the file based operations in os2gingerBill2025-10-311-5/+145
* | | Change to `Permissions` bit_set from relying on octal numbering for os2gingerBill2025-10-3114-44/+88
* | | Add os2 to `examples/all`gingerBill2025-10-311-0/+1
* | | use `runtime.exit` for `os2.exit`gingerBill2025-10-315-20/+2
* | | Fix `union(T){}` constant initializationgingerBill2025-10-311-2/+7
* | | Merge pull request #5863 from dan-lei/patch-1Jeroen van Rijn2025-10-301-2/+2
|\ \ \
| * | | Typo in description of mem.ptr_sub.Daniel TroszczyƄski2025-10-301-2/+2
|/ / /
* | | Remove duplicate importJeroen van Rijn2025-10-302-10/+1
* | | Correct cast to `uintptr`gingerBill2025-10-301-1/+1
* | | Add `runtime.exit`gingerBill2025-10-3010-0/+73
* | | For test runner, try to look for `os.exit` or `os2.exit`gingerBill2025-10-302-1/+34
* | | Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2025-10-305-18/+85
|\ \ \
| * | | `constant_truncate` -> `constant_trunc` to be consistent with other intrinsicsgingerBill2025-10-303-11/+11
| * | | Add suggestion for `T[]` to be `[]T` if a type is allowed in that parsing con...gingerBill2025-10-301-3/+11
| * | | Add `intrinsics.constant_(floor|truncate|ceil|round)`gingerBill2025-10-304-1/+60
| * | | Fix declaration of `type_is_bit_field`gingerBill2025-10-302-14/+14
* | | | Enable misnamed doc example test for small_arrayJeroen van Rijn2025-10-301-1/+1
|/ / /
* | | Just retry again with `lb_generate_missing_procedures`gingerBill2025-10-291-0/+10
* | | Merge pull request #5861 from NickDriscoll/hlsl-halfgingerBill2025-10-292-2/+784
|\ \ \
| * | | Add half support to all proc groups and add ashalf proc groupNick Driscoll2025-10-282-2/+759
| * | | Add all half scalar, vector, and matrix typesNick Driscoll2025-10-281-0/+25
| | |/ | |/|
* | | Merge pull request #5860 from harold-b/hb.fix-export-link-libs-fileJeroen van Rijn2025-10-291-11/+11
|\ \ \ | |/ / |/| |
| * | Fix `-export-linked-libs-file` issue where it multiple libraries in a single ...Harold Brenes2025-10-281-11/+11
* | | Change `^i16` to `cstring16` where appropriategingerBill2025-10-281-16/+16
| |/ |/|
* | Minor change to misc/shell.batgingerBill2025-10-281-1/+1
* | Remove `core:encoding/ini` dependency in `user_posix.odin`gingerBill2025-10-281-12/+12
* | Add `#caller_location` to `os2.read_entire_file`gingerBill2025-10-281-10/+7
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-274-13/+34
|\ \
| * \ Merge pull request #5856 from A1029384756/masterLaytan2025-10-272-12/+19
| |\ \
| | * | [core:os/os2] zeroed `n` value on failed file operationsA10293847562025-10-272-12/+19
| |/ /
| * | Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2025-10-272-3/+4
| |\ \
| * | | Make Karl Zylinski happyJeroen van Rijn2025-10-272-1/+15
* | | | Fix indentationgingerBill2025-10-271-2/+2
| |/ / |/| |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-272-3/+12
|\ \ \
| * \ \ Merge pull request #5848 from Meliketoaste/egl_attrib_fixgingerBill2025-10-271-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Update GetPlatformDisplay and CreatePlatformWindowSurface to take in intptr_t...Meliketoaste2025-10-251-2/+2
| | |/
| * | Fix #5852Jeroen van Rijn2025-10-271-1/+10
* | | Change `static_assert` for `OrderedInsertPtrMapEntry`gingerBill2025-10-271-1/+2
|/ /
* | Just use a method insteadgingerBill2025-10-271-9/+15
* | One more time with a different cast?gingerBill2025-10-271-2/+2
* | Try C-cast with reintepret castgingerBill2025-10-271-1/+1