aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2025-03-24windows: Use AccessDenied for ACCESS_DENIED on WindowsPat Tullmann
2025-03-24std: add bit_set.findLastSet() (#22411)Meghan Denny
2025-03-24std.math: Add least common multiple (lcm)oittaa
2025-03-24DepTokenizer: allow space between target and colonrpkak
2025-03-24big.int: return normalized results from `{add,sub}Carry`David Rubin
2025-03-24docs(std.base64): Add references to RFC 4648Shun Sakai
2025-03-24fix(std/fmt.zig): fix overflow in fmtDurationSignedGasInfinity
2025-03-24deprecate O(n) union field type helpers in std.metaCarter Snook
2025-03-24typo: block_two_semicolon -> block_twosdzx-1