aboutsummaryrefslogtreecommitdiff
path: root/lib/std/meta.zig
AgeCommit message (Expand)Author
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