aboutsummaryrefslogtreecommitdiff
path: root/std/linux.zig
AgeCommit message (Expand)Author
2017-02-24add compile error for ignoring return valueAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-21update more std library to new zigAndrew Kelley
2016-12-18hello.zig working with all structs anonymousAndrew Kelley
2016-12-17IR: fix compile time switch eval for enumsAndrew Kelley
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-13std: fix compile error for unsupported osAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-05-18linux: accept calls accept4 with 0 for flagsAndrew Kelley
2016-05-14add compile_err builtinAndrew Kelley
2016-05-14std: take advantage of ability to cast maybe pointer to isizeAndrew Kelley
2016-05-13std: fix linux.get_errnoAndrew Kelley
2016-05-13ability to cast maybe pointer to isize/usizeAndrew Kelley
2016-05-10some work in progress networking codeAndrew Kelley
2016-05-04more networking standard library codeAndrew Kelley
2016-05-03beginnings of network standard library codeAndrew Kelley
2016-04-08update cat example, refactor stdAndrew Kelley
2016-03-01rename syscall.zig to linux.zigAndrew Kelley