aboutsummaryrefslogtreecommitdiff
path: root/lib/std/cstr.zig
AgeCommit message (Expand)Author
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-03-01revert changes outside std.fmtAndrew Kelley
2020-03-01std: format contents of sentinel terminated many pointersdaurnimator
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-17[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...Raul Leal
2019-11-21string literals are now null terminatedAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley