aboutsummaryrefslogtreecommitdiff
path: root/lib/std/enums.zig
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std.enums: make code correct zig and not stage1Jacob G-W
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-29std.enums: remove stuff for enums with field aliasesAndrew Kelley
2021-04-22std: remove `comptime const`Andrew Kelley
2021-03-24stage2: make zir.Inst.Ref a non-exhaustive enumIsaac Freund
2021-03-18Add some enum utilitiesMartin Wickham