zig/lib/std/fs
Linus Groh eb37552536 Remove numerous things deprecated during the 0.14 release cycle
Basically everything that has a direct replacement or no uses left.

Notable omissions:

- std.ArrayHashMap: Too much fallout, needs a separate cleanup.
- std.debug.runtime_safety: Too much fallout.
- std.heap.GeneralPurposeAllocator: Lots of references to it remain, not
  a simple find and replace as "debug allocator" is not equivalent to
  "general purpose allocator".
- std.io.Reader: Is being reworked at the moment.
- std.unicode.utf8Decode(): No replacement, needs a new API first.
- Manifest backwards compat options: Removal would break test data used
  by TestFetchBuilder.
- panic handler needs to be a namespace: Many tests still rely on it
  being a function, needs a separate cleanup.
2025-07-11 08:17:43 +02:00
..
AtomicFile.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
Dir.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
File.zig std.fs.File.Writer: fix splat alias bug 2025-07-09 20:01:15 -07:00
get_app_data_dir.zig std: Add support for SerenityOS in various places 2025-03-11 14:59:42 +00:00
path.zig std: rename io to Io in preparation 2025-07-11 01:16:27 +02:00
test.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
wasi.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00