aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/test.zig
AgeCommit message (Expand)Author
2020-05-18Integrate getTestDir with tmpDir logicJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-19(breaking) std.fs.copyFile now integrates with DirAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-18(breaking) clarify openDir APIAndrew Kelley
2020-03-18std: Introduce fnctl wrapperLemonBoy
2020-03-11fix footguns in File readAll functionsAndrew Kelley
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-03breaking changes to std.fs, std.osAndrew Kelley
2020-03-03Update callers of fs.makePathdaurnimator
2020-03-03linux: Correct pread64 syscall for ARM/MIPSLemonBoy
2020-03-03disable sendfile test on mipsAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-22improve handling of environment variables on WindowsAndrew Kelley
2020-02-17update dl_iterate_phdr test case to new APIAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-13Merge pull request #4442 from fengb/testing-allocator-callsAndrew Kelley
2020-02-13Minor changes for a test caseLemonBoy
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-02-07std: Add a few tests for mmap/munmapLemonBoy
2020-01-29Convert a bunch of page_allocator to testing.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
2020-01-29Correct dl_iterate_phdr addressLemonBoy
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-31std.os.memfd_create: add error.SystemOutdatedAndrew Kelley
2019-12-31improvements to memfd_createAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25Avoid deprecated cwd-based functions for opening directories, preferring to o...Jonathan S
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-31DragonFlyBSD tidyupTse
2019-10-30add comments to disabled tests linking to the tracking issueAndrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-10miscellaneous improvements to generated docsAndrew Kelley
2019-10-03Fix pipe syscall for MIPSLemonBoy
2019-09-27fix glibc builds on aarch64-linux-gnuAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley