aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-02-05Typo: use the joined path to try executables available from PATH.Sahnvour
2019-02-05Notify failure to create a process when the executable is not found even in P...Sahnvour
2019-02-04adjustments to std.mem split / separateAndrew Kelley
2019-02-04Merge branch 'zig-backport-std.mem.separate' of https://github.com/kristate/z...Andrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2019-02-01add compile errror for @bitCast when bit counts mismatchAndrew Kelley
2019-02-01Merge pull request #1775 from tgschultz/stdlib-serializationAndrew Kelley
2019-02-01fixupsAndrew Kelley
2019-02-01Merge branch 'windows-mutex' of https://github.com/emekoi/zig into emekoi-win...Andrew Kelley
2019-01-31darwin: fix incorrect timeval struct typeAndrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2019-01-30darwin time code: don't cast to int until the endAndrew Kelley
2019-01-29backport copy elision changesAndrew Kelley
2019-01-18Hopefully fixed #1503 (at least improved) line accuracy of stack traces on wi...Sahnvour
2019-01-18removed unnecessary castSahnvour
2019-01-14fix incorrect parameter names for std.math.atan2Andrew Kelley
2019-01-11fixed type signatureemekoi
2019-01-11fixed initializer and typosemekoi
2019-01-11removed nullablesemekoi
2019-01-11changed pointer typesemekoi
2019-01-11fixed mutex on windowsemekoi
2019-01-11moved to InitializeCriticalSection to initemekoi
2019-01-11switching back to EnterCriticalSectionemekoi
2019-01-11switching from EnterCriticalSection to TryEnterCriticalSectionemekoi
2019-01-11updated structsemekoi
2019-01-11added mutex for windowsemekoi
2019-01-05freebsd: fix wrong call to clock_getres (#1871)Marcio
2019-01-04freebsd: add sockaddr structsMarcio Giaxa
2019-01-04freebsd: implement clock related functionsMarcio Giaxa
2019-01-04freebsd: add clock const definitionsMarcio Giaxa
2018-12-29Merge pull request #1859 from mgxm/fbsd2Andrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-24freebsd: fix flags for opening filesMarcio Giaxa
2018-12-24freebsd: implement std.os.time.sleepMarcio Giaxa
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-23freebsd: remove syscall and use libcMarcio Giaxa
2018-12-23Merge branch 'master' into fbsd2Marcio Giaxa
2018-12-21I observed open() return EBUSY on linuxAndrew Kelley
2018-12-21freebsd: fix Stat mode typeMarcio Giaxa
2018-12-20freebsd: add realpath to freebsd/index.zigMarcio Giaxa
2018-12-20freebsd: use realpath() to resolve symbolic linksMarcio Giaxa
2018-12-20Add preadv/pwritev on FreeBSDGreg V
2018-12-20Fix stat/timespec definitions for FreeBSDGreg V
2018-12-20Removed allocator from Linux version DynLib. Added dynamic_library.zig to std...tgschultz
2018-12-20tests: re: 79db394;kristopher tate
2018-12-19std.io: call the idiomatic std.mem.readInt functionsAndrew Kelley
2018-12-19freebsd: initial stack traceMarcio Giaxa
2018-12-19freebsd: use sysctl to get the current executable pathMarcio Giaxa
2018-12-19freebsd: remove getrandom dependency from libcMarcio Giaxa