aboutsummaryrefslogtreecommitdiff
path: root/src/AstRlAnnotate.zig
AgeCommit message (Expand)Author
2023-11-24frontend: move AstRlAnnotate to std.zig namespaceMeghan Denny
2023-11-24frontend: move BuiltinFn to std.zig namespaceMeghan Denny
2023-10-01Sema: add `@errorCast` which works for both error sets and error unionsVeikka Tuominen
2023-09-27Rename `@fabs` to `@abs` and accept integersantlilja
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-15compiler: implement destructuring syntaxmlugg
2023-09-15AstGen: do not forward result pointers through @asmlugg
2023-08-20AstRlAnnotate: work around upstream LLVM bugmlugg
2023-08-20AstGen: add result location analysis passmlugg