aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2025-03-26build.zig: Don't disable LTO when targeting MinGW.Alex Rønne Petersen
2025-03-08Reapply "build: Don't check parent directories for git tag"Andrew Kelley
2025-03-08Revert "build: Don't check parent directories for git tag"Andrew Kelley
2025-03-08build: Don't check parent directories for git tagLN Liberda
2025-03-07std.Build: add build-id optionJan200101
2025-03-04start the 0.15.0 release cycleAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-08Merge pull request #22808 from ziglang/fast-gpaAndrew Kelley
2025-02-07build: bump max_rss of std lib tests to 5GAndrew Kelley
2025-02-07compiler: use std.heap.smp_allocatorAndrew Kelley
2025-02-06x86_64: rewrite most of the remaining float opsJacob Young
2025-02-03Merge pull request #20271 from MasonRemaley/zonMatthew Lugg
2025-02-03Merge pull request #22713 from mikdusan/openbsdAlex Rønne Petersen
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-02-01openbsd: fix stage3 linkMichael Dusan
2025-01-31x86_64: rewrite vector `@intCast`Jacob Young
2025-01-25std.Build: Make ofmt part of standardTargetOptions().Alex Rønne Petersen
2025-01-22wasm2c: Implement nontrapping_fptoint support.Alex Rønne Petersen
2025-01-22wasm: Add a nontrapping_bulk_memory_len0 feature.Alex Rønne Petersen
2025-01-22std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.Alex Rønne Petersen
2025-01-16compiler: make it easier to apply breaking changes to `std.builtin`mlugg
2025-01-15build: respect -Duse-llvm option when doing behavior testsAndrew Kelley
2025-01-10build.zig: make unit tests not use the full matrixAndrew Kelley
2025-01-10compiler: bump stack size 32 MiB -> 46 MiBmlugg
2024-12-18build.zig: migrate from deprecated std.Build APIsmlugg
2024-12-13Add compiler internals testsCarl Åstholm
2024-12-07build.zig: Also set code model for loongarch32.Alex Rønne Petersen
2024-11-29Add build option to set tracy-callstack-depth in `build.zig` (#21990)Justin Braben
2024-11-24test: Enable -Dtest-target-filter=... to work for test-debugger.Alex Rønne Petersen
2024-11-24test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...Alex Rønne Petersen
2024-11-24test: Enable -Dtest-target-filter=... to work for test-c-abi.Alex Rønne Petersen
2024-11-17build.zig: fix libc++ being a linker scriptJacob Young
2024-11-05build: increase max_rss to 7.8Gkcbanner
2024-10-11Replace tidy with superhtml as HTML validator (#21664)Krzysztof Wolicki
2024-10-05tests: add `test-incremental` stepmlugg
2024-09-19add missing clang and llvm library listingsAndrew Kelley
2024-08-31loongarch: use medium code model for zig loongarch64 binary (#21153)YANG Xudong
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-14build/test: Add a test-modules step for running all the per-target tests.Alex Rønne Petersen
2024-08-14build/test: Add -Dtest-slow-targets and move mips module tests behind it.Alex Rønne Petersen
2024-08-14build/test: Add -Dtest-target-filter for filtering module tests by target tri...Alex Rønne Petersen
2024-08-14build: Use the new b.addFail() for the update-mingw step.Alex Rønne Petersen
2024-07-22build: bump max_rss since we link MachO in parallel nowJakub Konka
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-18macho: bump max rss by a slight marginJakub Konka
2024-07-16build.zig: expose valgrind flagAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12std.Build.Step.WriteFile: extract UpdateSourceFilesAndrew Kelley
2024-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-06-17disable tidy validation for autodocsAndrew Kelley