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
6 days
compiler: replace thread pool with `std.Io`
Matthew Lugg
9 days
change placeholder pattern in deduplicated type errors
Prokop Randáček
2025-11-29
Return a `usize` from `@abs` if given an `isize`
fn ⌃ ⌥
2025-11-24
frontend: introduce error.Canceled
Andrew Kelley
2025-11-22
compiler: replace `@Type` with individual type-creating builtins
Matthew Lugg
2025-11-16
Dedupe types when printing error messages
Prokop Randáček
2025-11-12
cbe: work around some miscompilations
Matthew Lugg
2025-11-12
compiler: spring cleaning
Matthew Lugg
2025-10-16
detect invalid `@bitCast` with arrays
xdBronch
2025-10-08
don't make OPV tuple fields `comptime`
xdBronch
2025-09-20
Revert "frontend: another packedStructFieldPtrInfo fix"
mlugg
2025-09-20
frontend: another packedStructFieldPtrInfo fix
Andrew Kelley
2025-09-20
frontend: packed struct field ptr no longer finds byte borders
Andrew Kelley
2025-09-17
fix handling of comptime-only union fields in `Type.getUnionLayout` (#25182)
Silver
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-15
fix: print error set members in a consistent order
Will Lillis
2025-08-12
replace even more aggregate interns
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
Sema: fix unreasonable progress node numbers
mlugg
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
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
[next]