aboutsummaryrefslogtreecommitdiff
path: root/lib/std/mem.zig
AgeCommit message (Expand)Author
2020-01-06Add std.mem.zeroes to the standard libraryTimon Kruiper
2020-01-01std.mem.compare: breaking API changesAndrew Kelley
2019-12-20sentinel slicing improvementsAndrew Kelley
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-23update the stage1 implementation to the new proposalAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-06allow type coercion from *[0]T to E![]const TAndrew Kelley
2019-10-30make std.net more portableAndrew Kelley
2019-10-28Add some documentation for standard library things. (#3540)Nathan Michaels
2019-10-16fix std.mem.AsBytesReturnType (#3442)Emeka Nkurumeh
2019-09-25mv std/ lib/Andrew Kelley