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
/
meta.zig
Age
Commit message (
Expand
)
Author
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-19
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson
2025-09-05
std: update for new packed union rules
Andrew Kelley
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-05-14
Revert "Work around stage1 not yet returning null-terminated `@typeInfo` stri...
Isaac Freund
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-03-24
deprecate O(n) union field type helpers in std.meta
Carter Snook
2025-02-18
docs: update old reference from builtin.Type.Struct to builtin.Type.@"struct"
sidharta
2025-02-04
std.meta.FieldType: use builtin and deprecate
Meghan Denny
2025-01-26
std.meta: handle `comptime` fields in `hasUniqueRepresentation` (#22132)
Fri3dNstuff
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-24
`std.meta.eql`: use `==` directly when comparing `packed struct`s (#21982)
Fri3dNstuff
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-06
Merge pull request #21331 from bobf/std-meta-DeclEnum-empty-struct
Alex Rønne Petersen
2024-10-04
Remove old deprecated symbols in std (#21584)
PauloCampana
2024-09-07
Prevent failure with empty struct in `std.meta.DeclEnum`
Bob Farrell
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-07-28
chore: correct non-standard comments.
matt ettler
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-23
std.meta.hasUniqueRepresentation: Handle optional pointers correctly (#20366)
Sean
2024-06-18
fix std.meta.eql for comptime-only union
rohlem
2024-06-02
std.meta.hasUniqueRepresentation: better support packed structs
Meghan Denny
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-04-23
std.meta: give TagPayloadByName unreachable a better @compileError message
clickingbuttons
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
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-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-22
Builder: fix llvm ir value names
Jacob Young
2024-02-22
Builder: support printing metadata in llvm ir
Jacob Young
2024-02-03
std.fmt: fix formatting slices of structs with custom formatting
Chadwain Holness
2024-01-27
std: remove meta.globalOption
Veikka Tuominen
2024-01-23
std.fmt: fix unecessary deref on user-defined format function
Khang Nguyen Duy
2024-01-07
Fix failing type reifications
Carl Åstholm
2024-01-07
Work around stage1 not yet returning null-terminated `@typeInfo` strings
Carl Åstholm
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
std: correct faulty test
mlugg
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-18
Faster implementation of intToEnum.
Lucas Santos
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
[next]