aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Dbghelpjakubtomsu2023-10-272-0/+252
* | | | | | | | | | | | | Fix `&x[i]` of `^#soa` typesgingerBill2023-11-231-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Add assert to disallow `-no-crt` when importing `core:c/libc`gingerBill2023-11-231-0/+2
* | | | | | | | | | | | Merge pull request #2969 from Skytrias/Skytrias-text-edit-additionsgingerBill2023-11-221-29/+75
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | check to see if s.builder is nilMichael Kutowski2023-11-231-1/+1
| * | | | | | | | | | | | forgot to use the old package nameMichael Kutowski2023-11-231-1/+1
| * | | | | | | | | | | | Add setup_once and clear_all, tidy up old code and add a few commentsMichael Kutowski2023-11-221-30/+76
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2894 from jakubtomsu/union-tag-intrinsicsgingerBill2023-11-223-1/+216
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | return uintptr from type_union_tag_offsetjakubtomsu2023-11-221-1/+1
| * | | | | | | | | | | | Merge branch 'odin-lang:master' into union-tag-intrinsicsjakubtomsu2023-10-275-8/+20
| |\| | | | | | | | | | |
| * | | | | | | | | | | | Remove len,cap,min,max and implement type_union_base_tag_value, type_union_v...jakubtomsu2023-10-273-32/+69
| * | | | | | | | | | | | Delete test.odinjakubtomsu2023-10-251-272/+0
| * | | | | | | | | | | | Rename type_union_tag to type_union_tag_typejakubtomsu2023-10-254-5/+277
| * | | | | | | | | | | | Fix indentationjakubtomsu2023-10-251-2/+2
| * | | | | | | | | | | | Merge branch 'odin-lang:master' into union-tag-intrinsicsjakubtomsu2023-10-252-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix the intrinsics, add min and maxjakubtomsu2023-10-251-9/+37
| * | | | | | | | | | | | | Merge branch 'odin-lang:master' into union-tag-intrinsicsjakubtomsu2023-10-254-12/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Naming, use variant index instead of tagjakubtomsu2023-10-242-4/+9
| * | | | | | | | | | | | | | Implement new union intrinsics and add support for len/capjakubtomsu2023-10-232-2/+147
* | | | | | | | | | | | | | | Lower `MAP_MIN_LOG2_CAPACITY` from `6` to `3` (64->8)gingerBill2023-11-221-1/+1
* | | | | | | | | | | | | | | Merge pull request #2944 from Kelimion/microarch-helpJeroen van Rijn2023-11-225-18/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add -microarch:? to help text.Jeroen van Rijn2023-11-111-0/+1
| * | | | | | | | | | | | | | | Re-add `break`.Jeroen van Rijn2023-11-101-0/+1
| * | | | | | | | | | | | | | | Facored out `get_default_microarchitecture`Jeroen van Rijn2023-11-103-28/+35
| * | | | | | | | | | | | | | | Add -microarch:?Jeroen van Rijn2023-11-105-2/+88
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #2962 from FragmentedCurve/issue_2601gingerBill2023-11-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Return value of _umtx_op on FreeBSD wasn't checked correctlyPaco Pascal2023-11-181-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #2967 from reavencode/mastergingerBill2023-11-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add DwmGetWindowAttribute to core/sys/windowsreavencode2023-11-211-0/+1
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | Fix errant tab in alignment.Jeroen van Rijn2023-11-221-2/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #2965 from Skytrias/masterJeroen van Rijn2023-11-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'odin-lang:master' into masterMichael Kutowski2023-11-2162-13076/+3145
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix `string_extension_position`Jeroen van Rijn2023-11-211-1/+1
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2961 from Kelimion/unhandled_eofJeroen van Rijn2023-11-182-19/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Remap EOF for Windows in stream procJeroen van Rijn2023-11-181-3/+5
| * | | | | | | | | | | | | | Fix unhandled EOF in streaming io on WindowsJeroen van Rijn2023-11-182-20/+21
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #2956 from Yawning/feature/crypto-cleanupJeroen van Rijn2023-11-1759-13056/+3122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | core/crypto: Update the documentation (NFC)Yawning Angel2023-11-172-53/+62
| * | | | | | | | | | | | | core/crypto: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-1714-22/+42
| * | | | | | | | | | | | | core/crypto/sm3: API cleanupYawning Angel2023-11-172-29/+28
| * | | | | | | | | | | | | core/crypto/shake: API cleanupYawning Angel2023-11-172-72/+64
| * | | | | | | | | | | | | core/crypto/sha3: API cleanupYawning Angel2023-11-172-124/+120
| * | | | | | | | | | | | | core/crypto/sha2: API cleanupYawning Angel2023-11-172-107/+105
| * | | | | | | | | | | | | core/crypto/sha1: API cleanupYawning Angel2023-11-172-29/+28
| * | | | | | | | | | | | | core/crypto/md5: API cleanupYawning Angel2023-11-172-29/+28
| * | | | | | | | | | | | | core/crypto/keccak: API cleanupYawning Angel2023-11-172-74/+78
| * | | | | | | | | | | | | core/crypto/blake2: API cleanup and bug fixesYawning Angel2023-11-174-63/+70
| * | | | | | | | | | | | | core/crypto/sha2: Refactor update/finalYawning Angel2023-11-171-76/+78
| * | | | | | | | | | | | | core/crypto/util: Remove, no longer neededYawning Angel2023-11-172-148/+0
| * | | | | | | | | | | | | core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-179-990/+0