aboutsummaryrefslogtreecommitdiff
path: root/std/c.zig
AgeCommit message (Expand)Author
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
2019-05-27freebsd fixesAndrew Kelley
2019-05-27fixes for windows to build self hosted compilerAndrew Kelley
2019-05-27use close$NOCANCEL on darwinAndrew Kelley
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26behavior tests passing on LinuxAndrew Kelley
2019-05-26starting to fix the regressionsAndrew Kelley
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
2019-04-25add preliminary windows support to std.io.COutStreamAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-03-25munmap allows address 0Andrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-13this empty import workaround no longer necessaryAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley