index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
enums.zig
Age
Commit message (
Expand
)
Author
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
std.IndexedSet.iterator: allow iteration on const EnumSet
Steven Kabbes
2022-12-12
std: implement subsetOf and supersetOf for EnumMultiset
Ronald Chen
2022-12-11
std: add EnumMultiSet
Pyrolistical
2022-12-11
std: added pure fns to EnumSet
Ronald Chen
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-27
use @ptrCast to assigned generic type to default_value
Jacob Young
2022-08-05
std.enums: make directEnumArrayLen public
Allan Regush
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std.enums: make code correct zig and not stage1
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-29
std.enums: remove stuff for enums with field aliases
Andrew Kelley
2021-04-22
std: remove `comptime const`
Andrew Kelley
2021-03-24
stage2: make zir.Inst.Ref a non-exhaustive enum
Isaac Freund
2021-03-18
Add some enum utilities
Martin Wickham