aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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
2023-05-10fix 'zig build test' crashing with no tests0x5a4
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28std.Build.RunStep: show test name on process terminationAndrew Kelley
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-21std.Build.RunStep: fix captureStdOut function return typeManlio Perillo
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-04-18Cache: fix multi-process race condition on macOSAndrew Kelley
2023-04-15CI: more C backend test coverageAndrew Kelley
2023-04-15std.Build: add some more init options to CompileStepAndrew Kelley
2023-04-14std.Build.CompileStep: fix installLibraryHeaders regressionAndrew Kelley
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-11fix build logic due to state mutations and break the API accordinglyAndrew Kelley
2023-04-11std.Build.CompileStep: remove output_dirAndrew Kelley
2023-04-11CLI: remove --enable-cache optionAndrew Kelley
2023-04-10std.Build.RunStep: don't close stdinAndrew Kelley
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-04-10std.Build.CompileStep: delete install_step fieldAndrew Kelley
2023-04-10std.Build.CompileStep: remove redundant dest_builder fieldAndrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-25build: fixes from reviewkcbanner
2023-03-25coff: change dynamicbase to default to true (to match lld), change it to pass...kcbanner
2023-03-23build: allow for deferred FileSource matching in CheckObjectStepJakub Konka