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
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
std.testing: fix incorrect docs that mentioned aborting
Andrew Kelley
2022-03-17
debug: msync only current page when validation frame pointer
Jakub Konka
2022-03-17
macos: update Mach routines for accessing page info
Jakub Konka
2022-03-16
std.heap.GeneralPurposeAllocator: use `var` for mutable locals
Andrew Kelley
2022-03-16
std: introduce posix_spawn as an alt to fork-exec
Jakub Konka
2022-03-16
Merge pull request #11191 from Snektron/zig-gdb-improvements
Andrew Kelley
2022-03-16
gdb: add slice, multi array list, and array hash map printers
Robin Voetter
2022-03-16
std.dwarf: avoid some async/await stuff in stage2 builds
Andrew Kelley
2022-03-15
AstGen: add missing coercion for const locals
Andrew Kelley
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-03-15
remove TODO
Ali Chraghi
2022-03-15
std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversions
Tom Maenan Read Cutting
2022-03-14
zig fmt: Resolve #11131 loss of comment on switch cases
Curtis Tate Wilkinson
2022-03-14
freestanding libc: include roundl
Andrew Kelley
2022-03-14
basic language features do not belong in std.meta
Andrew Kelley
2022-03-13
c/linux: Fix `stat` struct definition for SPARCv9
Koakuma
2022-03-13
std+macho: revert and fix exposing Mach wrappers in std.os and std.c
Jakub Konka
2022-03-13
std: more c/darwin.zig fixes
Jakub Konka
2022-03-13
std: fix imports for darwin specific flags and funcs
Jakub Konka
2022-03-13
macos: add Mach task abstraction
Jakub Konka
2022-03-13
macos: add kernel return values
Jakub Konka
2022-03-13
macos: add more mach primitives
Jakub Konka
2022-03-12
AstGen: fix nosuspendExpr handling result location twice
Veikka Tuominen
2022-03-12
stage2 llvm: do not use getIntrinsic for airFrameAddress
Veikka Tuominen
2022-03-12
std: add test for child_process
matu3ba
2022-03-12
std.math.lossyCast: fix integer overflow
ominitay
2022-03-11
std.math: remove redundant namespace in test names
Andrew Kelley
2022-03-11
std.ArrayList: use variable for local mutable state
Andrew Kelley
2022-03-11
std.os: disable failing fnctl file locking test
Andrew Kelley
2022-03-11
Sema: improve detection of generic parameters
Veikka Tuominen
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-10
macos: add mach_* syscalls for process mgmt
Jakub Konka
2022-03-10
math: fix big.int div, gcd and bitAnd edge-cases
Marc Tiehuis
2022-03-10
std: add sort method to ArrayHashMap and MultiArrayList
Andrew Kelley
2022-03-09
std: fix false positive for `zig.isValidId` with empty string (#11104)
Meghan
2022-03-09
std.mem: remove redundant namespaces in test names
Andrew Kelley
2022-03-08
LLVM: add DISubprogram and DIType lowering; handle dbg_stmt
Andrew Kelley
2022-03-08
std.json: correctly handle sentinel terminated slices
Benjamin San Souci
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-07
Merge pull request #11054 from schmee/mul-add
Andrew Kelley
2022-03-06
std: disable flaky os.fcntl test
Andrew Kelley
2022-03-06
compiler_rt: avoid redundant exports when testing
Andrew Kelley
2022-03-06
compiler_rt: additional powerpc-specific alias
Andrew Kelley
2022-03-06
compiler-rt: make __fmax and fmaq aliases of fmal
Andrew Kelley
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-03-05
Revert "Revert "Merge pull request #10950 from hexops/sg/responsefiles""
Stephen Gutekanst
2022-03-05
Merge pull request #11021 from topolarity/wasi-cwd
Jakub Konka
2022-03-04
stage2: fix tuple assigned to variable
Andrew Kelley
2022-03-03
stdlib std.os: Rename `RelativePath` to `RelativePathWasi`
Cody Tapscott
[next]