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
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