| .. |
|
system
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
|
Ast.zig
|
fix std.zig.Ast.rootDecls on .zon mode Ast
|
2024-12-14 16:40:40 -05:00 |
|
AstGen.zig
|
AstGen: fix analysis when encountering discard of error capture
|
2024-12-11 18:51:10 -05:00 |
|
AstRlAnnotate.zig
|
compiler: remove @setAlignStack
|
2024-10-19 19:15:23 +01:00 |
|
BuiltinFn.zig
|
compiler: remove anonymous struct types, unify all tuples
|
2024-10-31 20:42:53 +00:00 |
|
c_builtins.zig
|
std: update uses of .Inline callconv
|
2024-10-19 19:21:33 +01:00 |
|
c_translation.zig
|
std: update std.builtin.Type fields to follow naming conventions
|
2024-08-28 08:39:59 +01:00 |
|
Client.zig
|
build runner sends a start_fuzzing message to test runner
|
2024-07-25 18:52:21 -07:00 |
|
ErrorBundle.zig
|
Replace deprecated default initializations with decl literals
|
2024-09-12 16:01:23 +01:00 |
|
LibCDirs.zig
|
std.Target: Add muslabin32 and muslabi64 tags to Abi.
|
2024-11-02 10:42:53 +01:00 |
|
LibCInstallation.zig
|
std.zig.WindowsSdk: Support cross-arch SDK lookups.
|
2024-12-08 04:53:28 +01:00 |
|
number_literal.zig
|
Make 0e.0 and 0xp0 not crash
|
2024-07-03 02:53:37 -04:00 |
|
Parse.zig
|
std.zig: resolve syntactic ambiguity
|
2024-09-01 18:30:31 +01:00 |
|
parser_test.zig
|
std: update uses of .Inline callconv
|
2024-10-19 19:21:33 +01:00 |
|
perf_test.zig
|
lib: correct unnecessary uses of 'var'
|
2023-11-19 09:55:07 +00:00 |
|
primitives.zig
|
ComptimeStringMap: return a regular struct and optimize
|
2024-04-22 15:31:41 -07:00 |
|
render.zig
|
std.zig.render: fix callconv(.Inline) -> inline fn promotion
|
2024-10-19 19:15:23 +01:00 |
|
Server.zig
|
Merge pull request #21224 from alexrp/mips-gnu-fixes
|
2024-08-30 14:47:43 -07:00 |
|
string_literal.zig
|
std.zig.tokenizer: simplify
|
2024-07-31 16:57:42 -07:00 |
|
system.zig
|
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
|
2024-11-24 22:11:16 +01:00 |
|
target.zig
|
std.zig.target: Update isLibCLibName() for MinGW dcd7fefc703fb4b12187235386900d34cc13fdc5.
|
2024-12-14 07:02:14 +01:00 |
|
tokenizer.zig
|
tokenizer: fix 0 byte following invalid (#21482)
|
2024-09-23 13:06:30 -07:00 |
|
WindowsSdk.zig
|
std.zig.WindowsSdk: Support cross-arch SDK lookups.
|
2024-12-08 04:53:28 +01:00 |
|
Zir.zig
|
Merge pull request #22157 from mlugg/astgen-error-lazy
|
2024-12-09 18:32:23 -05:00 |