aboutsummaryrefslogtreecommitdiff
path: root/src/Sema
AgeCommit message (Expand)Author
2025-08-12fix: emit vector instead of scalar u1_zero in shl_with_overflow logicJustus Klausecker
2025-08-12add remaining undef value tests ; fix `@truncate` undef retval typeJustus Klausecker
2025-08-12replace even more aggregate internsJustus Klausecker
2025-08-12address most commentsJustus Klausecker
2025-08-12make `>>` a compile error with any undef arg ; add a bunch of test casesJustus Klausecker
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-15big.int: implement float conversionsJacob Young
2025-06-12compiler: improve progress outputmlugg
2025-06-12InternPool: store the Nav types are named aftermlugg
2025-06-12compiler: minor refactors to ZCU linkingmlugg
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-16compiler: include inline calls in the reference tracemlugg
2025-05-03compiler: fix comptime memory store bugsmlugg
2025-04-09Sema/arith.zig: Fixing more typos from #23177.Mun Maks
2025-04-07#23177, maintainter 'mlugg' wanted to fix that typo, 4 weeks without changes,...Maksat
2025-04-02compiler: allow `@import` of ZON without a result typeMason Remaley
2025-03-16Sema: rewrite comptime arithmeticmlugg
2025-02-04compiler: integrate ZON with the ZIR caching systemmlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
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-08-11compiler: split Decl into Nav and Caumlugg
2024-07-16Sema: add error note for failed coercions to optional types and error unionsWill Lillis
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-06-15compiler: move LazySrcLoc out of stdmlugg
2024-04-17compiler: un-implement #19634mlugg
2024-04-17compiler: rework comptime pointer representation and accessmlugg