zig/tools
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
crc Rewrite update_crc_catalog in zig and move tests to separate file 2023-01-22 07:16:49 -08:00
spirv std: Support user-provided jsonParse method. Unify json.Parser and json.parse* (#15705) 2023-06-19 11:21:37 -04:00
extract-grammar.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
gen_outline_atomics.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gen_spirv_spec.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
gen_stubs.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
generate_JSONTestSuite.zig std.sort: add pdqsort and heapsort 2023-05-23 17:55:59 -07:00
generate_linux_syscalls.zig Update all std.mem.tokenize calls to their appropriate function 2023-05-13 13:45:04 -07:00
lldb_pretty_printers.py tools: add LLDB pretty printer for InternPool.NullTerminatedString 2023-06-12 18:24:21 -07:00
process_headers.zig musl: deal with zig rename of i386 to x86 2023-06-20 12:55:38 -04:00
stage1_gdb_pretty_printers.py gdb: restructure pretty printers into different files 2022-03-16 18:13:10 +01:00
stage2_gdb_pretty_printers.py InternPool: port most of value tags 2023-06-10 20:47:54 -07:00
std_gdb_pretty_printers.py tools: implement more lldb pretty printers 2023-02-27 05:37:03 -05:00
update_clang_options.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
update_cpu_features.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
update_crc_catalog.zig std.mem: Rename splitFull/tokenizeFull to splitSequence/tokenizeSequence 2023-05-13 13:45:05 -07:00
update_glibc.zig std.fs.file: Rename File.Kind enum values to snake case 2023-05-25 20:17:07 +01:00
update_spirv_features.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
update-license-headers.zig std.fs: split Dir into IterableDir 2022-07-15 13:04:21 +03:00
update-linux-headers.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
zig_gdb_pretty_printers.py Update GDB pretty printers 2023-03-30 12:15:53 +03:00