aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-04-17std.zig.system.linux: Use arm.zig detection for AArch64 CPU featuresLiviu Dudau
2024-04-17compiler: un-implement #19634mlugg
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-15Merge pull request #19654 from jacobly0/wasi-verAndrew Kelley
2024-04-15Merge pull request #19655 from squeek502/windows-argv-post-2008Andrew Kelley
2024-04-15std: improve std.once testsAlex Kladov
2024-04-15lib/std/Build/Step/CheckObject: dump section as stringJakub Konka
2024-04-15std.Build.Step.ConfigHeader: better error messagejd
2024-04-15ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvWRyan Liptak
2024-04-14fix namespacing of std.fs.Dir.Walker.EntryAndrew Kelley
2024-04-14std.fs.Dir.Walker: maintain a null byte in path namesAndrew Kelley
2024-04-14wasi: change default os version to `0.1.0`Jacob Young
2024-04-14Target: cleanupJacob Young
2024-04-14std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644)Frank Denis
2024-04-13std.Build.Step.ConfigHeader: better error messageAndrew Kelley
2024-04-13Merge pull request #19637 from ziglang/http-host-portAndrew Kelley
2024-04-13std: fix big int llshr to respect aliasing (#19612)Андрей Краевский
2024-04-12Revert "std.http.Client: always omit port when it matches default"Andrew Kelley
2024-04-12std.http.Client: always omit port when it matches defaultAndrew Kelley
2024-04-12std.http.Client: pass port to server based on user inputAndrew Kelley
2024-04-13cbe: fix optional codegenJacob Young
2024-04-11Merge pull request #19623 from ziglang/LazyPathAndrew Kelley
2024-04-11std.debug.panic: pass the argsAndrew Kelley
2024-04-11std.hash.crc: get rid of usingnamespaceBrandon Black
2024-04-11Fix stack iterator on UEFIleap123
2024-04-11std.Build: revert the breaking changes onlyAndrew Kelley
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-10introduce std.Build.path; deprecate LazyPath.relativeAndrew Kelley
2024-04-10Uri: propagate per-component encodingJacob Young
2024-04-09Merge pull request #19500 from ianic/package_filter_errorsAndrew Kelley
2024-04-09std.crypto.Certificate: support 3072 bits RSA certificate (#19591)Andrew Kelley
2024-04-09crypto.sha3: implement constructions from NIST SP 800-185 (#19533)Frank Denis
2024-04-09fetch: use empty string instead of null for root_dirIgor Anić
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-04-08haiku: fix abi and dynamic linker detectionJacob Young
2024-04-08haiku: fix linking issuesJacob Young
2024-04-08haiku: fix directory iterationJacob Young
2024-04-08std.Build: fix regression in Step.ConfigHeaderAndrew Kelley
2024-04-07Merge pull request #18920 from castholm/fmtIdAndrew Kelley
2024-04-07Merge pull request #18590 from castholm/move-standalone-test-casesAndrew Kelley
2024-04-07Make `std.Build.dependencyInner` privateCarl Åstholm
2024-04-07Remove `std.Build.anonymousDependency`Carl Åstholm
2024-04-07std.Build: Remove unused `c_std` fieldCarl Åstholm
2024-04-07std.Build: add dependencyFromBuildZigCarl Åstholm
2024-04-07Merge pull request #18988 from castholm/lazy-build-zigAndrew Kelley
2024-04-07Account for dependency boundaries when duping headersCarl Åstholm
2024-04-07Document added/updated functionsCarl Åstholm
2024-04-07Oops, forgot to dupe installations in `installLibraryHeaders`Carl Åstholm
2024-04-07`WriteFile.addCopyDirectory` should include all files by defaultCarl Åstholm
2024-04-07Implement `WriteFile.addCopyDirectory`Carl Åstholm