aboutsummaryrefslogtreecommitdiff
path: root/lib/std/meta.zig
AgeCommit message (Expand)Author
2021-01-01std: have std.meta.fieldInfo take an enum rather than a stringdaurnimator
2021-01-01std: add std.meta.FieldEnumdaurnimator
2020-12-31Year++Frank Denis
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-09small fixes and zig fmtVexu
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-21std: Add test for meta.declarations on opaque{}LemonBoy
2020-11-19std.meta.declarations: support opaque {}Isaac Freund
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-18Added std.meta.fieldNamesAlexandros Naskos
2020-11-18std: make meta.IntType a compile errorxackus
2020-11-03std.meta: test that const and mut variables have different addressesFrank Denis
2020-10-17Fixes std.meta.Tuple and std.meta.ArgsTuple for zero-sized types (like void).Felix (xq) Queißner
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-10-01Update std.meta.ArgsTuple for alignment in StructField/UnionFieldTadeo Kondrak
2020-10-01Update std.meta.Tuple for alignment in StructField/UnionFieldTadeo Kondrak
2020-09-29Merge branch 'master' into args-tupleAlexandros Naskos
2020-09-28Follows @tadeokondrak remark about taking `[]const type`.Felix (xq) Queißner
2020-09-28Changes comptime block to test.Felix (xq) Queißner
2020-09-28Changes comptime block to test.Felix (xq) Queißner
2020-09-25Implements std.meta.Tuple(), implements #4607 in userland.Felix (xq) Queißner
2020-09-25Implements std.meta.ArgsTuple.Felix (xq) Queißner
2020-09-14translate-c: determine sizeof using std.meta.sizeofVexu
2020-09-14fix meta.cast behavior; add exhaustive testsVexu
2020-09-07Use less inefficient method of replacing TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-07Update standard library for removal of TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-03std meta: fix use of alignOf in meta.castLachlan Easton
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-14add std.meta.TrailerFlags APIAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-21Compacts switch statements and string literalCharlie Stanton
2020-06-21Adds std.meta.cast and uses it to simplify translate-cCharlie Stanton
2020-06-18Merge pull request #5203 from tadeokondrak/@type-for-even-more-typesAndrew Kelley
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-05-26Not sure how a tab snuck in thereRyan Liptak
2020-05-26Use ComptimeStringMap in std.meta.stringToEnum when feasibleRyan Liptak
2020-05-26More vector support in std.metadata-man
2020-05-02Constify TypeInfoTadeo Kondrak
2020-04-28rename std.meta.IntType to std.meta.IntTadeo Kondrak
2020-04-28add std.meta.Vector to replace @VectorTadeo Kondrak
2020-03-19fixes to std.metaAndrew Kelley
2020-03-19improve std lib code for the new semanticsAndrew Kelley
2020-03-01std: format contents of sentinel terminated many pointersdaurnimator
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-18fix std.meta.refAllDeclsAndrew Kelley
2020-02-14modernize std.metaxackus
2020-02-13Vector comparison in meta and testingdata-man
2020-01-19progress towards mergingAndrew Kelley