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
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-04
mark deprecated assumeSentinel as pub
Jonathan Marler
2023-01-24
std: remove meta.assumeSentinel
Isaac Freund
2023-01-03
std: add meta.FieldType
mlugg
2023-01-02
std.crypto.tls: implement the rest of the cipher suites
Andrew Kelley
2022-12-18
std.builtin: remove layout field from Type.Enum
r00ster91
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
std.builtin: rename Type.Fn's args to params
r00ster91
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-17
std.meta: remove bitCount
zooster
2022-12-08
Re-apply: "std.ComptimeStringMap: use tuple types"
r00ster91
2022-12-08
Revert "std.ComptimeStringMap: use tuple types"
Andrew Kelley
2022-12-07
std.ComptimeStringMap: use tuple types
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-04
std: add a special case for empty structs in meta.FieldEnum.
Gregory Oakes
2022-11-04
Merge pull request #13338 from Vexu/stage2-compile-errors
Veikka Tuominen
2022-11-03
Add docstrings to some functions in std.meta
Yujiri
2022-10-29
Sema: improve compile error for casting double pointer to anyopaque pointer
Veikka Tuominen
2022-10-16
Simplify code in std.meta.isTag
Evin Yulo
2022-10-15
adds isTag function to std.meta (#11895)
Isaac Yonemoto
2022-09-27
std/meta: make FieldEnum(T) == Tag(T) for tagged unions when values match fie...
Silver
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-24
Adds std.meta.FnPtr for easier stage1/stage2 compatibility
Felix "xq" Queißner
2022-08-05
Makes std.meta.Tuple and std.meta.ArgsTuple generate a unique type instead of...
Felix "xq" Queißner
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-05-04
std.meta.TrailerFlags: include in std tests
Erik Arvstedt
2022-04-27
std.meta: deprecate bitCount() for @bitSizeOf()
Isaac Freund
2022-04-26
Remove usage of inline for from print_targets.cmdTargets
Jimmi Holst Christensen
2022-03-24
std.meta: fix unit tests depending on unstable behavior
Andrew Kelley
2022-03-23
stage2: fix some generics issues
Andrew Kelley
2022-03-14
basic language features do not belong in std.meta
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-20
std: add meta.DeclEnum
Meghan Denny
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-22
Add std.meta.Float, alongside std.meta.Int
Lewis Gaul
2021-10-29
Use `debug.assert` instead of `testing.expect`.
InKryption
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
translate-c: move utility functions to a separate namespace
Veikka Tuominen
2021-06-13
meta.cast: handle casts from negative ints to ptrs
Veikka Tuominen
2021-06-11
translate-c: Implement flexible arrays
Evan Haas
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
std.meta.Elem: support all optional types
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
[next]