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
2021-11-10
Merge pull request #10058 from marler8997/builderPathJoin
Andrew Kelley
2021-11-10
Merge pull request #9853 from koachan/sparc64-unittests
Andrew Kelley
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-11-09
io_uring: skip statx test failure on older kernels
Andrew Kelley
2021-11-09
stage2: add 4 new linker flags for WebAssembly
Andrew Kelley
2021-11-09
Omit array type for pathJoin calls
Jonathan Marler
2021-11-09
add pathJoin to builder
Jonathan Marler
2021-11-09
std: Publicize Allocator.reallocBytes
Silver
2021-11-09
std: ppoll: cast number of fds to nfds_t
Gregory Anders
2021-11-09
os/linux/io_uring: implement statx
Vincent Rischmann
2021-11-08
crypto/edwards25519: correctly flip the Y sign in the H2C operation
Frank Denis
2021-11-04
std: Fix path resolution on Windows
LemonBoy
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-11-04
compiler-rt: Fix f16 API declarations to be consistent
LemonBoy
2021-11-01
std: expose rusage constants under rusage namespace
Andrew Kelley
2021-11-01
std: add Linux perf syscall bits
Andrew Kelley
2021-11-01
Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes sense
Ryan Liptak
2021-11-01
std.ArrayList: add ensureTotalCapacityPrecise and update doc comments
Ryan Liptak
2021-10-30
std: add missing termios def to std/c/linux.zig
pfg
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-29
gpa: fix memory limit accounting for large allocations
Matthew Borkowski
2021-10-29
Add argument for `fillFn` to `Random.init`
ominitay
2021-10-29
zig: expose linker options and include '-z notext'
Kenta Iwasaki
2021-10-29
Make `std.meta.trait.isContainer` true for opaques
InKryption
2021-10-29
Use `debug.assert` instead of `testing.expect`.
InKryption
2021-10-29
Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057)
InKryption
2021-10-28
std.ArrayListUnmanaged: implement writer()
Andrew Kelley
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-27
Merge pull request #10040 from mattbork/extern-fn-scopes
Andrew Kelley
2021-10-26
parse.zig: report error for extern fn with body
Matthew Borkowski
2021-10-26
Fix bug in exp2() (#9999)
Lewis Gaul
2021-10-26
multi_array_list: get function take self by value
Jonathan Marler
2021-10-25
Merge pull request #9874 from leecannon/frame_pointer
Andrew Kelley
2021-10-25
fix(uefi MemoryDescriptor): padding after memory type
Stephen von Takach
2021-10-25
Fix documentation for Random.int
ominitay
2021-10-25
Revert 83bdbb2 and a587dd0 (#10028)
Robin Voetter
2021-10-25
std: disable big.rational setFloat targeting wasm32
Jakub Konka
2021-10-24
std.log: simplify to 4 distinct log levels
Isaac Freund
2021-10-24
libc: Export truncl
LemonBoy
2021-10-23
Merge pull request #10017 from Snektron/big-int-div
Andrew Kelley
2021-10-23
std: Fix edge case in TLS tp calculation
LemonBoy
2021-10-24
big ints: tighten some more division memory requirements
Robin Voetter
2021-10-24
big ints: Make calcLimbLen always work at comptime, even if parameter is runtime
Robin Voetter
2021-10-24
big ints: fix divFloor
Robin Voetter
2021-10-24
big ints: improve division
Robin Voetter
2021-10-22
stage2: change `@bitCast` to always be by-value
Andrew Kelley
2021-10-22
zig libc: export floorl and ceill
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-21
stage2: truncation
Robin Voetter
2021-10-21
InstallRawStep: handle empty segments
Jonathan Marler
[next]