aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-11-16Change rb functions to use snakeCase.Matthew O'Connor
2018-11-15more fixes related to readStruct APIAndrew Kelley
2018-11-15Fixed failure using readStruct and gave async readStruct the same sigJimmi HC
2018-11-15Have readStruct in stream return a value instead of taking a pointerJimmi HC
2018-11-15Added NullOutStream and CountingOutStream (#1722)Jimmi Holst Christensen
2018-11-15disable windows test until coroutines rewrite landsAndrew Kelley
2018-11-15zig fmt: add --check flagAndrew Kelley
2018-11-14test for readIntBE/LEJosh Wolfe
2018-11-14io read/write int be/le optimizationsJosh Wolfe
2018-11-14implement mem.writeIntLE, mem.writeIntBEJosh Wolfe
2018-11-14address port getterJosh Wolfe
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-08made colored output more consistent (#1706)emekoi
2018-11-07std.build.Builder: mutable env_mapAndrew Kelley
2018-11-03os.crypto: support for HmacBlake2s256 variety;kristopher tate
2018-11-02support building static self hosted compiler on macosAndrew Kelley
2018-10-31cleanupsAndrew Kelley
2018-10-31Merge branch 'add-test-for-atomic-Queue-dump' of https://github.com/winksavil...Andrew Kelley
2018-10-27fixed commentsemekoi
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-24fix "std" not found error in meta/traittgschultz
2018-10-24fix error where "std" isn't found in meta/traittgschultz
2018-10-20Fixed code still using old ptr syntaxJimmi Holst Christensen
2018-10-20Specify 16-byte stack alignment in _start on FreeBSDGreg V
2018-10-20Support more of std on FreeBSDGreg V
2018-10-20Add /usr/local/lib path for libxml2 and link libc++ on FreeBSDGreg V
2018-10-20Various fcntl flags are also machine-independent on FreeBSDGreg V
2018-10-20System call numbers on FreeBSD are machine-independentGreg V
2018-10-20Add freebsd to more thingsGreg V
2018-10-20Fix os/freebsd filesGreg V
2018-10-20freebsd: Fix argc resolution in _startMarc Tiehuis
2018-10-20Get freebsd std compiling againMarc Tiehuis
2018-10-20Add initial freebsd stdlib functionalityMarc Tiehuis
2018-10-19Ran fmt on last PRJimmi Holst Christensen
2018-10-19Add std.meta (#1662)tgschultz
2018-10-16std.io: fix compile error when InStream has empty error setAndrew Kelley
2018-10-15fix windowsAndrew Kelley
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-13C ABI and compiler rt improvements for ARMAndrew Kelley
2018-10-11Improve time.sleep apiMarc Tiehuis
2018-10-10added math.pow support for integer types. resolves #1637 (#1642)emekoi
2018-10-09std/special/bootstrap: inline some functions to improve stack tracesAndrew Kelley
2018-10-09support building static librariesAndrew Kelley
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-10-06arm64: respond to code reviewShawn Landden
2018-10-04removed unneeded dll extensionemekoi
2018-10-03better mutex implementationAndrew Kelley
2018-10-03std.Mutex: implement blocking mutexes on linuxAndrew Kelley
2018-10-02add std.os.linux.vfork and std.os.linux.exit_groupAndrew Kelley