aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
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
2018-12-19freebsd: use libc interface instead system callsMarcio Giaxa
2018-12-19freebsd: link against libcMarcio Giaxa
2018-12-19freebsd: add accessMarcio Giaxa
2018-12-19freebsd: add getdirentriesMarcio Giaxa
2018-12-19freebsd: remove syscall filesMarcio Giaxa
2018-12-19Added formatting of function pointers (#1843)Jimmi Holst Christensen
2018-12-19formatType can now format comptime_intJimmi Holst Christensen
2018-12-17fix comptime pointer reinterpretation array index offsetAndrew Kelley
2018-12-16implement comptime pointer castAndrew Kelley
2018-12-16mem foreign functions call the native onesJosh Wolfe
2018-12-13fixupsAndrew Kelley
2018-12-13Merge branch 'windows-wide-imports' of https://github.com/suirad/zig into sui...Andrew Kelley
2018-12-13add mem.readVarInt, fix InStream.readVarInt, fix stack tracesAndrew Kelley
2018-12-13fix mistakes introduced in b883bc8Andrew Kelley
2018-12-13freebsd: fix issues with syscallsAndrew Kelley
2018-12-12freebsd: fix os_self_exe_path function and update std libAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-12Add add compiler_rt routines for float to signed integer conversionWink Saville
2018-12-05Allow packages in TestStepJimmi Holst Christensen
2018-12-02std.debug: fix some issues with freestanding debug infoAndrew Kelley
2018-12-02expose std.debug.DwarfInfo and delete unused functionAndrew Kelley