aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target.Query: remove deprecated APIAndrew 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-01spelling fixesAndrew 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-11std.Build.Cache: add HexDigest typeLoris Cro
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-26complete todoDavid Rubin
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-19test: check compile errors when compilation has no errorsdweiller
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-23x86_64: implement 128-bit builtinsJacob Young
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
2023-10-20Merge pull request #17608 from squeek502/resinator-fixesAndrew Kelley
2023-10-20std.Build: do not assume custom test runners support client-server modedweiller
2023-10-18Error if an .rc file uses the 'preprocess only' or 'no preprocess' flagsRyan Liptak