Commit Graph

  • 9c8199feab Merge pull request #6537 from RaphGL/freebsd-ioctl gingerBill 2026-04-11 21:34:55 +01:00
  • a72d4fd909 Merge pull request #6551 from laytan/wgpu-29.0.0.0 gingerBill 2026-04-11 21:33:26 +01:00
  • 1cb272b8e6 testing: fix doc formatting? Laytan Laats 2026-04-11 20:08:38 +02:00
  • 1cf49db865 Fix missing argument in adjtimex syscall in core:sys/linux (#6502) David Bader 2026-04-11 20:03:35 +02:00
  • fc842a8cb2 wgpu: update to v29.0.0.0 Laytan Laats 2026-04-11 00:20:30 +02:00
  • d5baafb16c bring back simplifycfg jakubtomsu 2026-04-11 12:51:22 +02:00
  • 1d65bd48f6 Merge pull request #6519 from lualvsil/android-aligned-alloc gingerBill 2026-04-11 11:47:04 +01:00
  • 736184b39e Merge pull request #6539 from k-nrd/fix/field-first-writes-into-dynamic-soa gingerBill 2026-04-11 11:45:19 +01:00
  • eb01ff554b attributes, use instsimplify instead of instcombine jakubtomsu 2026-04-11 12:42:34 +02:00
  • 65ca5f02cd fix typo jakubtomsu 2026-04-11 11:49:48 +02:00
  • fd34e4b2ed Use sroa<modify-cfg> explicitly jakubtomsu 2026-04-11 11:48:09 +02:00
  • 7882123158 WINDOWS_LEAN_AND_MEAN jakubtomsu 2026-04-11 11:14:41 +02:00
  • e97f73e4aa lightweight simplification and optimization passes in -o:minimal jakubtomsu 2026-04-11 11:14:28 +02:00
  • 3cee8f615b Merge pull request #6552 from alektron/virtual_arena_overcommit_bug_revisited Jeroen van Rijn 2026-04-11 10:27:14 +02:00
  • 98d6b3bc85 Undo change from #6398 and fix arena overcommit bug in the correct place; alektron 2026-04-10 23:53:41 +02:00
  • c36bd4f858 Merge pull request #6549 from jakubtomsu/faster-linalg Jeroen van Rijn 2026-04-10 19:06:54 +02:00
  • e15230c194 remove force_inline from vector_dot jakubtomsu 2026-04-10 17:21:03 +02:00
  • e1a3761232 Merge pull request #6547 from Faker-09/volume_name_len_fix Jeroen van Rijn 2026-04-10 17:14:57 +02:00
  • 6873d8bbe3 Merge pull request #6545 from jakubtomsu/native-simd-width Jeroen van Rijn 2026-04-10 17:14:05 +02:00
  • d5e4e61c1c implement floor, ceil and trunc with SIMD jakubtomsu 2026-04-10 17:10:24 +02:00
  • 47371791b3 faster vector_dot and vector_cross3 jakubtomsu 2026-04-10 17:08:40 +02:00
  • c55797356f default NATIVE_SIMD_BIT_WIDTH to 128 jakubtomsu 2026-04-10 16:30:44 +02:00
  • 632b5e75fb Merge pull request #6544 from jakubtomsu/target-feature-fix gingerBill 2026-04-10 13:02:20 +01:00
  • c5fbf2dd9f Merge branch 'odin-lang:master' into native-simd-width jakubtomsu 2026-04-10 13:46:52 +02:00
  • 15f4301afb Merge branch 'odin-lang:master' into target-feature-fix jakubtomsu 2026-04-10 13:28:46 +02:00
  • 10c7b134e1 de-duplicate and canonicalize target_features_set entries jakubtomsu 2026-04-10 13:27:42 +02:00
  • 00874e39ad fix jakubtomsu 2026-04-10 12:53:28 +02:00
  • bf4aa9b556 stronger +/- checks in check_target_feature_is_enabled jakubtomsu 2026-04-10 12:47:12 +02:00
  • c0754012e1 Merge pull request #6541 from Znarf64/fix-no-bounds-check gingerBill 2026-04-10 10:43:43 +01:00
  • f4aa97f89a Fix os._volume_name_len to handle paths of purely separators. Also, fix '\h\s' handling Shane Shrybman 2026-04-09 23:26:37 -04:00
  • f43b604eb3 Fix #no_bounds_check (previously broken by fc41e4414) arr[:end] expressions would previously emit bounds checks even with #no_bounds_check, breaking spall Franz Hoeltermann 2026-04-10 02:21:36 +02:00
  • f4590df071 fixed wrong fd number for stderr RaphGL 2026-04-09 21:04:48 -01:00
  • 0475456ac0 add native SIMD bit width constant jakubtomsu 2026-04-09 20:43:14 +02:00
  • 2c6c646342 Merge branch 'master' into fix/field-first-writes-into-dynamic-soa k-nrd 2026-04-09 15:19:11 -03:00
  • 8c6f45ceb1 Rename FILETYPEATTRIBUTEFLAGS_Bits -> FILETYPEATTRIBUTEFLAG blob1807 2026-04-09 10:59:53 +10:00
  • c87d1a3cf6 Comment out the uncompleted stuff gingerBill 2026-04-08 15:42:40 +01:00
  • 9a55e78418 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2026-04-08 15:37:58 +01:00
  • 2414f428a5 Add core:simd/x86/avx.odin gingerBill 2026-04-08 15:37:46 +01:00
  • 33832e1f8e added ioctl and stdio FILENO constants to core:sys/freebsd RaphGL 2026-04-08 13:06:53 -01:00
  • 7684a83ab6 Merge pull request #6536 from tntmonty/InSourceOrderFix Jeroen van Rijn 2026-04-08 14:19:42 +02:00
  • a9ae4fb598 Macro out the ABI stuff gingerBill 2026-04-08 12:58:19 +01:00
  • 56a1a81a38 Fix output of filename when outputting docs with the -in-source-order option. Montgomery 2026-04-08 12:49:51 +01:00
  • a65bb976b3 Try old struct logic for vectorcall gingerBill 2026-04-08 11:09:05 +01:00
  • 39acfd4d62 Merge branch 'master' into bill/odin-windows-amd64-abi-improvements gingerBill 2026-04-08 11:02:37 +01:00
  • 68942ce53d Genericize simd_approx_recip_(sqrt) to allow for AVX and AVX512 intrinsics if enabled gingerBill 2026-04-08 10:56:52 +01:00
  • e558f9852e Add comment to os.exit Jeroen van Rijn 2026-04-08 10:17:43 +02:00
  • a2ff9d076c Merge pull request #6528 from Faker-09/filepath_dir_empty_path_fix Jeroen van Rijn 2026-04-07 18:02:54 +02:00
  • 08ae38b9aa Fix filepath.dir to return '.' for an empty path Shane Shrybman 2026-04-07 11:31:33 -04:00
  • c4893f617a Fix typo in filepath.dir description Shane Shrybman 2026-04-07 11:23:20 -04:00
  • 006b9d7cb6 Handle vectorcall more correctly (probably not perfect) gingerBill 2026-04-07 16:11:38 +01:00
  • 6480504e39 Default to "vectorcall" calling convention for Windows AMD64 if "odin"/"contextless" gingerBill 2026-04-07 16:04:07 +01:00
  • 6f7226e692 Add intrinsics.simd_pairwise_(add|sub) gingerBill 2026-04-07 15:45:50 +01:00
  • 6e09ce9a04 intrinsics.to_bits_signed; simd.signbit gingerBill 2026-04-07 15:25:41 +01:00
  • adc0327bdb [win32 api] Add missed Assoc proc blob1807 2026-04-08 00:22:18 +10:00
  • bb7c80f73c Fix indentation blob1807 2026-04-07 23:44:30 +10:00
  • 8ec71a8b46 [win32 api] Add Reg Association API blob1807 2026-04-07 23:36:38 +10:00
  • 5de18d30f3 Add intrinsics.simd_approx_recip and intrinsics.simd_approx_recip_sqrt gingerBill 2026-04-07 14:35:04 +01:00
  • 885db93e20 Add intrinsics.simd_sums_of_n gingerBill 2026-04-07 13:18:03 +01:00
  • 30b6fab120 Fix simd.scatter/simd.gather for LLVM 22 gingerBill 2026-04-07 11:46:57 +01:00
  • 90ab9e721d Update all_vendor.odin + procs_darwin.odin bill/update-darwin-packages gingerBill 2026-04-07 11:36:19 +01:00
  • ac1b5aea0f Add intrinsics.simd_odd_even; More core:simd operations gingerBill 2026-04-07 11:35:20 +01:00
  • 9abc894d68 Add CoreAudio gingerBill 2026-04-07 10:44:21 +01:00
  • a328ee92dc Align CoreGraphics foreign procs gingerBill 2026-04-07 10:38:51 +01:00
  • 8674e9f534 Add CoreText gingerBill 2026-04-07 10:37:57 +01:00
  • 82a18d0339 Fill out CoreGraphics gingerBill 2026-04-07 10:28:37 +01:00
  • 4cb8b22849 Minor corrections for core:sys/darwin gingerBill 2026-04-07 10:01:34 +01:00
  • 24f28498a2 [checker] fix break/continue being allowed in a nested unrolled range loop A1029384756 2026-04-06 12:39:21 -04:00
  • 1f38684011 Android: fix aligned_alloc not defined lualvsil 2026-04-04 16:56:14 -03:00
  • 4dd884bba2 Merge pull request #6511 from lucypero/opt-default-docs gingerBill 2026-04-04 14:03:02 +01:00
  • b3c1725025 [core:terminal] Remove superfluous @(init) and @(fini) Jeroen van Rijn 2026-04-04 14:38:27 +02:00
  • addbf1b6d7 Merge pull request #6517 from juaumjuaumjuaum/master Jeroen van Rijn 2026-04-04 12:09:57 +02:00
  • d06572c831 core/os: Add dir procedure juaum 2026-04-04 10:13:19 +02:00
  • 7313e6708d add -o docs to usage Lucy 2026-04-02 12:17:38 -03:00
  • a896fb2b4c Merge pull request #6507 from LeandroLibanio28H/fixing-declaration-order-bugs dev-2026-04 gingerBill 2026-04-02 14:32:02 +01:00
  • 039c438af2 Fix possible utf16 out of bounds issue gingerBill 2026-04-02 12:54:07 +01:00
  • 1d8c44a98c Fix minor issues with Windows bindings gingerBill 2026-04-02 12:52:17 +01:00
  • 40e03765a4 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2026-04-02 10:25:23 +01:00
  • 70c4f4bc45 Fix read_reg_string which was using the wrong size in bytes for the resulting buffer gingerBill 2026-04-02 10:25:19 +01:00
  • 452f332b03 Merge pull request #6510 from bersK/aes_ecb_src_dst_check_fix Jeroen van Rijn 2026-04-01 23:00:19 +02:00
  • b52cc45053 core/crypto/aes: Fix src size check Stefan Stefanov 2026-04-01 23:03:25 +03:00
  • 36d23a5a7d Merge pull request #6508 from Kelimion/fix-zlib Jeroen van Rijn 2026-04-01 19:16:27 +02:00
  • fbf0c06cf4 Temporarily revert 6425 fix. Jeroen van Rijn 2026-04-01 18:58:16 +02:00
  • 74c5039168 Revert "Fix #6424" Jeroen van Rijn 2026-04-01 18:41:39 +02:00
  • 8d63c1bbff publish partial struct fields during struct field checking Leandro Libanio 2026-04-01 13:34:04 -03:00
  • c8cd8dd2db allow in-progress union variants when validating union members Leandro Libanio 2026-04-01 12:39:48 -03:00
  • 69606e4e22 Compiler arena_alloc_array utility procedure gingerBill 2026-03-30 13:15:41 +01:00
  • 52701390ce Remove dead code in filename_from_path gingerBill 2026-03-30 11:52:08 +01:00
  • 4dceffd049 When parsing an incorrect for loop, remove assert gingerBill 2026-03-30 11:50:59 +01:00
  • 377a9c7be8 Merge pull request #6497 from Tejas-H5/delete-key-doc Jeroen van Rijn 2026-03-30 12:01:10 +02:00
  • d27f34f233 Updated delete_key doc to mention iteration behaviour Tejas Hegde 2026-03-30 19:29:52 +10:30
  • 48258a4201 Merge pull request #6496 from imp0s5ible/imp-relative-path-fix Jeroen van Rijn 2026-03-29 21:53:10 +02:00
  • 0d8fe07388 Fix array-bounds-exceeded error imp0s5ible 2026-03-29 21:24:57 +02:00
  • 1f2d978396 Fix #6495 - Handle starting separator during name comparison imp0s5ible 2026-03-29 21:11:22 +02:00
  • d8aa2f3ad0 Merge pull request #6491 from mtarik34b/in-source-order-docs gingerBill 2026-03-28 10:42:33 +00:00
  • 7de688d893 Use int instead of u64 mtarik34b 2026-03-28 02:50:05 +01:00
  • 2640a18296 Undo rename of cmp_entities_for_printing mtarik34b 2026-03-28 02:08:47 +01:00
  • ac17852f36 Add option to show docs in source order within each file mtarik34b 2026-03-28 00:09:27 +01:00
  • 44bf8ba464 Support odin doc core:os style paths gingerBill 2026-03-27 17:43:06 +00:00
  • ea3a4e0785 Merge pull request #6490 from A1029384756/master Jeroen van Rijn 2026-03-27 16:25:57 +01:00
  • 3e6a5a6f86 [ci] fixed git + docker mount permissions A1029384756 2026-03-27 11:00:07 -04:00