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
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-02-11
TypedValue: fix printing some nested things
Andrew Kelley
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-04
x86_64: fix errors compiling the compiler
Jacob Young
2024-02-02
InternPool: use separate key for slices
mlugg
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-10-02
sema: support reinterpreting extern/packed unions at comptime via field access
kcbanner
2023-09-23
codegen/sema: handle unions with unknown tags in more places
kcbanner
2023-09-23
type: resolve packed union type layouts in bitSizeAdvanced
kcbanner
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
2023-09-23
TypedValue: print undef @ptrFromInt pointers correctly
mlugg
2023-09-21
compiler: fix structFieldName crash for tuples
Andrew Kelley
2023-09-21
TypedValue: fix crash for tuples when printing
Andrew Kelley
2023-09-21
TypedValue: do not crash when failing to dereference pointer
mlugg
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
compiler: remove destination type from cast builtins
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-15
cbe: add missing cast for `@intToPtr` values
Jacob Young
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-11
stage2: fix InternPool compile errors on 32-bit targets
mlugg
2023-06-11
TypedValue: fix code formatting
Jacob Young
2023-06-10
stage2: pass most test cases under InternPool
mlugg
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
InternPool: remove memoized_decl
Andrew Kelley
2023-06-10
InternPool: add representation for value of empty enums and unions
mlugg
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
[next]