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
/
src
/
Type.zig
Age
Commit message (
Expand
)
Author
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
Sema: fix union layout logic to match struct layout logic
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-03
Legalize: handle packed semantics
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-05-03
compiler: fix comptime memory store bugs
mlugg
2025-04-11
compiler: Move int size/alignment functions to std.Target and std.zig.target.
Alex Rønne Petersen
2025-04-11
std.Target: Rename charSignedness() to cCharSignedness().
Alex Rønne Petersen
2025-04-04
compiler: Update max int alignments for some targets.
Alex Rønne Petersen
2025-04-02
compiler: allow `@import` of ZON without a result type
Mason Remaley
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-02-22
Dwarf: fix lowering of comptime-only optional pointer `null` values
Jacob Young
2025-02-22
Type: resolve union tag type before checking for runtime bits
David Rubin
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
Sema: Fix fnptr alignment safety checks to account for potential ISA tag.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-15
x86_64: implement error set and enum safety
Jacob Young
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-02-01
Merge pull request #22672 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-01
Sema: skip aliasing check and runtime operation for `@memcpy` of zero-bit type
mlugg
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-29
Sema: `@memcpy` changes
mlugg
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-21
Sema: fix `is_non_null_ptr` handling for runtime-known pointers
mlugg
2025-01-16
x86_64: implement a custom calling convention for the Zig language
Jacob Young
2025-01-16
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
frontend: add const to more Zcu pointers
Andrew Kelley
2025-01-14
Type: `struct {}` does not have a well-defined layout
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-16
Dwarf: include comptime-only values in debug info
Jacob Young
[next]