aboutsummaryrefslogtreecommitdiff
path: root/lib/std/meta.zig
AgeCommit message (Expand)Author
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
2019-12-30std: meta.TagPayloadType takes the tag type of the uniondaurnimator
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-05fix castsVexu
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-21implement null terminated pointersAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-16ref more math decls for better docsAndrew Kelley
2019-10-16generated docs: progress towards generic types being usefulAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley