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
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
2021-10-21
distinguish between unexpected child process exit code and unclean exit
Jonathan Marler
2021-10-20
stage2: fix inline assembly with expression output
Andrew Kelley
2021-10-17
Merge pull request #9960 from Snektron/bit-not
Andrew Kelley
2021-10-17
Move `compareFn` from init to type constructor in `PriorityQueue` and `Priori...
Max Hollmann
2021-10-17
actually fix child process deadlock on windows
Jonathan Marler
2021-10-17
std: Fix endless loop in fmt impl
LemonBoy
2021-10-17
big.int: 2s-complement binary wrapping not
Robin Voetter
2021-10-17
Linux: Update syscall numbers for 5.14
Stephen Gregoratto
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-10-16
big ints: Fix set(signed int minimum) panic
Robin Voetter
2021-10-16
big ints: Saturating left shift + tests
Robin Voetter
2021-10-15
std.os: another workaround for stage1 `@minimum` behavior
Andrew Kelley
2021-10-15
std.os: add workarounds for stage1 `@minimum` implementation
Andrew Kelley
2021-10-15
Fix bug where std.math.asinh64 doesn't respect signedness for negative values...
Miles Alan
2021-10-15
std.os.windows: Fix typo (#9951)
Sizhe Zhao
2021-10-14
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley
[next]