zig/lib/compiler
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
..
aro Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
aro_translate_c std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
reduce remove usingnamespace from the language 2025-07-07 13:39:48 -07:00
resinator update standalone and incremental tests to new API 2025-07-07 22:43:53 -07:00
aro_translate_c.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
build_runner.zig Merge pull request #24329 from ziglang/writergate 2025-07-10 12:04:27 +02:00
libc.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
objcopy.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
reduce.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
std-docs.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00
test_runner.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00