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
/
Target
Age
Commit message (
Expand
)
Author
2024-11-06
Provide a detailed message for invalid arch in target triple (#21921)
Daniel Hooper
2024-11-02
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen
2024-11-02
std.Target: Remove armv7k/armv7s.
Alex Rønne Petersen
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-10-16
std.Target: Rename OS version range functions to drop the "get" prefix.
Alex Rønne Petersen
2024-10-16
std.Target: Change Cpu.baseline() to also be able to take OS into consideration.
Alex Rønne Petersen
2024-10-12
std.Target.Query: fix compilation error (#21669)
DravenK
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-10-04
Merge pull request #21572 from alexrp/tests-llvm-targets
Alex Rønne Petersen
2024-10-03
update_cpu_features: Don't delete the output file if there are no CPU features.
Alex Rønne Petersen
2024-10-03
Merge pull request #21505 from alexrp/cpu-features-exts
Alex Rønne Petersen
2024-09-24
std.Target: Regenerate CPU models/features based on LLVM 19.1.0.
Alex Rønne Petersen
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-19
std.Target: Update CPU models/features for LLVM 19.1.0.
Alex Rønne Petersen
2024-09-19
std.Target: Update CPU models/features for LLVM 19.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-23
std.Target.Query: Fix `parse` test on ABIs like `gnueabi`, `gnuabi64`, etc.
Alex Rønne Petersen
2024-08-12
std.Target: Rename feature_set_fns to FeatureSetFns
Linus Groh
2024-08-07
Run update_cpu_features against LLVM 18.1.8
Ryan Liptak
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-05-08
update CPU features to LLVM 18
Andrew Kelley
2024-04-18
std.Build: revert --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-04-14
Target: cleanup
Jacob Young
2024-03-13
zig libc: allow non-native targets
Michael Dusan
2024-02-02
std.Target.Query: avoid using builtin.target.abi
Andrew Kelley
2024-01-09
Re-run update_cpu_features (LLVM 17)
Carl Åstholm
2024-01-01
std.Target.Query: fix regression with windows os version range
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
std.Target: flatten
Andrew Kelley