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
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
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-17
tools: add lldb stage2 pretty printers
Jacob Young
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
2022-10-14
i386 ABI: Fix some sizes and alignments
Evan Haas
2022-10-12
make addrSpaceCast work with optionals; forbid ptrCast'ing address spaces
Robin Voetter
2022-10-12
amdgpu: add amdhsa/amdpal ctype abi sizes
Robin Voetter
2022-10-12
Merge pull request #13081 from r00ster91/docs
Andrew Kelley
2022-10-06
Sema: disallow fieldParentPtr and offsetOf on comptime fields
Veikka Tuominen
2022-10-05
fix(text): hyphenation and other fixes
r00ster91
2022-09-30
Type: correctly handle ABI align strat for optionals and error unions
Veikka Tuominen
2022-09-13
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-12
Sema: introduce Type.ptrAlignmentAdvanced
Andrew Kelley
2022-09-11
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-10
type: print comptime on fn type params
Jacob Young
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-02
Sema: remove unused src param from typeRequiresComptime
Veikka Tuominen
2022-09-02
Sema: fix noalias coercion error message
Veikka Tuominen
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
[next]