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-12-10
AstGen: implement @prefetch() builtin
Isaac Freund
2021-12-10
macho: move all helpers from commands.zig into std.macho
Jakub Konka
2021-12-10
macho: move helper functions to libstd
Jakub Konka
2021-12-08
improve musl dynamic stubs file libc.s
Andrew Kelley
2021-12-07
Merge pull request #10288 from SpexGuy/test-build
Andrew Kelley
2021-12-06
stage2: improve handling of the generated file builtin.zig
Andrew Kelley
2021-12-06
std.os: handle ETXTBSY from open()
Andrew Kelley
2021-12-06
Fix run() for test_exe steps
Martin Wickham
2021-12-06
Add test executable builds to build.zig
Martin Wickham
2021-12-06
Fix test label off-by-one error (#10277).
Jeremy Fillingim
2021-12-05
Add emit path options to emit args in build.zig (#10278)
Martin Wickham
2021-12-06
std/math: hide internal cos/tan functions
Marc Tiehuis
2021-12-06
std/math: fix __rem_pio2 underflow
Marc Tiehuis
2021-12-06
std/math: Add test cases for #9901
Marc Tiehuis
2021-12-06
std/math: replace golang sin/cos/tan with musl sin/cos/tan
Marc Tiehuis
2021-12-04
Added an explicit type for the termios constants (#10266)
Zapolsky Anton
2021-12-04
compiler_rt: add __ffssi2, __ffsdi2 and __ffsti2 (#10268)
matu3ba
2021-12-03
Merge pull request #9910 from mikdusan/dragonfly
Andrew Kelley
2021-12-03
Merge pull request #9927 from vrischmann/fix-rlimit-resource
Andrew Kelley
2021-12-03
9944: make allocator the first argument (excl. self)
Jakub Dupak
2021-12-03
Add single section dumping and padding to InstallRawStep
N00byEdge
2021-12-03
std.build.InstallRawStep: allow custom dest_dir
Jonathan Marler
2021-12-02
std.os.execve: handle EBADEXEC and EBADARCH
Andrew Kelley
2021-12-02
improve detection of how to execute binaries on the host
Andrew Kelley
2021-12-02
CLI: always try to exec binaries
Andrew Kelley
2021-12-02
zig build: promote qemu, wine, wasmtime, darling, and rosetta
Andrew Kelley
2021-12-02
update function name in error
Ali Chraghi
2021-12-02
parse.zig: make chained comparison operators a parse error
Matthew Borkowski
2021-12-02
allocator: Move vtable into gen struct
Lee Cannon
2021-12-02
Remove .disable_native for x86_64-macos as it's fixed now
Jakub Konka
2021-12-02
Make Rosetta availability declarative by the user
Jakub Konka
2021-12-02
Make Rosetta a new variant in ExternalExecutor enum
Jakub Konka
2021-12-02
Treat x86_64 tests as native under the Rosetta 2 on M1 Macs
Jakub Konka
2021-12-01
Fix test for io_uring link_timeout
Hiroaki Nakamura
2021-12-01
std: remove double free in GPA
Andrew Kelley
2021-12-01
compiler_rt: add __paritysi2, __paritydi2, __parityti2
Jan Philipp Hafer
2021-12-01
gpa: fix leak in freeLarge and memory limit accounting in resize and resizeLarge
Matthew Borkowski
2021-12-01
allocgate: actually free memory in gpa
Lee Cannon
2021-11-30
Merge pull request #10055 from leecannon/allocator_refactor
Andrew Kelley
2021-11-30
compiler_rt: add __ctzsi2, __ctzdi2 and __ctzti2
Jan Philipp Hafer
2021-11-30
CLI: introduce -fsingle-threaded/-fno-single-threaded
Andrew Kelley
2021-11-30
libstd: handle rmdirZ INVAL error (#10145)
Jeremy Fillingim
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: split free out from resize
Lee Cannon
2021-11-30
allocgate: update code to use new interface
Lee Cannon
2021-11-30
allocgate: apply missed changes
Lee Cannon
2021-11-30
allocgate: utilize a *const vtable field
Lee Cannon
2021-11-30
allocgate: fix failing tests
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
[next]