aboutsummaryrefslogtreecommitdiff
path: root/src/mutable_value.zig
AgeCommit message (Expand)Author
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-09-26remove formatted panicsAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-25sema: clean-up `{union,struct}FieldAlignment` and friendsDavid Rubin
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
2024-07-07Zcu: pass `PerThread` to intern pool string functionsJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04compiler: type.zig -> Type.zigmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-03-26Sema: introduce separate `MutableValue` representation for comptime-mutable m...mlugg