aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
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
2018-08-27std.zig.parse: fix parsing of doc comments after fieldsAndrew Kelley
2018-08-27Handle unions differently in std.fmt (#1432)tgschultz
2018-08-25Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-08-25add test for previous commitAndrew Kelley
2018-08-25Fixed compile error when passing enum to fmttgschultz
2018-08-25Merge remote-tracking branch 'origin/master' into macos-stack-tracesAndrew Kelley
2018-08-25fix stack traces on linuxAndrew Kelley
2018-08-24compilation unit cwd dir appears to be unnecessary on macosAndrew Kelley
2018-08-24macos stack traces have address-to-line translationAndrew Kelley
2018-08-24std.debug: remove workaround for fixed bugAndrew Kelley
2018-08-24fix regression from 2f7f7d815d0c9c4e620c7a529837b5Andrew Kelley
2018-08-24macos stack traces have the compilation unit in themAndrew Kelley
2018-08-23macos stack traces: read debug info sections from .o filesAndrew Kelley
2018-08-23Merge pull request #1405 from shawnl/path-maxAndrew Kelley
2018-08-23missing PATH_MAX changeShawn Landden