aboutsummaryrefslogtreecommitdiff
path: root/std/cstr.zig
AgeCommit message (Expand)Author
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-28rename CBuf to Buffer0 and some minor std API changesAndrew Kelley
2017-01-05pass cannot assign to constant testAndrew Kelley
2016-12-31IR: std makes it to codegenAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-18hello.zig working with all structs anonymousAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26cstr.len and cstr.cmp can run at compile timeAndrew Kelley
2016-09-23stack trace is able to figure out compilation unitAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-11add CBuf to standard libraryAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-05-07std: separate str and cstrAndrew Kelley