aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-10-02Add doc comment for tokenLocationPtr (#1618)Wink Saville
2018-10-01std lib (breaking): posixRead can return less than buffer sizeAndrew Kelley
2018-10-01std lib: flesh out the async I/O streaming API a bitAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-30rename std.event.tcp to std.event.netAndrew Kelley
2018-09-30merged windows dll apisemekoi
2018-09-30added dynamic library loading for windowsemekoi
2018-09-30Expose failing_allocator as *Allocator instead of const FailingAllocatorJimmi Holst Christensen
2018-09-27overhaul api for getting random integers (#1578)Josh Wolfe
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-24Remove StrLitKind enumWink Saville
2018-09-23Fix typo in argsAlloc commentWink Saville
2018-09-21fixupsAndrew Kelley
2018-09-20fix formatInt to handle upcasting to base int sizeAndrew Kelley
2018-09-19Merge remote-tracking branch 'origin/llvm7'Andrew Kelley
2018-09-18std/index.zig: Fix importChristian Wesselhoeft
2018-09-18fix regression from previous commitAndrew Kelley
2018-09-18zig fmt: handle shebang linesAndrew Kelley
2018-09-18remove unnecessary setFloatMode callsAndrew Kelley
2018-09-18Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-17remove deprecated, unused windows functionsAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-16Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-14fix alignment of structsAndrew Kelley
2018-09-14Add test for Queue.dumpWink Saville
2018-09-14Fix additional regressions calling FileOutStream/FileInStream init()Wink Saville
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13math/complex: cexp test correction and ldexp usage fixMarc Tiehuis
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-12windows: std.fs functions support concurrent opsAndrew Kelley
2018-09-12Merge pull request #1494 from ziglang/stage1-cachingAndrew Kelley
2018-09-12fixed WriteFile segfaultemekoi
2018-09-11zig build: make the cache root dir before buildingAndrew Kelley
2018-09-11zig build: better placement of test exe artifactAndrew Kelley
2018-09-11fix incorrect error union const value generationAndrew Kelley
2018-09-10Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-09Add capacity and appendAssumeCapacity to ArrayListBas van den Berg
2018-09-08fix elf auxv handlingShawn Landden
2018-09-08NaNs do not have signedness.Shawn Landden
2018-09-08clone() on arm64Shawn Landden
2018-09-08simplify f64_min to equivilent valueShawn Landden
2018-09-08initial arm64 supportShawn Landden
2018-09-08os: use less syscallsShawn Landden
2018-09-08this is not arch-specificShawn Landden
2018-09-06add C ABI testsAndrew Kelley
2018-09-06std/crypto/x25519.zig: add test for `createPublicKey`;kristopher tate
2018-09-06std/crypto/x25519.zig: fix signature for `createPublicKey`;kristopher tate
2018-09-04update throughput test to new File APIAndrew Kelley
2018-09-04Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-04Merge pull request #1441 from ziglang/poly1305-x25519Andrew Kelley