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
2023-06-10
stage2: add a few more Value checks for InternPool
Andrew Kelley
2023-06-10
stage2: move undef, unreach, null values to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
stage2: move all integer types to InternPool
Andrew Kelley
2023-06-10
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
Type: update to use InternPool for some methods
Andrew Kelley
2023-06-10
stage2: move most simple values to InternPool
Andrew Kelley
2023-06-10
stage2: move most simple types to InternPool
Andrew Kelley
2023-06-10
stage2: move named int types to InternPool
Andrew Kelley
2023-06-10
stage2: move float types to InternPool
Andrew Kelley
2023-06-10
InternPool: implement isSinglePointer
Andrew Kelley
2023-06-10
InternPool: implement typePtrOrOptionalPtrTy
Andrew Kelley
2023-06-10
InternPool: implement resolveTypeFields
Andrew Kelley
2023-06-10
InternPool: implement hasWellDefinedLayout for simple_type
Andrew Kelley
2023-06-10
InternPool: implement hasRuntimeBitsAdvanced for simple_type
Andrew Kelley
2023-06-10
InternPool: implement typeHasOnePossibleValue for simple_type
Andrew Kelley
2023-06-10
stage2: isGenericPoison InternPool awareness
Andrew Kelley
2023-06-10
stage2: add `interned` AIR tag
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-19
Sema: eliminate `Type.Tag.var_args_param`
Andrew Kelley
2023-05-15
x86_64: redo movement, float negation, and `@fabs`
Jacob Young
2023-05-09
fix `[x]u65529` and above overflowing
r00ster91
2023-05-02
Implement multi-argument @min/@max and notice bounds
mlugg
2023-04-29
Merge pull request #15503 from r00ster91/noinline
Andrew Kelley
2023-04-29
Sema: emit error for always_inline call of noinline function
r00ster91
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-13
add c_char type
Andrew Kelley
2023-04-09
amdgpu,nvptx: unify kernel calling conventions
Robin Voetter
2023-02-27
tools: implement more lldb pretty printers
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Sema: implement for_len
Andrew Kelley
2023-01-31
move compiler's CType logic to std.Target
Andrew Kelley
2023-01-22
Value: implement `compareAllWithZero` for `bytes` and `str_lit`
Veikka Tuominen
2023-01-22
type: correct condition for eliding pointer alignment canonicalization
Veikka Tuominen
2023-01-16
Sema: automatically optimize order of struct fields
Veikka Tuominen
2023-01-16
swap align and callconv in function typeName
Techatrix
2023-01-05
resolve some TODOs
Veikka Tuominen
2022-12-29
Type: fix printing of default alignment on non-byte aligned pointers
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
Type: fix incorrect usage of `hasRuntimeBits`
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-15
std: make builtin.Type.{Int,Float}.bits a u16 instead of comptime_int
Meghan
2022-12-14
Sema: implement missing stage1 errors
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
[next]