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-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
2024-08-22
Type: fix inconsistency between `zig fmt` and `@typeName`
Jacob Young
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-17
frontend: incremental progress
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-12
std.Target: Rename c_type_* functions to camel case
Linus Groh
2024-08-11
frontend: give all container types namespaces
mlugg
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-07
Make Type.intAbiAlignment match LLVM alignment for x86-windows target
Ryan Liptak
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `spir`/`spir64` architecture tags.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `tce`/`tcele` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `shave` arch tag.
Alex Rønne Petersen
[next]