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-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
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-08
TypedValue: fix handling of tuples represented as empty_struct_value
Veikka Tuominen
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-03
Sema: improve error for mismatched type in implicit return
Veikka Tuominen
2022-12-03
Sema: do not forcibly canonicalize unresolved pointer element type
Veikka Tuominen
2022-12-02
Sema: add error for failed assumption about struct having runtime bits
Veikka Tuominen
2022-11-23
add tests for tuple declarations
Veikka Tuominen
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
2022-11-20
Type: make `hasRuntimeBitsAdvanced` take `AbiAlignmentAdvancedStrat`
Veikka Tuominen
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-13
Sema: remove `block` and `src` parameters from `getBuiltin`
Veikka Tuominen
2022-11-12
llvm: check that tuple fields have runtime bits
Veikka Tuominen
2022-11-11
Type: check return_type for generic poison before comparing
Veikka Tuominen
2022-11-10
stage2: Rename `Value.compare` to `compareAll`, etc.
Cody Tapscott
2022-11-07
Merge pull request #13446 from Vexu/stage2-fixes
Veikka Tuominen
2022-11-05
stage2: bitsize of packed struct should trigger backing int ty check
Veikka Tuominen
2022-11-05
Merge pull request #13101 from alichraghi/o4
Andrew Kelley
2022-11-04
stage2: fix onePossibleValue of empty unions and enums
Veikka Tuominen
2022-11-04
Merge pull request #13338 from Vexu/stage2-compile-errors
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-02
stage2: Ensure f128 alignment matches c_longdouble alignment
Cody Tapscott
2022-10-29
Sema: improve compile error for casting double pointer to anyopaque pointer
Veikka Tuominen
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-25
cbe: cleanup code and fix cases test breakage
Jacob Young
2022-10-23
Fix long double on x86_64-windows
Cody Tapscott
2022-10-22
CType: Add `preferredAlignment`
Cody Tapscott
2022-10-21
Type.zig: Add `nvcl`/`cuda` CType definitions
Cody Tapscott
2022-10-21
stage 2: Update C types' size/alignment
Cody Tapscott
2022-10-21
Merge pull request #13219 from Vexu/stage2-fixes
Veikka Tuominen
2022-10-20
Type: bitSizeOf non-packed structs should include padding
Veikka Tuominen
[next]