zig/lib/compiler
mlugg 0fe3fd01dd
std: update std.builtin.Type fields to follow naming conventions
The compiler actually doesn't need any functional changes for this: Sema
does reification based on the tag indices of `std.builtin.Type` already!
So, no zig1.wasm update is necessary.

This change is necessary to disallow name clashes between fields and
decls on a type, which is a prerequisite of #9938.
2024-08-28 08:39:59 +01:00
..
aro std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
aro_translate_c fix(fmt): pointer type syntax to index (take 2) (#20336) 2024-07-21 01:55:52 -07:00
reduce reduce: fix compile errors 2024-03-24 17:29:39 +01:00
resinator std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
aro_translate_c.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
build_runner.zig build runner: --fuzz not yet supported on Windows 2024-08-07 00:48:32 -07:00
fmt.zig std.posix: read on timerfd can return error.Canceled 2024-08-08 01:12:26 -07:00
libc.zig zig libc: allow non-native targets 2024-03-13 02:17:28 -04:00
objcopy.zig fix various issues related to Path handling in the compiler and std 2024-08-19 19:09:11 +02:00
reduce.zig Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
std-docs.zig fix autodocs regression FTBFS 2024-08-23 19:23:38 -07:00
test_runner.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00