aboutsummaryrefslogtreecommitdiff
path: root/std/cstr.zig
AgeCommit message (Expand)Author
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-10-14implement std.os.symLink for windowsAndrew Kelley
2017-10-14implement std.os.ChildProcess for windowsAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
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