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
2020-04-22
std: Implement progress for Windows
LemonBoy
2020-04-20
Remove old-style @typeOf compatibility
Robin Voetter
2020-04-18
update std lib to decls being disallowed between fields
Vexu
2020-04-18
std: Introduce the Once synchronization primitive
LemonBoy
2020-04-18
ziggurat uses `@truncate` instead of `& 0xff`
Andrew Kelley
2020-04-18
rand: ref the decls so they get tested
Andrew Kelley
2020-04-18
Update ziggurat.zig to use `random.int(u64)`
Charles Shenton
2020-04-18
std.os.readv: Add missing iov_count declaration
Christian Wesselhoeft
2020-04-17
build: Create the output directory if it doesn't exist
LemonBoy
2020-04-16
debug: Minor QOL improvements for osx
LemonBoy
2020-04-16
std: make math.clamp work for common uses, remove automatic bounds swapping
Andrius Mitkus
2020-04-15
Enable formatting in std.big.Int.format
joachimschmidt557
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-14
Added gdi32.zig and More user32 definitions
Jakub
2020-04-14
Update emit_raw.zig
markfirmware
2020-04-13
std: fix StreamSource to disallow writing to a const buffer
daurnimator
2020-04-13
std: fix os.fstatat definition (#5016)
daurnimator
2020-04-12
disable flaky event loop test
Andrew Kelley
2020-04-12
fix file protocol structure definitions (#5015)
Heppoko
2020-04-12
std: add some basic windows user32 definitions
daurnimator
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-11
move fs tests to separate file; disable flaky test
Andrew Kelley
2020-04-10
Merge pull request #4711 from leroycep/feature-file-locks
Andrew Kelley
2020-04-10
debug: Fix parsing of DWARF info for BE machines
LemonBoy
2020-04-09
sort.binarySearch: Remove unneeded edge case check
Yuri Pieters
2020-04-09
sort.binarySearch: test for regresson of #4980
Yuri Pieters
2020-04-09
sort.binarySearch: fix integer underflow (#4980)
Yuri Pieters
2020-04-08
Reduce file lock test sleep time
LeRoyce Pearson
2020-04-08
Close file1 in nonblocking lock test
LeRoyce Pearson
2020-04-08
Disable open flock flags on darwin
LeRoyce Pearson
2020-04-08
Return error from `else`
LeRoyce Pearson
2020-04-08
Catch error.WouldBlock as unreachable
LeRoyce Pearson
2020-04-07
Add `OpenFileW` `share_access_nonblocking` parameter
LeRoyce Pearson
2020-04-07
std/zig/parse_string_literal.zig: add hex+unicode escapes (#4678)
Phil Schumann
2020-04-07
Add lock_nonblocking flag for creating or opening files
LeRoyce Pearson
2020-04-07
Fix file locking on windows
LeRoyce Pearson
2020-04-07
Make lock option an enum
LeRoyce Pearson
2020-04-07
fix compile errors in some std.Target functions
Andrew Kelley
2020-04-07
Merge pull request #4857 from LemonBoy/fix-4777
Andrew Kelley
2020-04-07
Merge pull request #4971 from Vexu/const-ref
Andrew Kelley
2020-04-07
move big.rational.gcd to big.int.gcd
joachimschmidt557
2020-04-07
Add missing constants for DragonFly
Michael Neumann
2020-04-07
fix broken tests
Vexu
2020-04-06
Fix compile error on darwin
LeRoyce Pearson
2020-04-06
Only call `os.flock` on systems that lack openat locks
LeRoyce Pearson
2020-04-06
Remove return value from os.flock()
LeRoyce Pearson
2020-04-06
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-06
compiler-rt: Separate max size allowed for load/store and CAS
LemonBoy
2020-04-05
Generate clearer size mismatch error message
Benjamin Feng
2020-04-05
std: Delete a hack in the feature set code
LemonBoy
[next]