Commit Graph

  • 5d7507214d aro: update to not use GenericWriter Andrew Kelley 2025-08-26 22:31:28 -07:00
  • 2151b10a41 more updates to not use GenericWriter Andrew Kelley 2025-08-21 16:50:55 -07:00
  • 379d7bc9f6 compiler: update to not use GenericWriter Andrew Kelley 2025-08-16 20:01:46 -07:00
  • 6713745ec4 link.Elf: update to not use GenericWriter Andrew Kelley 2025-08-16 20:01:30 -07:00
  • cc931660eb link.MachO: update to not use GenericWriter Andrew Kelley 2025-08-16 19:32:05 -07:00
  • 2dc6ddd7e8 std.Io.Writer: add toArrayList/fromArrayList Andrew Kelley 2025-08-11 23:35:36 -07:00
  • c8b983c59a link.Wasm: update for new writer API Andrew Kelley 2025-08-11 23:34:33 -07:00
  • 57dbc9e74a std.Io: delete GenericWriter Andrew Kelley 2025-08-07 23:09:40 -07:00
  • 5cb8cdef10 Merge pull request #25045 from kada49/libc/common-impl-ceil Alex Rønne Petersen 2025-08-29 00:25:23 +02:00
  • cbc3c0dc59 process.totalSystemMemory: Avoid overflow on Linux when totalram is a 32-bit usize Ryan Liptak 2025-08-27 22:16:21 -07:00
  • cb9821a827 std.os.uefi: fix type error at MemoryType.format() tokyo4j 2025-08-28 00:11:56 +09:00
  • 1231c8fbbd std.os.linux: powerpc syscalls clobber ctr and xer Alex Rønne Petersen 2025-08-28 01:21:58 +02:00
  • 70e22d79a4 libc: delete superfluous c and assembly trunc implementations David Senoner 2025-08-27 21:53:16 +02:00
  • 224fca7e0e process.totalSystemMemory: Avoid overflow on Linux when totalram is a 32-bit usize Ryan Liptak 2025-08-27 22:16:21 -07:00
  • 2b73c28cec Reader.appendRemaining: Take ownership of the full allocated slice Ryan Liptak 2025-08-28 00:26:57 -07:00
  • 73a0b5441b AstGen: forward result type through unary float builtins David Rubin 2025-08-28 07:46:12 -07:00
  • a31950aa57 std.debug: remove @frameAddress() "UAF" mlugg 2025-08-27 21:35:45 +01:00
  • 151c7dc74b std.os.uefi: fix type error at MemoryType.format() tokyo4j 2025-08-28 00:11:56 +09:00
  • 417c68d249 std.os.linux: powerpc syscalls clobber ctr and xer Alex Rønne Petersen 2025-08-28 01:21:58 +02:00
  • f707de15a1 libc: delete superfluous c and assembly ceil implementation David Senoner 2025-08-27 13:40:16 +02:00
  • 49f0122e41 x86_64: fix multiplication overflow detection with adx Jacob Young 2025-08-26 19:15:29 -04:00
  • 733008ec6b x86_64: fix multiplication overflow detection with adx Jacob Young 2025-08-26 19:15:29 -04:00
  • ca2e17e0a1 delete some vestigal dead code Andrew Kelley 2025-08-27 17:09:07 -07:00
  • 9dc3fce4c4 std.c: add correct SOMAXCONN for BSDs Brandon Black 2025-08-25 13:38:33 -05:00
  • 9c3e09cbee Fix TLS 1.2 client key exchange to use negotiated named group (#25007) Frank Denis 2025-08-27 11:18:40 +02:00
  • 50edad37ba Merge pull request #25034 from ziglang/lzma Andrew Kelley 2025-08-27 06:49:45 -07:00
  • f6b0d64ddc libc: remove c floorl implementaions forgotten in #24335 David Senoner 2025-08-27 13:40:08 +02:00
  • 12a58087a4 Fix TLS 1.2 client key exchange to use negotiated named group (#25007) Frank Denis 2025-08-27 11:18:40 +02:00
  • ae2622bf82 std.c: add correct SOMAXCONN for BSDs Brandon Black 2025-08-25 13:38:33 -05:00
  • 68f590d430 std.compress.xz: fix 32-bit targets Andrew Kelley 2025-08-26 21:07:00 -07:00
  • 0339c5793a fetch: update xz API usage Andrew Kelley 2025-08-26 21:00:26 -07:00
  • 668299f0db std: update xz unit tests to new I/O API Andrew Kelley 2025-08-26 20:56:34 -07:00
  • 980445f08b std.compress.lzma: fix unpacked size checking logic Andrew Kelley 2025-08-26 20:49:37 -07:00
  • 722e066173 std.compress.xz.Decompress: some tests passing Andrew Kelley 2025-08-26 20:33:45 -07:00
  • d87eb7d4e4 std.compress.xz: skeleton in place Andrew Kelley 2025-08-25 21:33:57 -07:00
  • a8ae6c2f42 std.compress.lzma2: tests passing Andrew Kelley 2025-08-25 20:24:19 -07:00
  • 3cb9baaf65 std.compress.lzma: delete dead parameter Andrew Kelley 2025-08-25 18:53:31 -07:00
  • 8523cbef0e std.compress.lzma: tests passing Andrew Kelley 2025-08-25 18:47:33 -07:00
  • 58e60697e2 std.compress.lzma: update for new I/O API Andrew Kelley 2025-08-25 18:03:48 -07:00
  • 6464e0d4fc std.compress.xz: flatten namespaces Andrew Kelley 2025-08-22 14:14:26 -07:00
  • ea0ce7afb5 std.compress: flatten lzma and lzma2 namespaces Andrew Kelley 2025-08-22 14:03:44 -07:00
  • 9399fcddce libc: use zig isnan and derivates for mingw David Senoner 2025-08-26 14:16:55 +02:00
  • aae5560712 Remove memcmp and memset from bundled musl and wasi Yefeng Li 2025-08-25 18:07:07 +01:00
  • a4cb636658 std.Build.WebServer: fix race mlugg 2025-08-26 09:49:55 +01:00
  • 42eb1329b1 std.Build.WebServer: fix race mlugg 2025-08-26 09:49:55 +01:00
  • e323dbfd15 std.Build.Step.TranslateC: forward --cache-dir and --global-cache-dir flags AdamGoertz 2025-08-25 23:54:00 -04:00
  • 628357eeb6 std.Build.Step.Compile: fix race condition in args file creation Ian Johnson 2025-05-26 19:23:42 +00:00
  • d4df65e355 std.Build.Step.Compile: fix race condition in args file creation Ian Johnson 2025-05-26 19:23:42 +00:00
  • 6d4dbf05ef Compilation: use std.Deque Isaac Freund 2025-08-25 20:30:20 +02:00
  • d57b1e3552 std.ArrayList: add insertSliceAssumeCapacity() and insertSliceBounded() (#24978) Rue 2025-08-26 09:25:25 +02:00
  • ff859088e4 std.Target: add vita os Maciej 'vesim' Kuliński 2025-07-21 13:02:27 +02:00
  • 99b2b61516 std.Build.Step.TranslateC: forward --cache-dir and --global-cache-dir flags AdamGoertz 2025-08-25 23:54:00 -04:00
  • caa89c7601 os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero. Qun He 2025-08-25 09:38:44 +08:00
  • 6f07cc95d0 add macOS handling for totalSystemMemory (#24903) Sardorbek Imomaliev 2025-08-25 20:25:53 +01:00
  • b2578329af zig cc: don't pass -mcmodel for assembly files Alex Rønne Petersen 2025-08-25 02:44:57 +02:00
  • ade570f0d5 zig cc: don't pass -mcmodel for assembly files Alex Rønne Petersen 2025-08-25 02:44:57 +02:00
  • 91040b5678 add macOS handling for totalSystemMemory (#24903) Sardorbek Imomaliev 2025-08-25 20:25:53 +01:00
  • a7769e25be os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero. Qun He 2025-08-25 09:38:44 +08:00
  • 3e77317261 std: add a Deque data structure Isaac Freund 2025-08-23 15:35:17 +02:00
  • 9ef2208e4b Update powi.zig to fix docstring formatting Becker A. 2025-08-18 15:49:48 -06:00
  • 38173d63d3 fix: fix typo in comment by removing repeated 'business' word Nathaniel Ketema 2025-08-22 14:00:11 -05:00
  • d4e5d1e15c lib: Reword documentation for realloc to clarify size 87 2025-06-15 13:29:15 +01:00
  • 17928ef58b Add test-obj to the help message Arnau Camprubí 2025-08-24 13:26:31 +02:00
  • 48600bc2b3 Compilation: avoid ZCU strategy for ubsan-rt in Windows DLLs Alex Rønne Petersen 2025-08-25 06:45:00 +02:00
  • 65af60edd0 ubsan-rt: export symbols with hidden visibility Alex Rønne Petersen 2025-08-25 03:50:18 +02:00
  • f96321be90 std.zig.system: fix check for sparc "v8+" in getExternalExecutor() Alex Rønne Petersen 2025-08-24 22:16:20 +02:00
  • a51e88c3b1 Fix #24999: copy left-overs before we XOR into c. (#25001) Erik Schlyter 2025-08-25 17:59:42 +02:00
  • 5a0cf21775 Adds non allocating alternatives to ZON parse functions (#22916) Mason Remaley 2025-08-25 06:03:08 -10:00
  • 37f4bee92a Fix #24999: copy left-overs before we XOR into c. (#25001) Erik Schlyter 2025-08-25 17:59:42 +02:00
  • 9924897c06 Merge pull request #24995 from alexrp/ubsan-rt-hidden Alex Rønne Petersen 2025-08-25 17:07:33 +02:00
  • 5d019abe4e start adding big endian RISC-V support Alex Rønne Petersen 2025-08-24 21:23:45 +02:00
  • 12686d9b7d delete std.debug.FixedBufferReader Andrew Kelley 2025-08-22 20:36:30 -07:00
  • 837e564312 Compilation: avoid ZCU strategy for ubsan-rt in Windows DLLs Alex Rønne Petersen 2025-08-25 06:45:00 +02:00
  • afea419470 std.zig.system: fix check for sparc "v8+" in getExternalExecutor() Alex Rønne Petersen 2025-08-24 22:16:20 +02:00
  • bed8171d4e ubsan-rt: export symbols with hidden visibility Alex Rønne Petersen 2025-08-25 03:50:18 +02:00
  • c327444f5c Add test-obj to the help message Arnau Camprubí 2025-08-24 13:26:31 +02:00
  • bc00932bb2 lib: Reword documentation for realloc to clarify size 87 2025-06-15 13:29:15 +01:00
  • 5c0ad01d3c fix: fix typo in comment by removing repeated 'business' word Nathaniel Ketema 2025-08-22 14:00:11 -05:00
  • 718ee31e21 Update powi.zig to fix docstring formatting Becker A. 2025-08-18 15:49:48 -06:00
  • 83f773fc64 Merge pull request #24960 from ziglang/MemoryAccessor Andrew Kelley 2025-08-23 18:54:32 -07:00
  • 98585af51d std.fs.Dir: fix updateFile() to flush the file before updating its times Alex Rønne Petersen 2025-08-21 01:10:35 +02:00
  • e4a7b15852 disable stack tracing on powerpc64 Andrew Kelley 2025-08-23 13:48:10 -07:00
  • d00cc10086 std.debug: delete MemoryAccessor Andrew Kelley 2025-08-22 18:30:21 -07:00
  • 77c09d16f9 std.fs.Dir: fix updateFile() to flush the file before updating its times Alex Rønne Petersen 2025-08-21 01:10:35 +02:00
  • 38ef3f8997 Merge pull request #24926 from mrjbq7/http-fetch John Benediktsson 2025-08-22 12:35:18 -07:00
  • 47a2f2ddae Merge pull request #24926 from mrjbq7/http-fetch John Benediktsson 2025-08-22 12:35:18 -07:00
  • cf542500f8 zig reduce: adapt to new Writer API Justus Klausecker 2025-08-20 23:10:34 +02:00
  • c8ec7c1294 std: remove lossy int to float coercion on json parse Raiden1411 2025-08-21 10:38:08 +01:00
  • 306176046e chore(std.Target): explicitly set baseline only to arm with 3ds GasInfinity 2025-08-21 15:09:59 +02:00
  • fca2a7a638 test(llvm_targets): remove unused thumb-3ds GasInfinity 2025-08-21 14:53:56 +02:00
  • 851f31b0e1 chore(std.Target): document the 3ds version range GasInfinity 2025-08-21 13:27:13 +02:00
  • cc71936eb9 feat(std.Target): add 3ds os GasInfinity 2025-08-20 22:53:36 +02:00
  • 55daefdb10 std: remove lossy int to float coercion on json parse Raiden1411 2025-08-21 10:38:08 +01:00
  • ba726ab65a langref: update nav link Andrew Kelley 2025-08-21 14:02:12 -07:00
  • 595c9d2353 Merge pull request #24921 from Justus2308/messy-mach Andrew Kelley 2025-08-21 11:52:22 -07:00
  • 1594c80555 zig reduce: adapt to new Writer API Justus Klausecker 2025-08-20 23:10:34 +02:00
  • 52de06c3b0 langref: sync with zig-spec grammar.peg Isaac Freund 2025-08-21 10:33:48 +02:00
  • 913db1b1ca std.os.uefi: Fix typo that causes compile time error #22809" Lwazi Dube 2025-08-20 14:23:04 -04:00
  • 01b5023868 drop NameTooLong from sysctlbynameZ error set (#24909) Sardorbek Imomaliev 2025-08-21 11:36:57 +01:00
  • da4c9af354 make some compile errors aliases instead Justus Klausecker 2025-08-21 11:33:34 +02:00