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
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
2024-07-21
std.Target: Remove `hsail`/`hsail64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `amdil`/`amdil64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `renderscript32`/`renderscript64` arch tags.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-16
Value: eliminate static recursion loop from value printing
mlugg
2024-07-16
Type: avoid incorrect type resolution calls
mlugg
2024-07-16
Type,Value: mark `ResolveStrat` parameter of type queries as `comptime`
mlugg
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
InternPool: fix undefined decl fully qualified name
Jacob Young
2024-07-10
InternPool: add `FileIndex` to `*File` mapping
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for extra and limbs
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for items
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
frontend: TrackedInst stores FileIndex instead of path digest
Andrew Kelley
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
compiler: type.zig -> Type.zig
mlugg