aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2024-01-09Build: Use `LazyPath` for version scriptsCarl Åstholm
2024-01-04build/LazyPath: Add dirname (#18371)Abhinav Gupta
2024-01-03Merge pull request #18262 from ziglang/fix-18259Andrew Kelley
2024-01-02std.Build.Step.Compile: fix passing wrong Builder to getPathAndrew Kelley
2024-01-02std.Build.Step.Run: fix depfile supportLoris Cro
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley
2024-01-01std.Build.Step.Compile: fix search prefix loweringAndrew Kelley
2024-01-01std.Build.Step.Compile: support modules with different argsAndrew Kelley
2024-01-01std.Build.Step.Options: update unit test to new APIAndrew Kelley
2024-01-01std.Build.Step.Compile: restore previous step nameAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01fix infinite loop in Run stepAndrew Kelley
2024-01-01fix linker test regressionsAndrew Kelley
2024-01-01fix std lib testsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01zig build system: remove vcpkg integrationAndrew Kelley
2024-01-01introduce std.Build.Module and extract some logic into itAndrew Kelley
2023-12-16Expose `-f(no-)formatted-panics` to the build systemCarl Åstholm
2023-12-13lib/std/Build/CheckObject: split dyld info into subsections for easier scoped...Jakub Konka
2023-12-13lib/std/Build/CheckObject: update all tests to new APIJakub Konka
2023-12-13lib/std/Build/CheckObject: implement for WasmJakub Konka
2023-12-13lib/std/Build/CheckObject: implement for ELFJakub Konka
2023-12-13lib/std/Build/CheckObject: introduce scoped checks; implement for MachOJakub Konka
2023-12-13lib/std/Build/CheckObject: fix parsing and dumping special dylib lookup valuesJakub Konka
2023-12-10lib/std/Build/CheckObject: dump Mach-O dyld_info_only bind, weak-bind and laz...Jakub Konka
2023-12-10lib/std/Build/CheckObject: dump Mach-O dyld_info_only rebase dataJakub Konka
2023-12-09lib/std/Build/CheckObject: dump Mach-O dyld_info_only exports dataJakub Konka
2023-12-09lib/std/Build/CheckObject: dump Mach-O symbol attributesJakub Konka
2023-12-08lib/std/Build/CheckObject: dump Mach-O headerJakub Konka
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-13expose to build systemxdBronch
2023-11-07Merge pull request #17873 from ziglang/elf-archiveJakub Konka
2023-11-06CheckObject: support parsing and dumping archive symtab for ELFJakub Konka
2023-11-03cli: consolidate entry point flagsLuuk de Gram
2023-11-03update linker testsLuuk de Gram
2023-11-03wasm-linker: implement `-fno-entry` flagLuuk de Gram
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26Step.Options: `@typeName` gives a fully qualified name so the test needs to r...Krzysztof Wolicki
2023-10-25Step.Compile: differentiate between fuzzy and exact matches for compile errorsJakub Konka
2023-10-24build: match and ignore /?/ in expected compile errorsJakub Konka
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21std.Build: use create() instead of init() for Step.RemoveDirsnoire