aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
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-09Add capacity and appendAssumeCapacity to ArrayListBas van den Berg
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 pull request #1441 from ziglang/poly1305-x25519Andrew Kelley
2018-09-04std/crypto: Clean up poly1305/x25519Marc Tiehuis
2018-09-02switch most windows calls to use W versions instead of AAndrew Kelley
2018-09-02fixupsAndrew Kelley
2018-09-02Merge branch 'std-fmt-hexToBytes' of https://github.com/kristate/zig into kri...Andrew Kelley
2018-09-02Merge pull request #1460 from ziglang/Sahnvour-windows-coff-issue721Andrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-09-02fix source file lookupAndrew Kelley
2018-09-02rework code to avoid duplicate operationsAndrew Kelley
2018-09-03std/fmt/index.zig: add hexToBytes function under std.fmt;kristopher tate
2018-09-02Merge pull request #1454 from kristate/str-hexbytes-issue1453Andrew Kelley
2018-09-02Merge pull request #1452 from shawnl/patch-1Andrew Kelley
2018-09-01these all use futex() (inaccurate comments)Shawn Landden
2018-09-02std/fmt/index.zig: test for printing double width hex bytes with zeros;kristopher tate
2018-09-02std/fmt/index.zig: set width from 0 to 2;kristopher tate
2018-09-01std/rb.zig: fix commentShawn Landden
2018-09-01std/fmt/index.zig: #1358: test bytes printed-out as hex;kristopher tate
2018-09-01std/fmt/index.zig: #1358 allow bytes to be printed-out as hex;kristopher tate
2018-08-31figuring out where /names stream isAndrew Kelley
2018-08-31awareness of debug subsectionsAndrew Kelley
2018-08-31std/crypto: zig fmtMarc Tiehuis
2018-08-31std/crypto: Update throughput_test.zig to include all hash functionsMarc Tiehuis
2018-08-31Make poly1305 and x25519 more idiomatic zigMarc Tiehuis
2018-08-31finding source file, line, and column infoAndrew Kelley
2018-08-30finding the function that an address is inAndrew Kelley
2018-08-30figuring out which module an address belongs inAndrew Kelley
2018-08-30reading the module information substreamAndrew Kelley
2018-08-30Add poly1305 and x25519 crypto primitivesMarc Tiehuis
2018-08-29printing info from the ModuleInfo substream of DebugInfoAndrew Kelley
2018-08-29use RtlCaptureStackBackTrace on windowsAndrew Kelley
2018-08-28fix unresolved path preventing PDB loadingAndrew Kelley
2018-08-28Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...Andrew Kelley
2018-08-28Merge pull request #1369 from shawnl/cryptoAndrew Kelley
2018-08-27speed up chacha20Marc Tiehuis
2018-08-27std.crypto: add chaCha20Shawn Landden
2018-08-27zig fmtAndrew Kelley