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
2021-05-11
std.meta.Elem: support all optional types
Isaac Freund
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-25
Merge pull request #8616 from LemonBoy/fn-align
Andrew Kelley
2021-04-25
Merge pull request #8496 from xackus/isError
Andrew Kelley
2021-04-25
std: Make met.alignment work on more types
LemonBoy
2021-04-15
translate-c: better handling of int -> enum casts
Evan Haas
2021-04-11
zig fmt
xackus
2021-04-11
std.meta: add isError
xackus
2021-04-08
translate-c: fix meta.cast to ?*c_void
xackus
2021-04-06
translate-c: Add support for vector expressions
Evan Haas
2021-03-17
translate-c: improve std.meta.cast
xackus
2021-03-05
add tests
xackus
2021-03-05
remove redundant cast
Maciej Walczak
2021-03-05
translate-c: promote int literals to bigger types
xackus
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
std.meta: rename TagPayloadType to TagPayload
Tadeo Kondrak
2021-01-30
std.meta: rename TagType to Tag
Tadeo Kondrak
2021-01-30
Fill out more cases for std.meta.sizeof
Martin Wickham
2021-01-01
std: have std.meta.fieldInfo take an enum rather than a string
daurnimator
2021-01-01
std: add std.meta.FieldEnum
daurnimator
2020-12-31
Year++
Frank Denis
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-09
small fixes and zig fmt
Vexu
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-21
std: Add test for meta.declarations on opaque{}
LemonBoy
2020-11-19
std.meta.declarations: support opaque {}
Isaac Freund
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-18
Added std.meta.fieldNames
Alexandros Naskos
2020-11-18
std: make meta.IntType a compile error
xackus
2020-11-03
std.meta: test that const and mut variables have different addresses
Frank Denis
2020-10-17
Fixes std.meta.Tuple and std.meta.ArgsTuple for zero-sized types (like void).
Felix (xq) Queißner
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-10-01
Update std.meta.ArgsTuple for alignment in StructField/UnionField
Tadeo Kondrak
2020-10-01
Update std.meta.Tuple for alignment in StructField/UnionField
Tadeo Kondrak
2020-09-29
Merge branch 'master' into args-tuple
Alexandros Naskos
2020-09-28
Follows @tadeokondrak remark about taking `[]const type`.
Felix (xq) Queißner
2020-09-28
Changes comptime block to test.
Felix (xq) Queißner
2020-09-28
Changes comptime block to test.
Felix (xq) Queißner
2020-09-25
Implements std.meta.Tuple(), implements #4607 in userland.
Felix (xq) Queißner
2020-09-25
Implements std.meta.ArgsTuple.
Felix (xq) Queißner
2020-09-14
translate-c: determine sizeof using std.meta.sizeof
Vexu
2020-09-14
fix meta.cast behavior; add exhaustive tests
Vexu
2020-09-07
Use less inefficient method of replacing TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-07
Update standard library for removal of TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-03
std meta: fix use of alignOf in meta.cast
Lachlan Easton
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-14
add std.meta.TrailerFlags API
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
[next]