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
2020-03-07
add missing errors to std.os.windows.CreateDirectoryError
Andrew Kelley
2020-03-07
add std.event.Loop pread and faccessat
Andrew Kelley
2020-03-07
std: Fix version detection on x86
LemonBoy
2020-03-07
fix std.fs.makeDirAbsolute
Andrew Kelley
2020-03-06
fix detectNativeCpuAndFeatures including foreign asm
Andrew Kelley
2020-03-06
simplify the inline assembly
Andrew Kelley
2020-03-06
cleanup CPU model & feature detection
Andrew Kelley
2020-03-06
Cleaned up CPU detection and fixed incorrect detection bits.
alichay
2020-03-06
Added self-hosted x86 CPU detection.
alichay
2020-03-06
fixups & make some API decisions
Andrew Kelley
2020-03-06
std: use std.ArrayList instead of std.Buffer in std/fmt.zig tests
daurnimator
2020-03-06
Remove unused std.Buffer imports
daurnimator
2020-03-06
std: use ArrayList instead of Buffer from std/process.zig
daurnimator
2020-03-06
Fix bug where stdout was checked instead of stderr
daurnimator
2020-03-06
Use in_stream.readAllAlloc where sensible
daurnimator
2020-03-06
std: use ArrayList rather than Buffer for in_stream helper functions
daurnimator
2020-03-06
std: add ArrayList.eql for parity with std.Buffer
daurnimator
2020-03-06
std: add .startsWith and .endsWith to std.ArrayList
daurnimator
2020-03-06
stage1: make get_optional_type more robust
Andrew Kelley
2020-03-06
Merge pull request #4651 from LemonBoy/fix-4645
Andrew Kelley
2020-03-06
?HMODULE instead of HMODULE
Andrew Kelley
2020-03-06
std: Work around unexported NtCurrentTeb
LemonBoy
2020-03-06
std: Nicer way to access the PEB
LemonBoy
2020-03-05
std: fix sendfile on macOS and FreeBSD
Michael Dusan
2020-03-05
Fix crash when freeing empty string as null-terminated sentinel
Michaƫl Larouche
2020-03-05
std: format enum-literals
Michael Dusan
2020-03-05
reapply mingw-w64 header patches
Andrew Kelley
2020-03-05
update mingw-w64 source files to v7.0.0
Andrew Kelley
2020-03-05
update mingw-w64 headers to v7.0.0
Andrew Kelley
2020-03-05
std: use testing.expectEqual in math.absCast tests
daurnimator
2020-03-05
std: fix math.absCast on i1
daurnimator
2020-03-05
std: fix formatting of i1 integers
daurnimator
2020-03-05
std: use testing.expectEqualSlices from tests
daurnimator
2020-03-04
std: Use @TypeOf(x,y) as return value for max
LemonBoy
2020-03-04
zig is now aware of DragonflyBSD versions
Andrew Kelley
2020-03-04
update glibc source files to 2.31
Andrew Kelley
2020-03-04
Generated documentation mobile support
pfg
2020-03-04
Merge pull request #4623 from ziglang/update-glibc
Andrew Kelley
2020-03-04
update self-hosted `zig targets` to print correct glibc availability
Andrew Kelley
2020-03-04
update glibc abilists for 2.31
Andrew Kelley
2020-03-04
zig build: update InstallRawStep to new std.fs API
Andrew Kelley
2020-03-03
update glibc headers to 2.31
Andrew Kelley
2020-03-03
std.zig.CrossTarget: fix compile errors
Andrew Kelley
2020-03-03
Darwin can return EBADF for sendfile on non-files
Andrew Kelley
2020-03-03
breaking changes to std.fs, std.os
Andrew Kelley
2020-03-03
Update callers of fs.makePath
daurnimator
2020-03-03
std: move makePath to be a Dir method
daurnimator
2020-03-03
std: move null byte check into toPosixPath
daurnimator
2020-03-03
std: fix fs.makePath
daurnimator
2020-03-03
std: add os.fstatat
daurnimator
[next]