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
/
lib
/
std
Age
Commit message (
Expand
)
Author
2020-09-25
Add clarification comment
Suirad
2020-09-25
Stdlib fix for os.windows.deleteFile to fail with
Suirad
2020-09-25
Merge pull request #6413 from LemonBoy/fix-5116
Alexandros Naskos
2020-09-25
std: ArenaAllocator tries to resize before allocating
LemonBoy
2020-09-24
I think this test is still flakey
Andrew Kelley
2020-09-25
build.zig: addBuildOptionArtifact
Josh Wolfe
2020-09-24
Revamp crypto/aes
Frank Denis
2020-09-24
Move PBKDF2 to a pwhash category, clarify what that category is
Frank Denis
2020-09-23
Eventloop: Enable basic event loop test, fixed by previous commit
Timon Kruiper
2020-09-23
Eventloop: Fix deadlock in linux event loop implementation
Timon Kruiper
2020-09-20
std: Fix metadata corruption in HeapAllocator
LemonBoy
2020-09-19
Add "emit_docs" field to LibExeObjStep.
zenith391
2020-09-17
Fix compile error in os.renameatW
Ryan Liptak
2020-09-17
Merge pull request #6336 from Rocknest/pbkdf2
Andrew Kelley
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-17
std: Respect user-specified alignment when formatting ints
LemonBoy
2020-09-16
std: Fix {*} printing of non-pointer types
LemonBoy
2020-09-16
std.crypto siphash: fix assertion on the size of output buffer
Andrew Kelley
2020-09-16
Add an error set
Rocknest
2020-09-15
Merge pull request #6340 from Vexu/fix
Andrew Kelley
2020-09-15
std: Fix typo in ELF section header iterator
LemonBoy
2020-09-14
translate-c: determine sizeof using std.meta.sizeof
Vexu
2020-09-14
fix meta.cast behavior; add exhaustive tests
Vexu
2020-09-14
Merge pull request #6172 from tadeokondrak/@Type(.Union)
Veikka Tuominen
2020-09-14
Merge pull request #6331 from mattnite/bpf-helper-defs
Andrew Kelley
2020-09-14
flip condition
Rocknest
2020-09-13
fix build
Rocknest
2020-09-13
std: Make the CRC32 calculation slightly faster
LemonBoy
2020-09-13
fix ref
Rocknest
2020-09-13
std: Limit the read/write size on Darwin
LemonBoy
2020-09-13
Reference all crypto declarations
Rocknest
2020-09-13
Convert asserts to errors, make sure nothing overflows
Rocknest
2020-09-13
Merge pull request #2 from rnapier/pbkdf2
Rocknest
2020-09-13
changed to opaque
Matt Knight
2020-09-13
removed all those kern aliases
Matt Knight
2020-09-13
pbkdf2 offset into dk should be usize, not u64.
Rob Napier
2020-09-13
got booleans wrong
Matt Knight
2020-09-13
Merge pull request #1 from rnapier/pbkdf2
Rocknest
2020-09-13
Use comptime to expose public method to doc system
Rob Napier
2020-09-13
Extract kdf.zig to provide namespace documentation
Rob Napier
2020-09-13
Explicitly reference std.crypto.kdf in test case
Rob Napier
2020-09-13
Improve doc text
Rob Napier
2020-09-12
added helper definitions
Matt Knight
2020-09-12
pbkdf2 "very large dklen test" should just check for crashes
Rob Napier
2020-09-12
Replace Hash function with Prf. Correct offset bit-width.
Rob Napier
2020-09-12
Review comments from pbkdf2.zig
Rob Napier
2020-09-11
std: Add a gzip decoder
LemonBoy
2020-09-11
Merge pull request #6323 from LemonBoy/fast-zlib
Andrew Kelley
2020-09-11
Add crypto.kdf.pbkdf2
Rob Napier
2020-09-11
Merge pull request #6320 from ifreund/prctl
Andrew Kelley
[next]