aboutsummaryrefslogtreecommitdiff
path: root/src/Value.zig
AgeCommit message (Expand)Author
2024-04-17Sema: cap depth of value printing in type namesmlugg
2024-04-17Value: convert undefined values to 0xAA for bitwise operationsmlugg
2024-04-17Value: fix out-of-bounds slice access writing zero-bit undef valuemlugg
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-26Value: fix underflow reading large `u64` values from packed memorymlugg
2024-03-26compiler: eliminate TypedValuemlugg
2024-03-26compiler: eliminate most usages of TypedValuemlugg
2024-03-26compiler: audit uses of `ptr.addr` in the frontendmlugg
2024-03-26compiler: eliminate legacy Value representationmlugg
2024-03-26Sema: introduce separate `MutableValue` representation for comptime-mutable m...mlugg
2024-03-26Zcu.Decl: remove `ty` fieldmlugg
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-06InternPool: create specialized functions for loading namespace typesmlugg
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-05compiler: make Value's self reference non pubAndrew Kelley
2024-02-05compiler: rename value.zig to Value.zigAndrew Kelley