aboutsummaryrefslogtreecommitdiff
path: root/src/TypedValue.zig
AgeCommit message (Expand)Author
2022-10-27Sema: use `runtime_value` instead of creating allocsVeikka Tuominen
2022-07-30stage2: Fix AIR printingCody Tapscott
2022-07-08stage2: Fix panic when printing AIR for tuple/anon struct typesCody Tapscott
2022-07-07stage2: make line field of `@src` runtime knownVeikka Tuominen
2022-06-30move passing stage1 compile error tests to stage2Veikka Tuominen
2022-06-28TypedValue: fix print functionAndrew Kelley
2022-06-11stage2: improve debugging toolsVeikka Tuominen
2022-06-06stage2: use correct type (u29) for alignmentVeikka Tuominen
2022-06-06Sema: validate equality on store to comptime fieldVeikka Tuominen
2022-05-24stage2: string literal interningAndrew Kelley
2022-05-20Sema: introduce laziness to `@sizeOf`Andrew Kelley
2022-04-28TypedValue: pretty print slicesVeikka Tuominen
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-03-22stage2: lazy `@alignOf`Andrew Kelley
2022-03-21stage2: add way to print values with typesVeikka Tuominen
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-05stage2: enum fixesAndrew Kelley
2021-08-21stage2: comptime function with the same args is memoizedAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley