aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Use `reinterpret_cast`gingerBill2025-10-271-1/+1
* | Try to make `PtrMap` work for 32-bit compilersgingerBill2025-10-272-8/+27
* | Improve error message for missing `&` in some parapoly messagesgingerBill2025-10-271-0/+6
|/
* Make `time.components_to_time` #optional_okJeroen van Rijn2025-10-231-1/+1
* Merge pull request #5844 from cstrachan88/masterLaytan2025-10-231-3/+9
|\
| * Fix #5843Courtney Strachan2025-10-231-3/+9
|/
* Merge pull request #5812 from Kelimion/data-alignmentgingerBill2025-10-222-2/+7
|\
| * Set minimum #load(file, type) alignment to 16 bytesJeroen van Rijn2025-10-152-2/+7
* | Merge pull request #5811 from wrathdoesthat/mastergingerBill2025-10-221-1/+1
|\ \
| * | Merge branch 'odin-lang:master' into masterwrathdoesthat2025-10-151-0/+8
| |\|
| * | Fix orca linking pathWrath2025-10-151-1/+1