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-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
2018-08-27
std.zig.parse: fix parsing of doc comments after fields
Andrew Kelley
2018-08-27
Handle unions differently in std.fmt (#1432)
tgschultz
2018-08-25
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-08-25
add test for previous commit
Andrew Kelley
2018-08-25
Fixed compile error when passing enum to fmt
tgschultz
2018-08-25
Merge remote-tracking branch 'origin/master' into macos-stack-traces
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-08-24
compilation unit cwd dir appears to be unnecessary on macos
Andrew Kelley
2018-08-24
macos stack traces have address-to-line translation
Andrew Kelley
2018-08-24
std.debug: remove workaround for fixed bug
Andrew Kelley
2018-08-24
fix regression from 2f7f7d815d0c9c4e620c7a529837b5
Andrew Kelley
2018-08-24
macos stack traces have the compilation unit in them
Andrew Kelley
2018-08-23
macos stack traces: read debug info sections from .o files
Andrew Kelley
2018-08-23
Merge pull request #1405 from shawnl/path-max
Andrew Kelley
2018-08-23
missing PATH_MAX change
Shawn Landden
[prev]
[next]