aboutsummaryrefslogtreecommitdiff
path: root/src/RangeSet.zig
AgeCommit message (Expand)Author
2022-06-29std.math.big.int: breaking API changes to prevent UAFAndrew Kelley
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-03-22stage2: lazy `@alignOf`Andrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-07-30stage2: fix hashing and comparison design flaw with ValueAndrew Kelley
2021-05-02AstGen: decouple from Module/CompilationAndrew Kelley
2021-03-31stage2: clean up RangeSet and fix swapped Sema switch logic for lhs/rhsAndrew Kelley
2021-03-31Sema: implement switch validation for rangesAndrew Kelley
2021-03-29Sema: implement switch expressionsAndrew Kelley
2020-10-30stage2: implement switch validation for integersVexu