zig/lib/compiler/resinator
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
..
ani.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
ast.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
bmp.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
cli.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
code_pages.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
comments.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
compile.zig std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
errors.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
ico.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
lang.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
lex.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
literals.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
main.zig compiler,lib,test,langref: migrate @setCold to @branchHint 2024-08-27 00:44:35 +01:00
parse.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
preprocess.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
rc.zig ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
res.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00
source_mapping.zig Condense and extend std.Treap's traversal functionalities. (#20002) 2024-07-28 19:47:55 -07:00
utils.zig Integrate resinator errors with Zig using std.zig.Server and ErrorBundle 2024-03-11 05:06:16 -07:00
windows1252.zig Lazily compile the zig rc subcommand and use it during zig build-exe 2024-03-11 05:06:16 -07:00