aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-02-26std.ArrayList: delete unit testAndrew Kelley
2025-02-26Merge pull request #22488 from Rexicon226/ubsan-rtAndrew Kelley
2025-02-25AstGen: improve 'file cannot be a tuple' source locationmlugg
2025-02-25std.Target: Update known max OS versions.Alex Rønne Petersen
2025-02-25Merge pull request #22937 from alichraghi/ali_spvRobin Voetter
2025-02-25std.heap.page_size_min: relax freestanding restrictionAndrew Kelley
2025-02-25std.mem.indexOfSentinel: don't ask the OS the page sizeAndrew Kelley
2025-02-25build: add `bundle_ubsan_rt`David Rubin
2025-02-25mem: add `@branchHint` to `indexOfSentinel`David Rubin
2025-02-25move libubsan to `lib/` and integrate it into `-fubsan-rt`David Rubin
2025-02-25ubsan: implement some more checksDavid Rubin
2025-02-25Compilation: use the minimal runtime in `ReleaseSafe`David Rubin
2025-02-25ubsan: switch to using `std.builtin.panicExtra` to log errorsDavid Rubin
2025-02-25ubsan: add a basic runtimeDavid Rubin
2025-02-25Revert "skip regressed LLVM 17 std lib test on powerpc"Alex Rønne Petersen
2025-02-25Merge pull request #22999 from alexrp/mingw-updateAlex Rønne Petersen
2025-02-24spirv: replace some unreachables with compile errorsAli Cheraghi
2025-02-24std.zig.target: Support new wiaguid library name for MinGW-w64.Alex Rønne Petersen
2025-02-24stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475Alec Fessler
2025-02-24Merge pull request #22154 from alexrp/disable-intrinsicsAlex Rønne Petersen
2025-02-23std.posix: Handle USER_MAPPED_FILE in windows ftruncate() implLinus Groh
2025-02-23std.Build.Step.ConfigHeader: follow deprecation policyAndrew Kelley
2025-02-23Merge pull request #22794 from cbilz/autoconf_atAndrew Kelley
2025-02-23std.math.big.int: Support strings up to base 36Linus Groh
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-22zig fmtAndrew Kelley
2025-02-22std.Build: Allow ConfigHeader values to be added at build.zig runtimeConstantin Bilz
2025-02-22std.net: Fix IPv6 address format compression for long zero runs (#22441)Anders Bondehagen
2025-02-22std.crypto.tlcsprng: Fix hardcoded use of defaultRandomSeed()Linus Groh
2025-02-23compiler: Implement @disableIntrinsics() builtin function.Alex Rønne Petersen
2025-02-22std.heap.DebugAllocator: default wasm to 64K page sizeAndrew Kelley
2025-02-22std.crypto.asn1: fix merge conflictsAndrew Kelley
2025-02-22Merge pull request #19976 from clickingbuttons/asn1Andrew Kelley
2025-02-22zig build fmtAndrew Kelley
2025-02-22zig fmt: fix invalid alignment on freesAndrew Kelley
2025-02-22update to new pop APIAndrew Kelley
2025-02-22std/http/Client: Remove TODO comments on indentation87flowers
2025-02-22std/zig/render: Add doc comments to AutoIndentingStream87flowers
2025-02-22std/zig/parser: Add indentation tests87flowers
2025-02-22std/zig/render: implement fixes for unit tests87flowers
2025-02-22std/zig/render: assigns are .after_equals87flowers
2025-02-22std/zig/render: Collapse one level of indentation in binop after equals sign87flowers
2025-02-22std/zig/render: Implement space mode to fix comment indentation87flowers
2025-02-22std/zig/render: Initial implementation of indentation87flowers
2025-02-22std/zig/render: Implement AutoIndentingStream.init87flowers
2025-02-22std.DynLib: add support for DT_GNU_HASH sections in elf filesgeemili
2025-02-22Add rapidhash (#22085)Chris Covington
2025-02-22std.zig.system.NativePaths: Add Homebrew paths (#22738)Wyatt Radkiewicz
2025-02-22AstGen: make layout specifiers on opaque containers a compile errorDavid Rubin
2025-02-22fix ArrayHashMap setKey when store_hash=trueAndrew Kelley