aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-19fix incorrect --help textAndrew Kelley
2018-11-19Add SegmentedList.shrinkWink Saville
2018-11-19std/rand: fix ziggurat next_f64 callMarc Tiehuis
2018-11-18add std.meta.intToEnumAndrew Kelley
2018-11-18atomic.Int.setJosh Wolfe
2018-11-18Fix setsockopt syscall on linuxDuncan
2018-11-17aarch64 improvementsAndrew Kelley
2018-11-17rename `section` keyword to `linksection`Andrew Kelley
2018-11-16Fixed typosVallentin
2018-11-16camelCase std.rb.set_child to std.rb.setChildMatthew O'Connor
2018-11-16std/fmt/index.zig: support printing hex bytes on slices;kristopher tate
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