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
/
trailer_flags.zig
Age
Commit message (
Expand
)
Author
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-01-09
AstGen: add error for redundant comptime var in comptime scope (#18242)
Bogdan Romanyuk
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
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-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
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-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-05-04
std.meta.TrailerFlags: improve init type
Erik Arvstedt
2022-05-04
std.meta.TrailerFlags: include in std tests
Erik Arvstedt
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
std.TrailerFlags: remove superfluous parameter
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-01
std: loop in trailer flags can be indexing operation
daurnimator
2021-01-01
std: use FieldEnum from TrailerFlags
daurnimator
2020-12-31
Year++
Frank Denis
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-01
Add alignment field to TypeInfo.UnionField and TypeInfo.StructField
Tadeo Kondrak
2020-09-02
builtin: Add TypeInfo.StructField.is_comptime
Tadeo Kondrak
2020-08-27
std.meta.TrailerFlags fixes
Tadeo Kondrak
2020-08-27
std.meta.TrailerFlags: use @Type to improve API
Tadeo Kondrak
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-15
TrailerFlags test: fix bad alignment assumption on 32-bit
Andrew Kelley
2020-07-15
stage2: VarDecl and FnProto take advantage of TrailerFlags API
Andrew Kelley
2020-07-14
add std.meta.TrailerFlags API
Andrew Kelley