Commit Graph

  • 469bf6af07 Merge branch std.Deque: add *Ptr and *Slice functions Andrew Kelley 2026-02-12 21:46:19 -08:00
  • 13e42b16cd std.deque: fix typo in unit test Andrew Kelley 2026-02-12 21:45:52 -08:00
  • 623723507f std.Deque: add peek and *Ptr functions to Iterator Justus Klausecker 2026-02-11 08:29:30 +01:00
  • 527e97b252 std.Deque: add *Slice variants of push functions Justus Klausecker 2026-02-11 00:57:19 +01:00
  • 35c5611f07 std.Deque: add *Ptr variants of getter functions Justus Klausecker 2026-02-11 00:41:04 +01:00
  • f36d0573cd zig libc: add rint kineye 2026-02-07 16:09:29 +01:00
  • 5132d78e83 libc: implement insque and remque in Zig Neel 2026-02-11 21:49:48 -06:00
  • 4a3adaaa23 Merge pull request 'zig libc: implement malloc' (#31177) from libc-malloc into master Andrew Kelley 2026-02-13 06:30:42 +01:00
  • 37109fa4ef Fix IpAddress.setPort Karel Marek 2026-02-12 10:16:42 +01:00
  • 0957761d5c std.heap.BrkAllocator: fix incorrect assumptions Andrew Kelley 2026-02-12 14:58:49 -08:00
  • 6296924214 build: bump behavior max_rss Andrew Kelley 2026-02-12 15:00:22 -08:00
  • 6d52678a6c zig libc malloc: skip export when unit testing Andrew Kelley 2026-02-12 13:13:48 -08:00
  • ec02571a30 zig libc malloc: set errno when returning null Andrew Kelley 2026-02-11 23:49:21 -08:00
  • 0de7668c01 test harness: refmt for readability Andrew Kelley 2026-02-11 23:49:09 -08:00
  • 21829a5b4a zig libc: export all symbols weak Andrew Kelley 2026-02-11 23:48:04 -08:00
  • f5d5dbd166 wasi libc: remove malloc defines Andrew Kelley 2026-02-11 23:48:49 -08:00
  • e2fccd8dd5 musl: remove macro redefinitions of malloc Andrew Kelley 2026-02-10 19:52:01 -08:00
  • 6ccabbd4e5 std: brk allocator for single-threaded mode Andrew Kelley 2026-02-10 19:28:43 -08:00
  • 6744160211 zig libc: implement malloc Andrew Kelley 2026-02-10 17:37:33 -08:00
  • 5c59a46238 std.heap.PageAllocator: fix not respecting alignments Andrew Kelley 2026-02-11 19:41:37 -08:00
  • 0a61eca22c bump max_rss for module tests Andrew Kelley 2026-02-11 13:53:26 -08:00
  • 645ffe21cf std.debug: rewrite panic panic-rewrite Jacob Young 2026-02-12 13:10:07 -05:00
  • 251f54d1d7 crash_report: finish reverting panic changes Jacob Young 2026-02-12 12:59:22 -05:00
  • 381e231468 Merge pull request 'fix(codegen/llvm): teach llvm to not dllexport hidden exports' (#31180) from GasInfinity/zig:fix-hidden-dllexport into master Alex Rønne Petersen 2026-02-12 08:36:15 +01:00
  • 13f31bb3c3 std/c: glibc has supported arc4random_buf since 2.36 Meghan Denny 2026-02-11 15:29:51 -08:00
  • b600b6e5e0 std.posix: remove close function Andrew Kelley 2026-02-10 23:31:37 -08:00
  • ea30f86113 bump maxrss for compiler_rt, libc, and c-abi tests Andrew Kelley 2026-02-11 00:08:15 -08:00
  • ba293eb820 Revert "compiler: override debug_io in release + evented mode" Andrew Kelley 2026-02-11 10:44:04 -08:00
  • d4217e2119 zig libc: exp10, exp10f, pow10, pow10f (#31163) Pivok 2026-02-11 19:39:40 +01:00
  • a6f64096a1 chore(test/standalone): test linking libc in a shared library GasInfinity 2026-02-11 15:44:42 +01:00
  • 87fa61bdd1 fix(codegen/llvm): teach llvm to not dllexport hidden exports GasInfinity 2026-02-11 10:51:26 +01:00
  • 96bd268c8c zig libc: simplify implementation Andrew Kelley 2026-02-10 13:06:18 -08:00
  • 6840326711 compiler: override debug_io in release + evented mode Andrew Kelley 2026-02-09 17:17:38 -08:00
  • 7369008d8c Io.IoUring: implement some thread pool options and other cleanup Jacob Young 2026-02-10 11:05:35 -05:00
  • e314dadb01 Allow overriding std.Io at a namespace level. Khitiara 2026-02-02 12:39:32 -05:00
  • bf1b9318a9 Merge pull request 'compiler_rt: common -> compiler_rt' (#31169) from compiler-rt-cleanup-2 into master Andrew Kelley 2026-02-10 20:28:28 +01:00
  • 7fbeeca924 Merge pull request 'Linux 6.19' (#31165) from alexrp/zig:linux-6.19 into master Andrew Kelley 2026-02-10 05:29:00 +01:00
  • 2372c68ae8 cmake: remove compiler rt source listings Andrew Kelley 2026-02-09 20:11:05 -08:00
  • 74608293af compiler_rt: common -> compiler_rt Andrew Kelley 2026-02-09 18:47:03 -08:00
  • 6c7814fabd Merge pull request 'Autodoc: display line numbers in source code display' (#31155) from nektro/fork-zig:nektro-patch-54643 into master Andrew Kelley 2026-02-10 01:43:12 +01:00
  • b607b0c27a Merge pull request 'IoUring: update to new Io APIs' (#31158) from io-uring-update into master Andrew Kelley 2026-02-10 00:43:51 +01:00
  • fcf0fc225a std.Target: update max Linux version to 6.19 Alex Rønne Petersen 2026-02-09 23:46:43 +01:00
  • 7af9882c6d libc: update Linux headers to 6.19 Alex Rønne Petersen 2026-02-09 23:36:43 +01:00
  • 80db2e0b8b std.os.linux: update syscalls for 6.19 Alex Rønne Petersen 2026-02-09 23:45:55 +01:00
  • bc282a6389 generate_linux_syscalls: add loongarch32 Alex Rønne Petersen 2026-02-09 23:34:48 +01:00
  • 81ef502f08 generate_linux_syscalls: add hexagon abi name Alex Rønne Petersen 2026-02-09 23:54:12 +01:00
  • 65c073b147 generate_linux_syscalls: update usage text Alex Rønne Petersen 2026-02-09 23:44:35 +01:00
  • 04c180c8e5 compiler_rt: partial cleanup Andrew Kelley 2026-02-08 23:55:26 -08:00
  • 6473dc22fc std.ArrayList: Fix compile error when @sizeOf(T) == 0 Nils Koch 2025-12-17 17:54:31 +01:00
  • 7e8ee985e2 tracy: add fiber integration Jacob Young 2026-01-13 19:10:45 -05:00
  • f2cbc1912b tracy: replace namedFrame with traceNamed Jacob Young 2026-01-15 21:54:07 -05:00
  • a28d57292f IoUring: update to new Io APIs Jacob Young 2026-01-06 05:10:33 -05:00
  • b48599c549 Sema: fix crash compiling an evented compiler Jacob Young 2026-01-08 10:31:07 -05:00
  • 2961cf1dac tracy: update API Jacob Young 2026-01-08 10:30:08 -05:00
  • f1b2554023 libzigc: hypotf, hypotl (#31150) Pivok 2026-02-09 07:59:40 +01:00
  • fb18f2096a Allow build.zig scripts to define module definition files (.def) when building win32 dlls. antme0 2026-02-08 18:48:54 +01:00
  • c99b43e3da ArrayList.writer() removed in 57dbc9e74a Meghan Denny 2026-02-08 21:24:22 -08:00
  • e4438a58ae fatal removed in b745a96d20 Meghan Denny 2026-02-08 21:24:05 -08:00
  • 6c63926333 Autodoc: display line numbers in source code display Sam K 2025-01-07 16:33:41 +11:00
  • f061c0dc28 ci: disable loongarch64-linux Alex Rønne Petersen 2026-02-08 23:32:18 +01:00
  • 52a6242443 std.os.linux: add F_SEAL constants to F struct Ben Buhse 2026-02-07 16:21:42 -06:00
  • 703df73f38 initialize mutex correctly in kqueue.zig angus 2026-02-07 14:19:29 +00:00
  • b5bd494606 std.Threaded: replace more kernel32 functions with ntdll Jacob Young 2026-02-06 04:36:32 -05:00
  • 12cb5b9285 Merge pull request 'ability to override packages locally' (#31138) from fork-cli into master Andrew Kelley 2026-02-07 02:46:47 +01:00
  • 355c626001 fetch: delete legacy hash functionality Andrew Kelley 2026-02-06 15:22:54 -08:00
  • 6f18aca09e main: fix cleanup of forks Andrew Kelley 2026-02-06 15:11:06 -08:00
  • b24b0479f6 fetch: fix missing check for build.zig existence Andrew Kelley 2026-02-06 15:10:54 -08:00
  • 9f3b60b23a fetch: ensure that forks are actually used Andrew Kelley 2026-02-06 14:29:45 -08:00
  • 9d02562717 zig build: don't add --fork to build runner args Andrew Kelley 2026-02-06 14:12:52 -08:00
  • 632d1fb948 fetch: fix manifest memory management Andrew Kelley 2026-02-06 14:03:43 -08:00
  • 5f453b45d3 Package: fix Hash.projectId decoding Andrew Kelley 2026-02-06 14:03:09 -08:00
  • 699063c5a0 fetch: implement the fork override Andrew Kelley 2026-02-06 13:38:03 -08:00
  • e661e78256 store the Manifest in the fork set Andrew Kelley 2026-02-06 13:21:13 -08:00
  • 3d33735d73 zig build: add --fork CLI argument Andrew Kelley 2026-02-06 00:29:31 -08:00
  • 36b65ab59e Air: add "unwrap" functions for loading extra data Mathieu Suen 2026-01-20 15:15:57 +01:00
  • d84a638e8b Merge pull request 'fetch packages into project-local directory' (#31121) from project-local-deps into master Andrew Kelley 2026-02-06 09:41:28 +01:00
  • d8171e8a2e fetch: check global cache for compressed tarball Andrew Kelley 2026-02-05 17:36:14 -08:00
  • 1f65e7cccc fetch: recompress task integrates with std.Progress Andrew Kelley 2026-02-05 16:46:20 -08:00
  • 7246eee1e7 std.Progress: add Node.startFmt Andrew Kelley 2026-02-05 16:44:37 -08:00
  • ee21a1f988 fetch: implement recompression Andrew Kelley 2026-02-04 21:40:06 -08:00
  • df64a3a368 build: packages now require fingerprint Andrew Kelley 2026-02-04 17:40:54 -08:00
  • 64dc1cdad8 fetch: download to local zig-pkg directory Andrew Kelley 2026-02-04 15:55:56 -08:00
  • 76d275b20f std.Io.Threaded: flatten some switch cases Andrew Kelley 2026-02-04 15:31:42 -08:00
  • 387d550b6c compiler: remove btrfs workaround functionality Andrew Kelley 2026-02-04 13:15:53 -08:00
  • 076f7e5bd5 removed reduntant @as() from switch in getDaysInMonth bgthompson 2026-01-31 22:44:21 +10:00
  • d0b39c7f2b libzigc: hypot (#31104) Pivok 2026-02-05 21:57:32 +01:00
  • c38f9336a3 std.os.linux: fix test not building brickmonster 2026-02-04 23:50:42 +00:00
  • bcb5218a2b Environ: reinstate null return on = in environment variable keys Ryan Liptak 2026-02-04 18:12:06 -08:00
  • fa3228ae42 libc: reimplement swab in Zig (#31130) Ivel 2026-02-05 20:21:41 +01:00
  • c77e7146f5 std.Threaded: replace console kernel32 functions with ntdll Jacob Young 2026-02-04 18:12:29 -05:00
  • f150759953 Merge pull request 'ci: run test-libc on x86_64-linux-release' (#30221) from alexrp/zig:ci-libc-test into master Alex Rønne Petersen 2026-02-05 13:35:49 +01:00
  • 4c35d53b9a Merge pull request 'std.os.windows: move OpenFile and GetFinalPathNameByHandle into Io.Threaded' (#31111) from windows-open-file-again into master Andrew Kelley 2026-02-05 06:25:38 +01:00
  • 3078a3197b std.Io.Threaded.dirCreateDirWindows: remove unexpected error handling Andrew Kelley 2026-02-04 12:46:56 -08:00
  • 0e7d00776e std.Io.Threaded: inline OpenFile into dirCreateDirWindows Andrew Kelley 2026-02-04 12:44:11 -08:00
  • 3a5fff45ec std: move os.windows.OpenFile into Io.Threaded Andrew Kelley 2026-02-03 21:27:27 -08:00
  • 2a193a3987 std: move GetFinalPathNameByHandle to Io.Threaded Andrew Kelley 2026-02-03 21:08:42 -08:00
  • b49dc5eb70 build: bump max_rss for C ABI tests on Windows Andrew Kelley 2026-02-04 10:54:02 -08:00
  • fcef9905ae Merge pull request 'std.Progress: implement inter-process progress reporting for windows' (#31113) from threaded-win-cleanup into master Andrew Kelley 2026-02-05 01:24:18 +01:00
  • 71156aff80 std.Progress: implement ipc resource cleanup Jacob Young 2026-01-31 20:22:53 -05:00
  • c3edf0ba64 Merge branch 'netbsd-ci' Alex Rønne Petersen 2026-02-04 20:44:45 +01:00