aboutsummaryrefslogtreecommitdiff
path: root/src/print_value.zig
AgeCommit message (Expand)Author
2024-08-25remove `mod` aliases for ZcusDavid Rubin
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-07-16Value: eliminate static recursion loop from value printingmlugg
2024-07-10Zcu: cache fully qualified name on DeclJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-07-04compiler: type.zig -> Type.zigmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-15Zcu: rework source locationsmlugg
2024-04-17Sema: cap depth of value printing in type namesmlugg
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-26print_value: improve value printingmlugg
2024-03-26compiler: eliminate TypedValuemlugg