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-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
2024-10-13
Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...
tgschultz
2024-10-12
std.Target.Query: fix compilation error (#21669)
DravenK
2024-10-12
Fix index calculation in WasmPageAllocator
Krzysztof Wolicki
2024-10-12
std.dynamic_library: update to new elf API
Andrew Kelley
2024-10-12
objcopy: check both global and local when remapping
Andrew Kelley
2024-10-12
objcopy: update for std.elf type safety
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-12
Change (read/write)PackedInt to (read/write)PackedIntNative in aro/Preprocessor
Krzysztof Wolicki
2024-10-12
Remove packed_int_array usage from WasmPageAllocator and BigInt
Krzysztof Wolicki
2024-10-12
Remove PackedIntArray usage from bundled Aro
Krzysztof Wolicki
2024-10-12
Remove packed_int_array.zig from std
Krzysztof Wolicki
2024-10-11
std.mem.readVarInt: assert ReturnType is large enough (#20946)
poypoyan
2024-10-11
std.MultiArrayList: add empty initalizer value
Andrew Kelley
[next]