aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-08std: fix bitrotted evented codeAndrew Kelley
2020-02-07more carefully calculate llvm field indexesAndrew Kelley
2020-02-07skip self-hosted for now as we work towards async I/OAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05std: Rename isAbsoluteW to isAbsoluteWindowsWLemonBoy
2020-02-04std: Fix edge case in isAbsolute fn familyLemonBoy
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
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-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30add missing error code handling on WindowsAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-30introduce std.fs.Dir.openFile and std.fs.Dir.createFileAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-21std: remove O_LARGEFILE from OS bits when the OS does not define itAndrew Kelley
2019-11-21add std.fs.Dir.openReadAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-06allow type coercion from *[0]T to E![]const TAndrew Kelley
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-30Merge remote-tracking branch 'origin/master' into std.netAndrew Kelley
2019-10-29inline path separator looplukechampine
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-23Handle TERM=dumb for stdout/stderrJonathan Marler
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-10-16add docs for std.fs.File.updateTimesAndrew Kelley
2019-10-16Fix compilation of updateTimes on 32bit platformsLemonBoy
2019-09-25mv std/ lib/Andrew Kelley