COMMITS
/ lib/std/meta.zig April 30, 2025
A
all: replace all `@Type` usages
Ali Cheraghi committed
October 16, 2025
A
std: disable a few failing tests on hexagon
Alex Rønne Petersen committed
September 5, 2025
A
coerce vectors to arrays rather than inline for
Andrew Kelley committed
September 3, 2025
A
compiler: require comptime vector indexes
Andrew Kelley committed
September 19, 2025
J
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson committed
September 6, 2025
A
std: update for new packed union rules
Andrew Kelley committed
February 24, 2025
D
remove usages of `.alignment = 0`
David Rubin committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
May 12, 2025
I
Revert "Work around stage1 not yet returning null-terminated `@typeInfo` strings"
Isaac Freund committed
May 11, 2025
W
std.meta.intToEnum -> std.enums.fromInt
wooster0 committed
March 21, 2025
C
deprecate O(n) union field type helpers in std.meta
Carter Snook committed
February 18, 2025
S
February 3, 2025
M
std.meta.FieldType: use builtin and deprecate
Meghan Denny committed
January 26, 2025
F
std.meta: handle `comptime` fields in `hasUniqueRepresentation` (#22132)
Fri3dNstuff committed
January 24, 2025
M
compiler: yet more panic handler changes
mlugg committed
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed
November 24, 2024
F
`std.meta.eql`: use `==` directly when comparing `packed struct`s (#21982)
Fri3dNstuff committed
October 26, 2024
M
compiler: remove anonymous struct types, unify all tuples
mlugg committed
October 6, 2024
A
Merge pull request #21331 from bobf/std-meta-DeclEnum-empty-struct
Alex Rønne Petersen committed
October 4, 2024
P
Remove old deprecated symbols in std (#21584)
PauloCampana committed
September 7, 2024
B
Prevent failure with empty struct in `std.meta.DeclEnum`
Bob Farrell committed
August 28, 2024
M
std: avoid field/decl name conflicts
mlugg committed
M
July 29, 2024
M
chore: correct non-standard comments.
matt ettler committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
June 23, 2024
June 18, 2024
R
fix std.meta.eql for comptime-only union
rohlem committed
June 2, 2024
M
std.meta.hasUniqueRepresentation: better support packed structs
Meghan Denny committed
May 3, 2024
R
Delete compile errors for deprecated decls
Ryan Liptak committed
April 22, 2024
C
std.meta: give TagPayloadByName unreachable a better @compileError message
clickingbuttons committed
April 21, 2024
T
ComptimeStringMap: return a regular struct and optimize
Travis Staloch committed
March 22, 2024
M
compiler: implement analysis-local comptime-mutable memory
mlugg committed
March 16, 2024
J
AstGen: disallow alignment on function types
Jacob Young committed
February 19, 2024
T
std.builtin: make container layout fields lowercase
Tristan Ross committed
February 26, 2024
R
Change many test blocks to doctests/decltests
Ryan Liptak committed
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
February 14, 2024
J
x86_64: implement `@shuffle`
Jacob Young committed
February 22, 2024
J
Builder: fix llvm ir value names
Jacob Young committed
J
Builder: support printing metadata in llvm ir
Jacob Young committed
February 3, 2024
C
std.fmt: fix formatting slices of structs with custom formatting
Chadwain Holness committed
January 26, 2024
V
std: remove meta.globalOption
Veikka Tuominen committed
July 9, 2023
K
std.fmt: fix unecessary deref on user-defined format function
Khang Nguyen Duy committed
January 7, 2024
C
Fix failing type reifications
Carl Åstholm committed
C
Work around stage1 not yet returning null-terminated `@typeInfo` strings
Carl Åstholm committed
December 8, 2023
V
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen committed
November 21, 2023
A
std: remove meta.trait
Andrew Kelley committed
November 18, 2023
M
std: correct faulty test
mlugg committed
L
Faster implementation of intToEnum.
Lucas Santos committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed