aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2024-11-01std.Target: Add support for specifying Android API level.Alex Rønne Petersen
2024-10-24std.Build.Watch: implement removing watches for kqueueAndrew Kelley
2024-10-24std.Build.Watch: limit to one switch on os tagAndrew Kelley
2024-10-24implement --watch for kqueueAndrew Kelley
2024-10-23rework linker inputsAndrew Kelley
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-10-23std.Build.Step.Compile: add a way to expect an error messageAndrew Kelley
2024-10-16std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.Alex Rønne Petersen
2024-10-16std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().Alex Rønne Petersen
2024-10-12link.Elf: eliminate an O(N^2) algorithm in flush()Andrew Kelley
2024-10-10std.Build.Step.CheckObject: display source file pathAndrew Kelley
2024-10-10std.Build.Cache.Path: fix single-quote escaping formatAndrew Kelley
2024-10-10link: fix false positive crtbegin/crtend detectionAndrew Kelley
2024-10-08link tests: add a way to check prefix and use itAndrew Kelley
2024-10-0419009: zig objcopy: integrate --add-section, --set-section-alignment and --se...Patrick Wickenhaeuser
2024-09-25replace TranslateC.addIncludeDir with variants with LazyPath/library namesdave caruso
2024-09-25std: fix inappropriate use of unreachable in fanotify_initAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-11add runs per second to fuzzing uiAndrew Kelley
2024-09-11make lowest stack an internal libfuzzer detailAndrew Kelley
2024-09-11fuzzer: move web files into separate directoryAndrew Kelley
2024-08-31Merge pull request #21173 from mrjbq7/writeStackTraceAndrew Kelley
2024-08-28fuzzing: fix entry address logicAndrew Kelley
2024-08-28LLVM: disable inline 8-bit counters when using trace pc guardAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-23fix autodocs regression FTBFSAndrew Kelley
2024-08-22std.debug: remove allocator from std.debug.writeStackTrace()John Benediktsson
2024-08-21std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m...mlugg
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-15std.tar: add writer (#19603)Igor Anić
2024-08-14Watch.zig: fixes for windows implementationJarrod Meyer
2024-08-13std.Build.Fuzz.WebServer: sort pcs before source location lookupAndrew Kelley
2024-08-13avoid a branch in resolveAddressesDwarfAndrew Kelley
2024-08-08more optimized and correct management of 8-bit PC countersAndrew Kelley
2024-08-08fuzzing: comptime assertions to protect the ABIAndrew Kelley
2024-08-07build runner: output hint when no --port providedAndrew Kelley
2024-08-07update branch for latest std.sort changesAndrew Kelley
2024-08-07fuzzer web ui: resolve cwd in sources.tarAndrew Kelley
2024-08-07fuzzer web ui: introduce entry pointsAndrew Kelley
2024-08-07fuzzer web UI: receive coverage informationAndrew Kelley
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07introduce tool for dumping coverage fileAndrew Kelley
2024-08-07fuzzer: share zig to html rendering with autodocsAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-28Merge pull request #20667 from jayrod246/windows-watchAndrew Kelley
2024-07-28std.fs.Dir: Refactor atomicSymLink from std.fsCarter Snook
2024-07-27Watch.zig: add initial windows implementationJarrod Meyer
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-25std.Build.Fuzz: fix progress node hierarchyAndrew Kelley
2024-07-25build runner sends a start_fuzzing message to test runnerAndrew Kelley