index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
Age
Commit message (
Expand
)
Author
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
math/complex: cexp test correction and ldexp usage fix
Marc Tiehuis
2018-09-12
fix zig fmt on windows
Andrew Kelley
2018-09-12
windows: std.fs functions support concurrent ops
Andrew Kelley
2018-09-12
Merge pull request #1494 from ziglang/stage1-caching
Andrew Kelley
2018-09-12
fixed WriteFile segfault
emekoi
2018-09-11
zig build: make the cache root dir before building
Andrew Kelley
2018-09-11
zig build: better placement of test exe artifact
Andrew Kelley
2018-09-11
fix incorrect error union const value generation
Andrew Kelley
2018-09-09
Add capacity and appendAssumeCapacity to ArrayList
Bas van den Berg
2018-09-06
add C ABI tests
Andrew Kelley
2018-09-06
std/crypto/x25519.zig: add test for `createPublicKey`;
kristopher tate
2018-09-06
std/crypto/x25519.zig: fix signature for `createPublicKey`;
kristopher tate
2018-09-04
update throughput test to new File API
Andrew Kelley
2018-09-04
Merge pull request #1441 from ziglang/poly1305-x25519
Andrew Kelley
2018-09-04
std/crypto: Clean up poly1305/x25519
Marc Tiehuis
2018-09-02
switch most windows calls to use W versions instead of A
Andrew Kelley
2018-09-02
fixups
Andrew Kelley
2018-09-02
Merge branch 'std-fmt-hexToBytes' of https://github.com/kristate/zig into kri...
Andrew Kelley
2018-09-02
Merge pull request #1460 from ziglang/Sahnvour-windows-coff-issue721
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-09-02
fix source file lookup
Andrew Kelley
2018-09-02
rework code to avoid duplicate operations
Andrew Kelley
2018-09-03
std/fmt/index.zig: add hexToBytes function under std.fmt;
kristopher tate
2018-09-02
Merge pull request #1454 from kristate/str-hexbytes-issue1453
Andrew Kelley
2018-09-02
Merge pull request #1452 from shawnl/patch-1
Andrew Kelley
2018-09-01
these all use futex() (inaccurate comments)
Shawn Landden
2018-09-02
std/fmt/index.zig: test for printing double width hex bytes with zeros;
kristopher tate
2018-09-02
std/fmt/index.zig: set width from 0 to 2;
kristopher tate
2018-09-01
std/rb.zig: fix comment
Shawn Landden
2018-09-01
std/fmt/index.zig: #1358: test bytes printed-out as hex;
kristopher tate
2018-09-01
std/fmt/index.zig: #1358 allow bytes to be printed-out as hex;
kristopher tate
2018-08-31
figuring out where /names stream is
Andrew Kelley
2018-08-31
awareness of debug subsections
Andrew Kelley
2018-08-31
std/crypto: zig fmt
Marc Tiehuis
2018-08-31
std/crypto: Update throughput_test.zig to include all hash functions
Marc Tiehuis
2018-08-31
Make poly1305 and x25519 more idiomatic zig
Marc Tiehuis
2018-08-31
finding source file, line, and column info
Andrew Kelley
2018-08-30
finding the function that an address is in
Andrew Kelley
2018-08-30
figuring out which module an address belongs in
Andrew Kelley
2018-08-30
reading the module information substream
Andrew Kelley
2018-08-30
Add poly1305 and x25519 crypto primitives
Marc Tiehuis
2018-08-29
printing info from the ModuleInfo substream of DebugInfo
Andrew Kelley
2018-08-29
use RtlCaptureStackBackTrace on windows
Andrew Kelley
2018-08-28
fix unresolved path preventing PDB loading
Andrew Kelley
2018-08-28
Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...
Andrew Kelley
2018-08-28
Merge pull request #1369 from shawnl/crypto
Andrew Kelley
2018-08-27
speed up chacha20
Marc Tiehuis
2018-08-27
std.crypto: add chaCha20
Shawn Landden
2018-08-27
zig fmt
Andrew Kelley
[next]