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
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-06
Merge pull request #21331 from bobf/std-meta-DeclEnum-empty-struct
Alex Rønne Petersen
2024-10-04
Remove old deprecated symbols in std (#21584)
PauloCampana
2024-09-07
Prevent failure with empty struct in `std.meta.DeclEnum`
Bob Farrell
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-28
chore: correct non-standard comments.
matt ettler
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-23
std.meta.hasUniqueRepresentation: Handle optional pointers correctly (#20366)
Sean
2024-06-18
fix std.meta.eql for comptime-only union
rohlem
2024-06-02
std.meta.hasUniqueRepresentation: better support packed structs
Meghan Denny
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-04-23
std.meta: give TagPayloadByName unreachable a better @compileError message
clickingbuttons
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-22
Builder: fix llvm ir value names
Jacob Young
2024-02-22
Builder: support printing metadata in llvm ir
Jacob Young
2024-02-03
std.fmt: fix formatting slices of structs with custom formatting
Chadwain Holness
2024-01-27
std: remove meta.globalOption
Veikka Tuominen
2024-01-23
std.fmt: fix unecessary deref on user-defined format function
Khang Nguyen Duy
2024-01-07
Fix failing type reifications
Carl Åstholm
2024-01-07
Work around stage1 not yet returning null-terminated `@typeInfo` strings
Carl Åstholm
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
[next]