aboutsummaryrefslogtreecommitdiff
path: root/std/os/get_user_id.zig
AgeCommit message (Expand)Author
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-20Add initial freebsd stdlib functionalityMarc Tiehuis
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2017-09-26std.os.ChildProcess: ability to set both uid and gidAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley