zig/lib/compiler
Andrew Kelley b1d1806fef std.process: currentDir -> currentPath
In Zig standard library, Dir means an open directory handle. path
represents a file system identifier string. This function is better
named after "current path" than "current dir". "get" and "working" are
superfluous.
2026-01-29 18:47:58 -08:00
..
aro aro: define arch macros for riscv 2026-01-13 20:01:52 +01:00
reduce Remove legacy asm clobbers syntax handling 2025-11-27 20:16:03 +00:00
resinator resinator: Sync with upstream 2026-01-14 01:04:24 +01:00
translate-c rename env_map to environ_map 2026-01-04 00:27:09 -08:00
build_runner.zig std.process: currentDir -> currentPath 2026-01-29 18:47:58 -08:00
libc.zig rename env_map to environ_map 2026-01-04 00:27:09 -08:00
objcopy.zig test-standalone: update the rest of the cases to new API 2026-01-04 00:27:08 -08:00
reduce.zig zig libc: fix subcommand 2026-01-04 00:27:08 -08:00
std-docs.zig compiler: update std lib API usage 2026-01-04 00:27:08 -08:00
test_runner.zig testing: ability to read environment variables from unit tests 2026-01-17 00:40:22 +01:00
util.zig - aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the current error 2025-10-09 13:34:25 -04:00