zig/src
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
..
Air std.fmt: fully remove format string from format methods 2025-07-07 22:43:53 -07:00
arch Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
codegen CBE: avoid depending on std.io.Writer.count 2025-07-09 09:32:07 -07:00
Compilation Target: pass and use locals by pointer instead of by value 2025-06-19 11:45:06 -04:00
libs compiler: fix remaining build failures 2025-07-07 22:43:53 -07:00
link Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
Package update compiler unit tests to new API 2025-07-07 22:43:53 -07:00
Sema std.io.Writer.printValue: rework logic 2025-07-07 22:43:53 -07:00
Zcu compiler: update a bunch of format strings 2025-07-07 22:43:52 -07:00
Air.zig wasm backend: memcpy and memmove are the same 2025-07-07 22:43:53 -07:00
Builtin.zig std.io.Writer.printValue: rework logic 2025-07-07 22:43:53 -07:00
clang.zig zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue. 2025-04-09 11:53:24 +02:00
clang_options.zig zig cc: honor all -m and -mno- CPU feature flags 2021-11-26 19:59:33 -07:00
clang_options_data.zig compiler: Allow configuring UBSan mode at the module level. 2025-04-26 22:54:34 +02:00
codegen.zig compiler: update a bunch of format strings 2025-07-07 22:43:52 -07:00
Compilation.zig std.fmt: fully remove format string from format methods 2025-07-07 22:43:53 -07:00
crash_report.zig update compiler source to new APIs 2025-07-07 22:43:52 -07:00
DarwinPosixSpawn.zig lib/std: PermissionDenied/AccessDenied cleanup and fallout 2025-03-24 16:20:45 +01:00
deprecated.zig MachO: update to new std.io APIs 2025-07-07 22:43:52 -07:00
dev.zig cbe: fix code header being omitted from the output 2025-07-07 22:43:53 -07:00
fmt.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
IncrementalDebugServer.zig compiler: update a bunch of format strings 2025-07-07 22:43:52 -07:00
InternPool.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
introspect.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
link.zig std.io.Writer.printValue: rework logic 2025-07-07 22:43:53 -07:00
main.zig update standalone and incremental tests to new API 2025-07-07 22:43:53 -07:00
mutable_value.zig Legalize: implement scalarization of binary operations 2025-05-31 18:54:28 -04:00
Package.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
print_env.zig update compiler source to new APIs 2025-07-07 22:43:52 -07:00
print_targets.zig compiler: update a bunch of format strings 2025-07-07 22:43:52 -07:00
print_value.zig std.io.Writer.printValue: rework logic 2025-07-07 22:43:53 -07:00
print_zir.zig compiler: update a bunch of format strings 2025-07-07 22:43:52 -07:00
print_zoir.zig update compiler source to new APIs 2025-07-07 22:43:52 -07:00
RangeSet.zig sema: rework type resolution to use Zcu when possible 2024-08-25 15:16:42 -07:00
register_manager.zig std.fmt.format: use {t} for tag name rather than {s} 2025-07-07 22:43:52 -07:00
Sema.zig Sema: fix unintentional extra @compileLog newline 2025-07-07 22:43:53 -07:00
target.zig zig fmt 2025-07-07 13:39:16 -07:00
tracy.zig Update TracyAllocator to new allocator API 2025-07-05 00:24:40 +02:00
translate_c.zig compiler: fix remaining build failures 2025-07-07 22:43:53 -07:00
Type.zig std.fmt: fully remove format string from format methods 2025-07-07 22:43:53 -07:00
Value.zig std.fmt: fully remove format string from format methods 2025-07-07 22:43:53 -07:00
Zcu.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
zig_clang.cpp zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue. 2025-04-09 11:53:24 +02:00
zig_clang.h zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue. 2025-04-09 11:53:24 +02:00
zig_clang_cc1_main.cpp zig cc: Update driver files to Clang 20. 2025-04-04 06:08:09 +02:00
zig_clang_cc1as_main.cpp zig cc: Update driver files to Clang 20. 2025-04-04 06:08:09 +02:00
zig_clang_driver.cpp zig cc: Update driver files to Clang 20. 2025-04-04 06:08:09 +02:00
zig_llvm-ar.cpp compiler: Update LLVM/Clang driver files to LLVM/Clang 19. 2024-09-19 18:20:20 -07:00
zig_llvm.cpp llvm: Use emulated TLS when appropriate for the target 2025-07-07 07:23:24 +02:00
zig_llvm.h llvm: Use emulated TLS when appropriate for the target 2025-07-07 07:23:24 +02:00