aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-04-03std.c.darwin.CPUFAMILY: Add ARM_TAHITI and ARM_TUPAI.Alex Rønne Petersen
2025-04-03std.zig.system.x86: Synchronize CPUID/XGETBV checks with LLVM 19.Alex Rønne Petersen
2025-04-02translate-c: fix function prototype decalared inside a functionParker Liu
2025-04-02Merge pull request #22337 from ruihe774/fix-app-maskAlex Rønne Petersen
2025-04-02DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390)Auguste Rame
2025-04-02std.os.linux: block all signals in raiseMisaki Kasumi
2025-04-02std.zon.parse: make `ast` and `zoir` fields of `Diagnostics` non-optionalMason Remaley
2025-04-02std.zon.parse: rename `Status` to `Diagnostics`Mason Remaley
2025-04-02std.zon: populate `Zoir.Node.Index` values with corresponding ZOIR nodeMason Remaley
2025-04-01std.start: allow return uefi error union in main (#23425)Carmen
2025-04-01std.os.uefi.protocol: ziggify function signatures (#23214)Carmen
2025-03-31zon: normalize negative zeroesAli Cheraghi
2025-03-31translate-c: fix referencing extern locals from nested blocksParker Liu
2025-03-31Merge pull request #23417 from dweiller/zstd-fixesAlex Rønne Petersen
2025-03-31Add quota for comptime sort, add testSimon Brown
2025-03-31std.compress.zstd: ensure window size fits into usizedweiller
2025-03-31std.compress.zstd: fix OOB access in literal decodedweiller
2025-03-29crypto.ecdsa: fix EcdsaP384Sha3_384 constant name (#23403)Frank Denis
2025-03-27check result of mmap() call to handle a large base_addr value correctlySean Stasiak
2025-03-27Merge pull request #23373 from alexrp/get-base-addressAlex Rønne Petersen
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-27std.posix: add getuid()/geteuid()blurrycat
2025-03-27std.meta.FieldType -> @FieldTypeАндрей Краевский
2025-03-26Merge pull request #23339 from Iced-Sun/masterAlex Rønne Petersen
2025-03-26Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...Felix "xq" Queißner
2025-03-26abiAndDynamicLinkerFromFile: return an error when the file is not actually dy...Pratham
2025-03-26std.process: Fix getBaseAddress() to handle all Darwin OSs.Alex Rønne Petersen
2025-03-26std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.Alex Rønne Petersen
2025-03-26std.process: Fix getBaseAddress() for linux + libc.Alex Rønne Petersen
2025-03-26linux: don't export getauxval when not requiredwooster0
2025-03-26zig build: allow to choose "lazy mode" for fetching processEric Joldasov
2025-03-26Allocator.create: properly handle alignment for zero-sized types (#21864)Kendall Condon
2025-03-26zig build: add env_map entries to hash for Step.Rundweiller
2025-03-26std.posix: update LFS64 interfaces for android bionic C孙冰
2025-03-26std.Target: Update default Android API level to 24孙冰
2025-03-26Merge pull request #23062 from ianic/io_uring_bindAlex Rønne Petersen
2025-03-26lib/std/posix: test ftruncate via std.fs.File.setEndPos()Pat Tullmann
2025-03-25support more process creation options on WindowsJonathan Marler
2025-03-25Fix std.debug.dumpHex address offsetsArnau Camprubí
2025-03-25Merge pull request #23310 from Rexicon226/fix-23309Alex Rønne Petersen
2025-03-25Added check for HTTP version and GET method when upgrading WebSocket to compl...Kuwazy
2025-03-25Merge pull request #23220 from samy-00007/bytesAsSlice-fixAlex Rønne Petersen
2025-03-25std.c: android bionic C supports arc4random_buf and getentropy孙冰
2025-03-25Merge pull request #23007 from rootbeer/posix-eaccess-epermAlex Rønne Petersen
2025-03-25Update the documentation comment in arena_allocator.zig to be more accurategodalming123
2025-03-24std.mem.bytesAsSlice: fix to support zero-bytes sized typessamy007
2025-03-24fix: Allocator.remap now handles zero-bytes sized typessamy007
2025-03-24std.zig.Ast: Fix error case memory leak in parse()Chris Clark
2025-03-24lib/std: PermissionDenied/AccessDenied cleanup and falloutPat Tullmann
2025-03-24lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...Pat Tullmann