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
2024-09-19
std.DynamicBitSet: remove wrong and useless comments (#21418)
Juan Julián Merelo Guervós
2024-09-19
std.os.linux: Fix tc_oflag_t for PowerPC
Linus Groh
2024-09-16
std: Restore conventional `compareFn` behavior for `binarySearch`
Jay Petacat
2024-09-16
compiler: provide correct result types to `+=` and `-=`
mlugg
2024-09-15
std.Build: allow packages to expose arbitrary LazyPaths by name
mlugg
2024-09-13
`std.ascii`: make `toLower` `toUpper` branchless (#21369)
CrazyboyQCD
2024-09-12
start: Rewrite arm code to work for thumb1 too.
Alex Rønne Petersen
2024-09-12
std.http.WebSocket: Make 'upgrade: websocket' check case-insensitive
Linus Groh
2024-09-12
AstGen: do not allow unlabeled `break` to exit a labeled switch
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
Merge pull request #21370 from ziglang/fuzz
Andrew Kelley
2024-09-11
add runs per second to fuzzing ui
Andrew Kelley
2024-09-11
Merge pull request #21269 from alexrp/soft-float
Andrew Kelley
2024-09-11
make lowest stack an internal libfuzzer detail
Andrew Kelley
2024-09-11
fuzzer: move web files into separate directory
Andrew Kelley
2024-09-11
rework fuzzing API
Andrew Kelley
2024-09-10
Merge pull request #21367 from RetroDev256/faster-tokenizer
Andrew Kelley
2024-09-11
thread: don't leak the thread in `spawnManager` (#21379)
David Rubin
2024-09-10
tokenizer: use labeled switch statements
Eric Petersen
2024-09-10
Dwarf: implement and test hash maps
Jacob Young
2024-09-10
Dwarf: implement and test multi array list
Jacob Young
2024-09-10
std.zig.tokenizer: simplify line-based tokens
Ian Johnson
2024-09-10
test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.
Alex Rønne Petersen
2024-09-10
std.zig.system: Work around llvm/llvm-project#105978 by disabling vfp2.
Alex Rønne Petersen
2024-09-10
add error for discarding if/while pointer capture
xdBronch
2024-09-10
std.zig.render: replace magic number `4` with `indent_delta`.
Des-Nerger
2024-09-08
std.fmt: Update casing of a few functions to match naming style guide
Linus Groh
2024-09-07
std: Fix assembler comment syntax for sparc.
Alex Rønne Petersen
2024-09-07
Support stringifying non-exhaustive enum to json (#21228)
pfg
2024-09-06
Merge pull request #21261 from alexrp/riscv32
Andrew Kelley
2024-09-06
std.Target: Make Abi.floatAbi() more accurate.
Alex Rønne Petersen
2024-09-06
std.zig.target: Split `powerpc-linux-musl` triple into `powerpc-linux-musleab...
Alex Rønne Petersen
2024-09-06
std.zig.target: Split `mips(el)-linux-musl` triples into `mips(el)-linux-musl...
Alex Rønne Petersen
2024-09-06
std.DynLib: Prefer std.fs.File.stat() over posix.fstat().
Alex Rønne Petersen
2024-09-06
std.posix: Skip a couple of tests that use fstat()/fstatat() on riscv32.
Alex Rønne Petersen
2024-09-06
std.time: Use clock_nanosleep() to implement sleep() on Linux.
Alex Rønne Petersen
2024-09-06
std.os.linux: Add clock_nanosleep() syscall wrapper.
Alex Rønne Petersen
2024-09-06
Merge pull request #21263 from alexrp/thumb-fixes
Andrew Kelley
2024-09-06
std.math.big.int: fix shiftRight sign handling
Ian Johnson
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-04
stdlib : base64 encode to writer (#20961)
Arwalk
2024-09-03
std.elf: Bring the EM enum up to date.
Alex Rønne Petersen
2024-09-03
AstGen: update @errorCast to maybe eval to err
Michael Dusan
2024-09-02
std.crypto.ml_kem: Reduce test iteration counts from 100 to 10. (#21285)
Alex Rønne Petersen
2024-09-02
std.fmt.fmtIntSize*: document when precision is ignored
fdfdjfk3
2024-09-02
std.hash_map: fix error message in getAutoHashFn
Jeremy Hertel
2024-09-02
Merge pull request #21264 from mlugg/decl-literals
Matthew Lugg
2024-09-02
std.math: rename make_f80 to F80.toFloat and break_f80 to F80.fromFloat
Jeremy Hertel
2024-09-01
AstGen: error on unused switch label
mlugg
2024-09-01
AstGen: allow breaking from labeled switch
mlugg
[next]