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-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
2024-11-29
compiler: use `@Type` instead of `@TypeOf` to print enum literal type
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-20
compiler: Remove uses of defaultFunctionAlignment() in the frontend.
Alex Rønne Petersen
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-09-17
Sema: clean up cmpNumeric
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-26
remove some stale code
David Rubin
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
sema: `resolve{Struct,Union}Inner` don't throw away Semas
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
[next]