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-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
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-12
Remove len parameter from splat in standard lib
antlilja
2023-07-10
std.meta: remove isTag (#15584)
Meghan
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-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-13
std.meta: remove `TagType` (deprecated in 0.9)
Eric Joldasov
2023-06-13
std.meta: remove `Vector` (deprecated in 0.10)
Eric Joldasov
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-20
std.meta: allow ArgsTuple to be used on functions with comptime parameters
Meghan
2023-05-10
std.meta: remove tagName
Meghan
2023-05-01
Updates std.meta.intToEnum to support non-exhaustive enums (#15491)
Mason Remaley
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
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
[next]