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
/
zig
/
system
/
linux.zig
Age
Commit message (
Expand
)
Author
5 days
std.fs: migrate most of the API elsewhere
Andrew Kelley
5 days
update all occurrences of close() to close(io)
Andrew Kelley
2025-12-05
std: replace usages of std.mem.indexOf with std.mem.find
Adrià Arrufat
2025-11-21
std.zig.system.linux: implement s390x native CPU detection
Alex Rønne Petersen
2025-11-21
std.zig.system.linux: don't arbitrarily limit sparc CPU detection to 64-bit
Alex Rønne Petersen
2025-10-29
fix miscellaneous compilation failures
Andrew Kelley
2025-10-08
std.Io.Reader: fix delimiter bugs
mlugg
2025-08-30
std.zig.system: update aarch64 and powerpc cpu detection for LLVM 21
Alex Rønne Petersen
2025-07-19
std.zig: finish updating to new I/O API
Andrew Kelley
2025-07-08
std.zig.system.linux: update API usage
Andrew Kelley
2025-07-07
fix 32-bit compilation
Andrew Kelley
2025-07-01
std.zig.system.linux: Add detection for some extra RISC-V CPUs
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-04-17
std.zig.system.linux: Use arm.zig detection for AArch64 CPU features
Liviu Dudau
2024-02-19
std.zig.system.linux: detect risc-v
Tristan Ross
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-28
arm: move cpu model table into system/arm.zig
Jakub Konka
2022-11-20
fix CPU model detection for neoverse_n1 on aarch64-linux
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-03
std: Add two more ARM CPUs to the known CPU list
LemonBoy
2021-05-03
std: Add many more vendors and cpus to the ARM detection list
LemonBoy
2021-05-03
stage2: Implement CPU host detection for ARM/AArch64 targets
LemonBoy
2021-04-27
stage1: Implement CPU host detection for PowerPC targets
LemonBoy
2021-04-26
stage2: Ensure the features set is populated
LemonBoy
2021-04-26
stage2: Add framework for host CPU detection on Linux
LemonBoy