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
Age
Commit message (
Expand
)
Author
2020-09-25
std.log: better default for printing logs
Andrew Kelley
2020-09-24
fix a round of regressions in this branch
Andrew Kelley
2020-09-24
zig build: update to use new --version flag instead of legacy flags
Andrew Kelley
2020-09-23
nobody likes my std.process.cleanExit idea
Andrew Kelley
2020-09-23
stage2: building musl libc from source
Andrew Kelley
2020-09-23
test_runner: fix missing newline in log
Andrew Kelley
2020-09-23
stage2: support passing extra C flags to C source files
Andrew Kelley
2020-09-23
eliminate dependency of libzigcpp.a on libzigstage1.a
Andrew Kelley
2020-09-22
stage2: implement --pkg-begin and --pkg-end CLI args
Andrew Kelley
2020-09-22
stage2: implement zig build
Andrew Kelley
2020-09-22
build runner: allow for a bit longer -D options
Andrew Kelley
2020-09-21
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-20
std: Fix metadata corruption in HeapAllocator
LemonBoy
2020-09-19
Add "emit_docs" field to LibExeObjStep.
zenith391
2020-09-18
std: start: use std.log instead of stderr
Andrew Kelley
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-15
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-16
Add an error set
Rocknest
2020-09-15
std: handle sharing violation when deleting a file on windows
Andrew Kelley
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
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-14
track all TODO comments in BRANCH_TODO file
Andrew Kelley
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
move std.cache_hash from std to stage2
Andrew Kelley
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-13
stage2: caching system integration & Module/Compilation splitting
Andrew Kelley
2020-09-13
std.cache_hash: break up the API and improve implementation
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
[next]