aboutsummaryrefslogtreecommitdiff
path: root/lib/std/enums.zig
AgeCommit message (Expand)Author
2025-04-15Deprecate std.enums.nameCast.Андрей Краевский
2025-03-06std.enums.tagName: preserve sentinel in return value190n
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2024-08-29std: avoid field/decl name conflictsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-21std: update eval branch quotas after bdbc485mlugg
2024-05-26EnumMap: fix initJacob Young
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-24std.enums: fix EnumSet.init and EnumMap.init for non-exhaustive enumsSimon Brown
2024-03-12Avoid comptime concatenation in `EnumFieldStruct`Carl Åstholm
2024-03-12Move big enum tests to a standalone test caseCarl Åstholm
2024-03-12std.enums: Increase eval branch quotasCarl Åstholm
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-08std.enums: remove IndexedMap, IndexedArray, IndexedSetmlugg
2024-02-26Change many test blocks to doctests/decltestsRyan Liptak
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-01-07Work around stage1 not yet returning null-terminated `@typeInfo` stringsCarl Åstholm
2024-01-02Fix std.enums.valuesPanSashko
2023-12-11Add `getPtrConstAssertContains(...)` for compatibility with a `const` `std.En...Eric Eastwood
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-18std.enums: allow non-exhaustive enums in EnumIndexer and make `count` comptim...Eric Joldasov
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-09-28Allow empty `enum` to be used in `EnumSet`/`EnumMap`Christofer Nolander
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-06-26std.sort.block: add safety check for lessThan return valueAli Chraghi
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-10std.enums: make Ext parameter optionalBogdan Romanyuk
2023-05-10std.enums: add tagName()Travis Staloch
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-18std: fix uses of comptime blocks in non-inline functionsmlugg
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-03-25std.enums.IndexedSet: Add initOne and initManyJay Petacat
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