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
/
TypedValue.zig
Age
Commit message (
Expand
)
Author
2023-01-29
TypedValue: fix crash when string-like aggregate has undefined element
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-08
TypedValue: fix handling of tuples represented as empty_struct_value
Veikka Tuominen
2022-12-07
TypedValue.print: detect string literals
Veikka Tuominen
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-07-30
stage2: Fix AIR printing
Cody Tapscott
2022-07-08
stage2: Fix panic when printing AIR for tuple/anon struct types
Cody Tapscott
2022-07-07
stage2: make line field of `@src` runtime known
Veikka Tuominen
2022-06-30
move passing stage1 compile error tests to stage2
Veikka Tuominen
2022-06-28
TypedValue: fix print function
Andrew Kelley
2022-06-11
stage2: improve debugging tools
Veikka Tuominen
2022-06-06
stage2: use correct type (u29) for alignment
Veikka Tuominen
2022-06-06
Sema: validate equality on store to comptime field
Veikka Tuominen
2022-05-24
stage2: string literal interning
Andrew Kelley
2022-05-20
Sema: introduce laziness to `@sizeOf`
Andrew Kelley
2022-04-28
TypedValue: pretty print slices
Veikka Tuominen
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
stage2: add way to print values with types
Veikka Tuominen
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-05
stage2: enum fixes
Andrew Kelley
2021-08-21
stage2: comptime function with the same args is memoized
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley