aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-02-26introduce package id and redo hash format againAndrew Kelley
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-25ubsan: update wordingDavid Rubin
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-25ubsan: avoid depending on `@returnAddress` combined with `inline`Andrew Kelley
2025-02-25correct some bugsDavid Rubin
2025-02-25Compilation: correct when to include ubsanDavid Rubin
2025-02-25build: add `bundle_ubsan_rt`David Rubin
2025-02-25ubsan: clean-up a bit moreDavid Rubin
2025-02-25ubsan: resolve the last of the TODOsDavid Rubin
2025-02-25ubsan: clean-up and remove the unused handlersDavid Rubin
2025-02-25ubsan: extend `ptr` before adding to avoid overflowDavid Rubin
2025-02-25ubsan: implement more checksDavid 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-25compiler-rt: Add tests from llvm/llvm-project#119449.Alex Rønne Petersen
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-25libc: Update Linux headers to 6.13.4.Alex Rønne Petersen
2025-02-24build: add spirv to test matrixAli Cheraghi
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-24mingw: Update MinGW-w64 sources to 3839e21b08807479a31d5a9764666f82ae2f0356.Alex Rønne Petersen
2025-02-24mingw: Update MinGW-w64 headers to 3839e21b08807479a31d5a9764666f82ae2f0356.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-23cbe: Implement support for -fno-builtin and @disableIntrinsics().Alex Rønne Petersen
2025-02-23compiler: Implement @disableIntrinsics() builtin function.Alex Rønne Petersen
2025-02-22zig rc: Add COFF object file creation for CMake cross-compilation use caseRyan Liptak
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