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-06-10
behavior: fix more compiler crashes
Jacob Young
2023-06-10
behavior: additional llvm fixes
Jacob Young
2023-06-10
Module: move memoized data to the intern pool
Jacob Young
2023-06-10
TypedValue: implement more prints
Jacob Young
2023-06-10
Sema: inferred allocations no longer abuse type/value system
Andrew Kelley
2023-06-10
Air: remove constant tag
Jacob Young
2023-06-10
InternPool: remove more legacy values
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
Value: remove legacy type values
Jacob Young
2023-06-10
TypedValue: fix debug print crashes
Jacob Young
2023-06-10
compiler: move error union types and error set types to InternPool
Andrew Kelley
2023-06-10
stage2: move anon tuples and anon structs to InternPool
Andrew Kelley
2023-06-10
stage2: move enum tag values into the InternPool
Andrew Kelley
2023-06-10
InternPool: transition float values
mlugg
2023-06-10
stage2: move enum types into the InternPool
Andrew Kelley
2023-06-10
stage2: move union types and values to InternPool
Andrew Kelley
2023-06-10
stage2: move struct types and aggregate values to InternPool
Andrew Kelley
2023-06-10
stage2: move empty struct type and value to InternPool
Andrew Kelley
2023-06-10
Replace uses of Value.zero, Value.one, Value.negative_one
mlugg
2023-06-10
stage2: move integer values to InternPool
Andrew Kelley
2023-06-10
stage2: fix interned integer value printing
Andrew Kelley
2023-06-10
fix AIR printing of interned constants
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
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
stage2: move most simple values to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-04-13
add c_char type
Andrew Kelley
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
[next]