aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2023-07-27test: add a test that verifies no debug handlers get pulled into compiler_rtkcbanner
2023-07-24std.Build.Step.Compile: getEmittedDocs API enhancementsAndrew Kelley
2023-07-24CLI: delete dead option -femit-analysisAndrew Kelley
2023-07-23test: test for issues starting codegen on many targetsJacob Young
2023-07-22move installation logic to the build script where it belongsAndrew Kelley
2023-07-20check-object: allow for multiple extractions within one checkJakub Konka
2023-07-20check-object: format known OS-specific types before doing generic formatJakub Konka
2023-07-20check-object: dump PT flags when dumping program headersJakub Konka
2023-07-20check-object: remove wildcard matchers as they are too clunkyJakub Konka
2023-07-20check-object: dump contents of .dynamic sectionJakub Konka
2023-07-19test/link: add shared-memory test for WebAssemblyLuuk de Gram
2023-07-14Merge pull request #16398 from ziglang/check-object-elfJakub Konka
2023-07-13check-object: dump info on PHDRsJakub Konka
2023-07-13check-object: dump more info on SHDRsJakub Konka
2023-07-13check-object: dump some info on SHDRsJakub Konka
2023-07-13check-object: dump ELF headerJakub Konka
2023-07-11build: avoid repeating objects when linking a static libraryXavier Bouchoux
2023-07-11std.Build: Add methods for creating modules from a TranslateC object.Michael Buckley
2023-07-09Changed Step.Run's stdin to accept FileSource (#16358)Krzysztof Wolicki
2023-07-06std: add prefixed versions of addFileSource and addDirectorySource to Step.RunJakub Konka
2023-07-04std.Build.Step.Compile: fix clearing logic for empty cflagsAndrew Kelley
2023-06-26Build: make `InstallDirStep` use a `FileSource`Ian Johnson
2023-06-26std.Build: omit newline from last lineJan200101
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-21std.Build: implement variable substitutionJan200101
2023-06-21std.Build: correctly implement cmakedefine and cmakedefine01Jan200101
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-16std.Build.Step.Run: add stdin to cache manifestIsaac Freund
2023-06-13Merge pull request #15957 from BratishkaErik/deprecated-Andrew Kelley
2023-06-13allow run step to skip foreign binary execution if executor failsLee Cannon
2023-06-13Remove CheckObjectStep.runAndCompare (#15973)Zapolsky Anton
2023-06-13std.Build.Step.Compile: remove `addSystemIncludeDir`, `addIncludeDir`, `addLi...Eric Joldasov
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-06-03Build: fix producesPdbFile logic (#15756)xEgoist
2023-05-30cache: handle 0-length prefix paths in findPrefixResolvedkcbanner
2023-05-25std.fs.file: Rename File.Lock enum values to snake caseLinus Groh
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-16tweaks to --build-idAndrew Kelley
2023-05-16stage2: implement --build-id stylesMotiejus Jakštys
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-11Merge pull request #15641 from jacobly0/cache-raceAndrew Kelley
2023-05-11Merge pull request #15519 from dweiller/issue-15482Andrew Kelley
2023-05-11Cache: fix unnecessary cache missesJacob Young
2023-05-11Cache: fix race conditionJacob Young
2023-05-10std.Build: support #cmakedefine01 patternAli Chraghi