aboutsummaryrefslogtreecommitdiff
path: root/src/RangeSet.zig
AgeCommit message (Expand)Author
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
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-06-15Zcu: rework source locationsmlugg
2024-02-05compiler: rename value.zig to Value.zigAndrew Kelley
2023-11-25convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`Techatrix
2023-07-03std.math.big.int: better name for equal functionr00ster91
2023-06-10behavior: get more test cases passing with llvmJacob Young
2023-06-10stage2: move integer values to InternPoolAndrew Kelley
2023-06-10stage2: start the InternPool transitionAndrew Kelley
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-10stage2: Rename `Value.compare` to `compareAll`, etc.Cody Tapscott
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