index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
builtin.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-05-21
spirv: write error value in an storage buffer
Ali Cheraghi
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-03-19
compiler: Support more GCC code models and fix the mapping to LLVM code models.
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.Target: Make Cpu.Arch.supportsAddressSpace() take an optional context.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.propeller1_sysv to propeller_sysv.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-01-24
std: remove old declarations now a zig1 update has happened
mlugg
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-22
std.builtin: make `returnError` not take the error trace
mlugg
2025-01-16
std.builtin.Type: improve ergonomics of `*const anyopaque` fields
mlugg
2025-01-16
std.builtin.Type: rename `Pointer.Size` fields to lowercase
mlugg
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-09
std.Target: Remove our broken support for the ancient and obsolete Arm OABI.
Alex Rønne Petersen
2024-11-28
std.builtin: Add VaListXtensa.
Alex Rønne Petersen
2024-11-08
add storage_buffer address space
Robin Voetter
2024-11-02
std.builtin: Some minor fixes to CallingConvention doc comments.
Alex Rønne Petersen
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-25
remove default field for `RiscvInterruptOptions.Mode`
David Rubin
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Change `ExternOptions.dll_storage_class` to `is_dll_import`
kcbanner
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-19
std.builtin.CallingConvention: remove deprecated RISC-V privilege mode
mlugg
2024-10-19
std.builtin.CallingConvention: include exact architecture tags in comments
mlugg
2024-10-19
std.builtin.CallingConvention: RISC-V `PrivilegeLevel` -> `PrivilegeMode`
mlugg
2024-10-19
std.builtin.CallingConvention: don't provide bogus `winapi` value
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-11
add loongarch valist support
YANG Xudong
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
[next]