Commit Graph

  • aac301a655 update aro Andrew Kelley 2025-07-16 14:10:18 -07:00
  • 1f93f61958 std.zig.readSourceFileToEndAlloc: add file size heuristic Andrew Kelley 2025-07-16 13:39:42 -07:00
  • 73cfba4d0d std.Io.Writer: fix writeStruct Andrew Kelley 2025-07-16 13:08:33 -07:00
  • e7a639967e std.Io.Reader: fix appendRemaining Andrew Kelley 2025-07-16 13:34:43 -07:00
  • 9222d201d7 add a happy little main function to src/fmt.zig Andrew Kelley 2025-07-16 11:40:21 -07:00
  • c4776d66af update compiler Andrew Kelley 2025-07-15 23:38:18 -07:00
  • b3ee5a6c30 update cmake file listing Andrew Kelley 2025-07-15 23:00:27 -07:00
  • 2d5d2ba4f5 std.zig.Render: update it and references Andrew Kelley 2025-07-15 22:27:23 -07:00
  • 0389b4c7b9 move a file without changing it Andrew Kelley 2025-07-15 21:29:08 -07:00
  • 6c4a104822 std.zig.Ast: update to new I/O API Andrew Kelley 2025-07-15 21:12:05 -07:00
  • 1a20b467ea std.zig: update to new I/O API Andrew Kelley 2025-07-15 21:04:00 -07:00
  • 680358767e Merge pull request #24419 from ziglang/asm-clobbers Andrew Kelley 2025-07-17 02:14:18 +02:00
  • a98dcbfbb9 std.Io.Writer: fix writeStruct fixes Andrew Kelley 2025-07-16 13:08:33 -07:00
  • d772c06272 fix splatBytesAll and writeSplatAll Silver 2025-07-13 11:37:46 +01:00
  • af084e537a add lr register to mips Andrew Kelley 2025-07-15 23:43:34 -07:00
  • c2fa961b63 update docs Andrew Kelley 2025-07-15 19:40:59 -07:00
  • 8a478b4e9e fix sparc ccr regs Andrew Kelley 2025-07-15 19:25:56 -07:00
  • 5aa50bcbff fix mips clobbers Andrew Kelley 2025-07-15 19:05:36 -07:00
  • 8a19eeb8af canonicalize loongarch clobbers Andrew Kelley 2025-07-15 18:48:46 -07:00
  • 15e5e5b2bc fix mips inline asm Andrew Kelley 2025-07-15 17:15:58 -07:00
  • 3628137442 add clobbers for more architectures Andrew Kelley 2025-07-15 16:43:09 -07:00
  • 54f073377c std.zig.render: handle legacy clobber updating more gracefully Andrew Kelley 2025-07-15 16:10:36 -07:00
  • 15f45e89a7 remove condition codes Andrew Kelley 2025-07-15 16:09:47 -07:00
  • de9c0e4580 alexrp suggestions Andrew Kelley 2025-07-15 14:53:35 -07:00
  • 76d04c1662 zig fmt Andrew Kelley 2025-07-14 18:00:46 -07:00
  • 87ce83d5a5 zig1.wasm update Andrew Kelley 2025-07-14 16:19:31 -07:00
  • fcafc63f3d inline assembly: use types Andrew Kelley 2025-07-11 22:03:00 -07:00
  • c7bcdb4802 fix glibc version for single_threaded.h (2.32 instead of 2.35) DubbleClick 2025-07-16 19:28:02 +07:00
  • 7d63e777a4 fix memory leak Alex Kladov 2025-07-16 10:38:18 +01:00
  • 6002514b72 test: mark riscv soft float targets as extra targets Alex Rønne Petersen 2025-07-16 16:54:12 +02:00
  • 89ab6b161d Merge pull request #24470 from alexrp/fix-tools Alex Rønne Petersen 2025-07-16 13:15:35 +02:00
  • 32ff9d802b sync Andrew Kelley 2025-07-15 23:48:33 -07:00
  • 09c954a663 sync Andrew Kelley 2025-07-15 22:07:37 -07:00
  • cea82a4b94 sync Andrew Kelley 2025-07-15 21:56:10 -07:00
  • 11a49868a1 test: actually build the tools! Alex Rønne Petersen 2025-07-16 06:09:07 +02:00
  • 2ffa63acef tools: fix some bitrot Alex Rønne Petersen 2025-07-16 06:08:54 +02:00
  • 89adf9cf5c sync Andrew Kelley 2025-07-15 21:12:27 -07:00
  • 797b2b01b2 oops Andrew Kelley 2025-07-15 20:55:52 -07:00
  • e9cb8a777b Merge remote-tracking branch 'origin/master' into wrangle-writer-buffering Andrew Kelley 2025-07-15 20:52:56 -07:00
  • 9a69aede0e ci: add riscv workflow with manual trigger for experimentation Alex Rønne Petersen 2025-07-16 03:25:10 +02:00
  • dbe0e0c1bc Merge pull request #24464 from ziglang/fixes Andrew Kelley 2025-07-16 02:54:45 +02:00
  • 94e0c85b6b update dump-cov for alignment and writergate changes dweiller 2025-07-15 20:40:09 +10:00
  • 5f6e3245d1 std.os.windows: restore sendmsg, sendto, recvfrom Andrew Kelley 2025-07-15 14:23:25 -07:00
  • d4a191fc0a CI: disable RISC-V runners for now Andrew Kelley 2025-07-15 13:54:12 -07:00
  • 6d39c29564 std.Io.Writer.Allocating: fix sendFile EndOfStream Andrew Kelley 2025-07-15 11:43:55 -07:00
  • c7f332a260 std.Io.Writer.Discarding: fix sendFile EndOfStream Andrew Kelley 2025-07-15 11:32:40 -07:00
  • 87be80f6e9 Merge remote-tracking branch 'origin/master' into wrangle-writer-buffering Andrew Kelley 2025-07-15 10:05:00 -07:00
  • f521aa0520 std.io.Reader: add more docs for rebase Andrew Kelley 2025-07-15 10:03:07 -07:00
  • 0cb558ba3a better default min versions for freebsd and netbsd Andrew Kelley 2025-07-14 09:40:17 -07:00
  • 9dc4759902 zig std: link ws2_32.dll on windows Alex Rønne Petersen 2025-07-15 03:55:32 +02:00
  • a5dbb656b1 Merge pull request #24454 from ziglang/packed-struct-streams Andrew Kelley 2025-07-15 13:43:08 +02:00
  • d3cd0b2714 Merge pull request #24448 from matklad/matklad/inline Andrew Kelley 2025-07-15 08:51:56 +02:00
  • 294db62d92 memory safety fix for Io.Writer.Allocating.toOwnedSlice*() Travis Staloch 2025-07-14 16:35:23 -07:00
  • ac8f757cb3 Merge remote-tracking branch 'origin/master' into wrangle-writer-buffering Andrew Kelley 2025-07-14 23:49:34 -07:00
  • 4f5fa959aa std.Io.Reader.streamDelimiterEnding docs clarification Andrew Kelley 2025-07-14 21:01:40 -07:00
  • deb9f3e88f std.Io: handle packed structs better Andrew Kelley 2025-07-14 18:37:28 -07:00
  • 34d7cf075e std.posix: skip flaky test Andrew Kelley 2025-07-14 18:26:18 -07:00
  • 3473e6dc26 ci: skip building and checking stage4 on riscv64-linux Alex Rønne Petersen 2025-07-15 02:37:26 +02:00
  • 96ad898ab8 ci: skip some test steps on riscv64-linux Alex Rønne Petersen 2025-07-15 02:35:56 +02:00
  • a885e8370a ci: partial revert of f3f2a56859 Alex Rønne Petersen 2025-07-15 02:26:28 +02:00
  • 148befdaa3 Merge pull request #24409 from ziglang/net Andrew Kelley 2025-07-15 01:42:40 +02:00
  • f3f2a56859 ci: make changes to riscv64-linux to try to avoid timeouts Alex Rønne Petersen 2025-07-15 00:15:35 +02:00
  • d66f13c90d Merge pull request #24433 from Justus2308/switch-label-halt Andrew Kelley 2025-07-14 19:04:19 +02:00
  • b993728f10 make it a behavior test instead Andrew Kelley 2025-07-14 10:02:37 -07:00
  • 29ac68b253 Sema: Fix invalid AIR generation for switch loop with comptime discarded tag Add an additional check before emitting .loop_switch_br instead of .switch_br in a tagged switch statement for whether any of the continues referencing its tag are actually runtime reachable. This fixes triggering an assertion in Liveness caused by the invalid assumption that every tagged switch must be a loop if its tag is referenced in any way even if this reference is not runtime reachable. Justus Klausecker 2025-07-13 16:53:39 +02:00
  • e4ebbdb354 std.c: add missing netbsd and freebsd MSG flags Andrew Kelley 2025-07-14 09:35:38 -07:00
  • d90646d8fb langref: remove dead code Alex Kladov 2025-07-14 17:34:52 +01:00
  • 96bb1137c2 langref: don't encourage printing to stderr in tests Alex Kladov 2025-07-14 17:32:50 +01:00
  • d045eb7a4a langref: make example more interesting. Alex Kladov 2025-07-14 16:12:55 +01:00
  • f43f89a705 spirv: snake-case the spec Ali Cheraghi 2025-07-12 16:05:45 +03:30
  • 2f3cd175d3 compiler: raise the bar for backend contributions Andrew Kelley 2025-07-13 12:53:46 -07:00
  • b510482525 std.fs.File.Reader.seekTo: add missing int cast Andrew Kelley 2025-07-14 00:21:20 -07:00
  • 524e2e19a5 std.Io.Writer.Discarding: fix drain calculation Andrew Kelley 2025-07-14 00:18:13 -07:00
  • 0c0d94a6da std.net: wasi does not have unix sockets Andrew Kelley 2025-07-12 21:12:58 -07:00
  • 36f356254c align those @fieldParentPtr casts Andrew Kelley 2025-07-11 14:52:56 -07:00
  • 890f1fa848 make msghdr.iovlen unsigned Andrew Kelley 2025-07-11 12:07:06 -07:00
  • 9a1f4cb011 std.net: update to new I/O API Andrew Kelley 2025-07-11 11:30:58 -07:00
  • 5496901e71 std.Io.Reader.appendRemaining: add missing assert Andrew Kelley 2025-07-11 10:03:54 -07:00
  • 093fe02b75 add adaptToNewApi to std.Io.Reader as well Andrew Kelley 2025-07-10 19:20:26 -07:00
  • 96a4e9b866 std.crypto: fix Sha1 namespace Andrew Kelley 2025-07-10 17:09:21 -07:00
  • 5a8acc9115 fix some llvm ir printer bugs xdBronch 2025-07-10 09:16:54 -04:00
  • e8a4e47d38 Add setsid to std.(c|posix) Brandon Black 2025-07-11 08:33:15 -05:00
  • c6a18e9534 libcxx: fix building for wasm32-wasi by disabling exceptions Alex Rønne Petersen 2025-07-13 22:58:54 +02:00
  • 5696bbb307 Merge pull request #23552 from alichraghi Andrew Kelley 2025-07-14 04:19:13 +02:00
  • a558885321 LLVM backend: fixes Andrew Kelley 2025-07-13 12:15:19 -07:00
  • 041bcbd109 Do not store StackTrace type Ali Cheraghi 2025-04-13 21:24:08 +03:30
  • e3b79d65d8 LLVM: Move pt field from Object to NavGen antlilja 2024-08-02 16:48:36 +02:00
  • e7b18a7ce6 std.crypto: remove inline from most functions Andrew Kelley 2025-07-12 20:55:48 -07:00
  • f97baca6f6 Add documentation to std.crypto.aes_gcm.AesGcm.encrypt (#24427) Marcos Gutiérrez Alonso 2025-07-13 09:33:08 +02:00
  • 3974540e5a Fix memory leak in CObject.Diag.Bundle.destroy() Joost Doornbos 2025-07-12 22:15:37 +02:00
  • 549a466dd1 std.Io.Reader: encourage inlining hot buffer check mlugg 2025-07-12 20:11:56 +01:00
  • 5b4e982169 std.os.uefi.tables: ziggify boot and runtime services (#23441) Carmen 2025-07-12 10:18:53 -07:00
  • bd97b66186 ci: Add riscv64-linux-debug and riscv64-linux-release Alex Rønne Petersen 2025-07-10 03:51:00 +02:00
  • 681d324c49 std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default. Alex Rønne Petersen 2025-06-11 23:36:34 +02:00
  • f4ed35f800 test: disable non-native loongarch64 behavior and std tests Alex Rønne Petersen 2025-07-11 18:45:41 +02:00
  • 61eff7b6dd std: Fix Io.Reader.Limited and add test mochalins 2025-07-11 16:13:32 +09:00
  • 2cda4cfb39 std.posix.send: should expect ConnectionRefused Atlas Yu 2025-07-08 17:31:09 +08:00
  • b60e9f2e85 Merge pull request #24394 from ziglang/fixes Andrew Kelley 2025-07-11 10:56:24 +02:00
  • eb37552536 Remove numerous things deprecated during the 0.14 release cycle Linus Groh 2025-03-05 03:17:54 +00:00
  • d83b95cbf4 fixed .fixed flush recursion Anton Serov 2025-07-10 22:57:09 +03:00