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
/
process.zig
Age
Commit message (
Expand
)
Author
2020-03-06
std: use ArrayList instead of Buffer from std/process.zig
daurnimator
2020-02-28
std.zig.system.NativeTargetInfo.detect: almost no Allocator
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-23
remove no-longer-valid defer
Andrew Kelley
2020-02-22
std.process: fix typo
Andrew Kelley
2020-02-22
improve handling of environment variables on Windows
Andrew Kelley
2020-02-22
update std lib to integrate with libc for environ
Andrew Kelley
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-02-17
fix dynamic linker detection on windows (where there isn't one)
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-01-29
Fix errant reference to page_allocator
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
docs: update references to wasm_allocator
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley