zig/lib/std/zig
Andrew Kelley 8c44954bc6 std.Target.Query: remove deprecated API
These functions have been doomed for a long time. Finally I figured out
what the proper relationship between this API and std.Target is.
2024-01-01 17:51:18 -07:00
..
system std.Target: add DynamicLinker 2024-01-01 17:51:18 -07:00
Ast.zig Speed up ast.tokenLocation 2023-11-09 01:45:25 +00:00
AstRlAnnotate.zig frontend: move AstRlAnnotate to std.zig namespace 2023-11-24 17:09:08 -08:00
BuiltinFn.zig AstGen: check allowed non-function builtins with declarative field (#18120) 2023-11-26 02:21:58 -05:00
c_builtins.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07:00
c_translation.zig translate-c: use Aro's tokenizer 2023-11-25 12:28:19 +02:00
Client.zig make the build runner and test runner talk to each other 2023-03-15 10:48:14 -07:00
ErrorBundle.zig test: check compile errors when compilation has no errors 2023-11-19 00:12:43 +02:00
fmt.zig x86_64: pass more tests 2023-10-25 04:28:30 -04:00
number_literal.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Parse.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
parser_test.zig fmt: Skip extra newline if doc_comment exists 2023-12-08 16:05:46 +02:00
perf_test.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
primitives.zig add c_char type 2023-04-13 02:47:16 -04:00
render.zig fmt: Skip extra newline if doc_comment exists 2023-12-08 16:05:46 +02:00
Server.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
string_literal.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
system.zig std.Target.Query: remove deprecated API 2024-01-01 17:51:18 -07:00
tokenizer.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00