zig/lib/std/zig
Koakuma fb0692334e target: Rename sparcv9 -> sparc64
Rename all references of sparcv9 to sparc64, to make Zig align more with
other projects. Also, added new function to convert glibc arch name to Zig
arch name, since it refers to the architecture as sparcv9.

This is based on the suggestion by @kubkon in PR 11847.
(https://github.com/ziglang/zig/pull/11487#pullrequestreview-963761757)
2022-05-13 16:43:59 -04:00
..
system target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
Ast.zig std.zig.Ast: fix escaped capture of by-value parameters 2022-03-30 11:52:10 -07:00
c_builtins.zig translate-c: add missing builtins used by CRuby 2022-03-19 19:08:17 +02:00
c_translation.zig deprecated TypeInfo in favor of Type 2022-03-08 20:38:12 +02:00
CrossTarget.zig improve detection of how to execute binaries on the host 2021-12-02 21:51:14 -07:00
fmt.zig std: fix false positive for zig.isValidId with empty string (#11104) 2022-03-09 19:38:47 -05:00
parse.zig add error when binary ops don't have matching whitespace on both sides 2022-03-20 12:55:04 +02:00
parser_test.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
perf_test.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
render.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
string_literal.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
system.zig improve detection of how to execute binaries on the host 2021-12-02 21:51:14 -07:00
tokenizer.zig Update Tokenizer Dump Function 2022-02-20 17:47:42 -05:00