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
2025-04-15
Deprecate std.enums.nameCast.
Андрей Краевский
2025-03-06
std.enums.tagName: preserve sentinel in return value
190n
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2024-05-26
EnumMap: fix init
Jacob Young
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-24
std.enums: fix EnumSet.init and EnumMap.init for non-exhaustive enums
Simon Brown
2024-03-12
Avoid comptime concatenation in `EnumFieldStruct`
Carl Åstholm
2024-03-12
Move big enum tests to a standalone test case
Carl Åstholm
2024-03-12
std.enums: Increase eval branch quotas
Carl Åstholm
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-08
std.enums: remove IndexedMap, IndexedArray, IndexedSet
mlugg
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-01-07
Work around stage1 not yet returning null-terminated `@typeInfo` strings
Carl Åstholm
2024-01-02
Fix std.enums.values
PanSashko
2023-12-11
Add `getPtrConstAssertContains(...)` for compatibility with a `const` `std.En...
Eric Eastwood
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-18
std.enums: allow non-exhaustive enums in EnumIndexer and make `count` comptim...
Eric Joldasov
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-09-28
Allow empty `enum` to be used in `EnumSet`/`EnumMap`
Christofer Nolander
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-06-26
std.sort.block: add safety check for lessThan return value
Ali Chraghi
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-10
std.enums: make Ext parameter optional
Bogdan Romanyuk
2023-05-10
std.enums: add tagName()
Travis Staloch
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-18
std: fix uses of comptime blocks in non-inline functions
mlugg
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-03-25
std.enums.IndexedSet: Add initOne and initMany
Jay Petacat
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
[next]