aboutsummaryrefslogtreecommitdiff
path: root/lib/std/process.zig
AgeCommit message (Expand)Author
2020-06-09Support Reader for InStreamJonathan Marler
2020-05-29cleanupsAndrew Kelley
2020-05-29In getCwdAlloc, geometrically allocate larger buffers to find an appropriate ...Jonathan S
2020-05-29Document and reduce usage of MAX_PATH_BYTES, lifting arbitrary buffer size re...Jonathan S
2020-05-29Fix args iterator testJakub Konka
2020-05-29Make ArgIterator.init() a compile error in WASIJakub Konka
2020-05-29Add ArgIteratorWasi and integrate it with ArgIteratorJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-04-04rename mem.separate to mem.splitxackus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-06std: use ArrayList instead of Buffer from std/process.zigdaurnimator
2020-02-28std.zig.system.NativeTargetInfo.detect: almost no AllocatorAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-23remove no-longer-valid deferAndrew Kelley
2020-02-22std.process: fix typoAndrew Kelley
2020-02-22improve handling of environment variables on WindowsAndrew Kelley
2020-02-22update std lib to integrate with libc for environAndrew Kelley
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-17fix dynamic linker detection on windows (where there isn't one)Andrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-01-29Fix errant reference to page_allocatorBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25docs: update references to wasm_allocatorAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley