aboutsummaryrefslogtreecommitdiff
path: root/std/os.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-09-28remove compiler directivesAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-05rename compileErr builtin to compileErrorAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-05-14add compile_err builtinAndrew Kelley
2016-04-19std: remove broken windows random implementationAndrew Kelley
2016-04-18rearrange standard library a bitAndrew Kelley
2016-03-01rename syscall.zig to linux.zigAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-13dummy implementation of os_get_random_bytes for windowsAndrew Kelley
2016-02-04move os_get_random_bytes to os.zigAndrew Kelley