aboutsummaryrefslogtreecommitdiff
path: root/std/os.zig
AgeCommit message (Expand)Author
2019-04-15update std.os.page_size for WebAssemblyAndrew Kelley
2019-04-13WIP: hello worldShritesh Bhattarai
2019-04-05fix incorrect Thread.getCurrentId testAndrew Kelley
2019-04-04threads: fix using unmapped memory in some casesAndrew Kelley
2019-04-04fix thread local variables for non- position independent codeAndrew Kelley
2019-03-26Use linux.exit_group if not single threadedShritesh Bhattarai
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-05std.os.changeCurDir no longer needs an allocatorAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-23improvements for windows and libc integrationAndrew Kelley
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