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
Age
Commit message (
Expand
)
Author
2024-10-23
handle _fltused in compiler_rt
Andrew Kelley
2024-10-23
revert macos target version bump
Andrew Kelley
2024-10-23
branch fixes
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
std.Build.Step.Compile: add a way to expect an error message
Andrew Kelley
2024-10-23
Merge pull request #21779 from ziglang/avoid-data-races
Andrew Kelley
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-23
std.Progress: fix data race
Andrew Kelley
2024-10-23
Merge pull request #21697 from mlugg/callconv
Matthew Lugg
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-21
watchOS: add os to aarch64 architecture
Mario Nachbaur
2024-10-19
compiler_rt: remove bogus tests
mlugg
2024-10-19
std: update uses of `.Inline` callconv
mlugg
2024-10-19
std.Target: correct C callconv on hardfloat ARM
mlugg
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
cbe,translate-c: support more callconvs
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
std.zig.render: fix `callconv(.Inline)` -> `inline fn` promotion
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-18
compiler: implement `@FieldType`
mlugg
2024-10-18
std.Target: Make Abi.default() more smarter.
Alex Rønne Petersen
2024-10-17
Merge pull request #21610 from alexrp/riscv-abis
Andrew Kelley
2024-10-17
Merge pull request #21726 from alexrp/target-api
Alex Rønne Petersen
2024-10-17
fix compilation errors for fs and fs.Dir (#21643)
Justin Braben
2024-10-16
std.Target: Rename OS version range functions to drop the "get" prefix.
Alex Rønne Petersen
2024-10-16
std.Target: Remove isBpfFreestanding().
Alex Rønne Petersen
2024-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Only consider libxnet to be a libc library name for musl.
Alex Rønne Petersen
2024-10-16
std.Target: Ignore case for all Darwin platforms in isLibCLibName().
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-10-16
std.Target: Move the elfiamcu check under the x86 prong in toElfMachine().
Alex Rønne Petersen
2024-10-16
Merge pull request #21715 from alexrp/loongarch-porting
Alex Rønne Petersen
2024-10-16
Merge pull request #21714 from alexrp/target-cpu-baseline
Alex Rønne Petersen
2024-10-16
std.Thread: Use loongarch freeAndExit() implementation for loongarch32 too.
Alex Rønne Petersen
2024-10-16
std.Target: Fix loongarch32 handling in C type alignment calculation.
Alex Rønne Petersen
2024-10-16
compiler-rt: Use loongarch clear_cache() implementation for loongarch32 too.
Alex Rønne Petersen
2024-10-16
std.Target: Make Cpu.baseline() pick a better CPU for Apple targets.
Alex Rønne Petersen
2024-10-16
std.zig.target: Sort the target triple list in a more user-friendly way.
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-15
compiler-rt: Always use f16 as the half type for riscv.
Alex Rønne Petersen
2024-10-14
std.MultiArrayList: add clear methods
Andrew Kelley
2024-10-13
Merge pull request #21682 from der-teufel-programming/remove-packedintarray
Andrew Kelley
[next]