aboutsummaryrefslogtreecommitdiff
path: root/lib/std/enums.zig
AgeCommit message (Expand)Author
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-17std.IndexedSet.iterator: allow iteration on const EnumSetSteven Kabbes
2022-12-12std: implement subsetOf and supersetOf for EnumMultisetRonald Chen
2022-12-11std: add EnumMultiSetPyrolistical
2022-12-11std: added pure fns to EnumSetRonald Chen
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-09-27use @ptrCast to assigned generic type to default_valueJacob Young
2022-08-05std.enums: make directEnumArrayLen publicAllan Regush
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-02-01stage1: avoid anytype fields for type infoAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
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