aboutsummaryrefslogtreecommitdiff
path: root/lib/std/ascii.zig
AgeCommit message (Expand)Author
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-08add allocation free versions of lower/upper stringxackus
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-27std.ascii: add lessThanIgnoreCase and orderIgnoreCaseAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-04std: Add a few helpers for matching ascii strings (#7300)LemonBoy
2020-11-02std/ascii: add spaces arrayIsaac Freund
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-16Creates `std.ascii.control_code` that contains the C0 control codes as named ...Felix (xq) Queißner
2020-05-12Remove redundant ASCII functionsGreg Anders
2020-05-11Add helper functions and docstrings to ascii.zigGreg Anders
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley