zig/lib/compiler
Andrew Kelley bdb3b382d8 zig fmt: ignore hidden files and directories
rather than ignoring specifically "zig-cache" and "zig-out". The latter
is not necessarily the install prefix and should not be special.

The former will be handled by renaming zig-cache to .zig-cache.
2024-05-29 10:09:40 -07:00
..
aro update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
aro_translate_c Update usages of fmtId/isValidId 2024-04-07 14:47:11 +02:00
reduce reduce: fix compile errors 2024-03-24 17:29:39 +01:00
resinator resinator: update to new progress API 2024-05-27 20:56:49 -07:00
aro_translate_c.zig Minor follow-up improvements to PR #19227 for aro translate-c 2024-05-20 07:35:10 -04:00
build_runner.zig zig build: respect --color argument 2024-05-27 20:56:49 -07:00
fmt.zig zig fmt: ignore hidden files and directories 2024-05-29 10:09:40 -07:00
libc.zig zig libc: allow non-native targets 2024-03-13 02:17:28 -04:00
objcopy.zig std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -07:00
reduce.zig Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
std-docs.zig std: restructure child process namespace 2024-05-26 09:31:55 -07:00
test_runner.zig test runner: update to new std.Progress API 2024-05-27 20:56:48 -07:00