zig/lib/std/Build
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
..
Cache link: fix false positive crtbegin/crtend detection 2024-10-10 14:21:52 -07:00
Fuzz Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Step link tests: add a way to check prefix and use it 2024-10-08 21:57:08 -07:00
Cache.zig link: fix false positive crtbegin/crtend detection 2024-10-10 14:21:52 -07:00
Fuzz.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Module.zig replace TranslateC.addIncludeDir with variants with LazyPath/library names 2024-09-25 21:50:55 -07:00
Step.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Watch.zig std: fix inappropriate use of unreachable in fanotify_init 2024-09-25 16:07:04 -07:00