zig/lib/std/zig
Andrew Kelley 14c8e270bb link: fix false positive crtbegin/crtend detection
Embrace the Path abstraction, doing more operations based on directory
handles rather than absolute file paths. Most of the diff noise here
comes from this one.

Fix sorting of crtbegin/crtend atoms. Previously it would look at all
path components for those strings.

Make the C runtime path detection partially a pure function, and move
some logic to glibc.zig where it belongs.
2024-10-10 14:21:52 -07:00
..
system std.zig.system.darwin.macos: Enable Apple M4 CPU detection. 2024-09-19 18:20:21 -07:00
Ast.zig std.zig.render: fix switch rendering 2024-09-01 18:30:31 +01:00
AstGen.zig Sema: implement @splat for arrays 2024-10-10 11:22:49 +01:00
AstRlAnnotate.zig remove @fence (#21585) 2024-10-04 22:21:27 +00:00
BuiltinFn.zig remove @fence (#21585) 2024-10-04 22:21:27 +00:00
c_builtins.zig Remove @fabs, fabs and absCast/Int from std lib 2023-09-27 11:24:28 -07: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: Introduce Abi.ohoseabi to distinguish the soft float case. 2024-10-05 15:13:37 +02:00
LibCInstallation.zig link: fix false positive crtbegin/crtend detection 2024-10-10 14:21:52 -07: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.zig.tokenizer: simplify line-based tokens 2024-09-10 13:34:33 +03: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 Replace deprecated default initializations with decl literals 2024-09-12 16:01: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 Merge pull request #21587 from alexrp/hexagon-porting 2024-10-06 13:35:56 +02:00
target.zig std.zig.target: Add loongarch64-linux-gnusf. 2024-10-03 04:39:39 +02:00
tokenizer.zig tokenizer: fix 0 byte following invalid (#21482) 2024-09-23 13:06:30 -07:00
WindowsSdk.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Zir.zig Sema: implement @splat for arrays 2024-10-10 11:22:49 +01:00