aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
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
2024-06-17add -Denable-tidy flag and use it in the CIAndrew Kelley
2024-06-16make `zig build test` check for conforming formattingAndrew Kelley
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-06start the 0.14.0 release cycleAndrew Kelley
2024-06-02pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`Veikka Tuominen
2024-05-14build.zig: sync "exe_cflags" with CMakeEric Joldasov
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-08apparently LLVM depends on ws2_32.dll nowAndrew Kelley
2024-05-08suppress C++ type-limits warningsAndrew Kelley
2024-05-08add missing clang static library to the buildAndrew Kelley
2024-05-08update CMake files to LLVM 18Andrew Kelley
2024-04-25migrate langref documentation generation to the build systemAndrew Kelley
2024-04-19start the 0.13.0 release cycleAndrew Kelley
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-08haiku: fix linking issuesJacob Young
2024-04-07Promote linker test cases to packagesCarl Åstholm
2024-04-07Promote standalone test cases to packagesCarl Åstholm
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-10build: spend a lot less time generating std docsAndrew Kelley
2024-03-10build: don't include std lib docs by defaultAndrew Kelley
2024-03-08test manifest key checking and other fixesfebruary cozzocrea
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-28build.zig: fix typo in extension exclusion listAndrew Kelley
2024-02-28make aro-based translate-c lazily built from sourceAndrew Kelley
2024-02-26compiler: JIT zig reduceAndrew Kelley