index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
Age
Commit message (
Expand
)
Author
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-16
std.Build.Step.Run: add stdin to cache manifest
Isaac Freund
2023-06-13
Merge pull request #15957 from BratishkaErik/deprecated-
Andrew Kelley
2023-06-13
allow run step to skip foreign binary execution if executor fails
Lee Cannon
2023-06-13
Remove CheckObjectStep.runAndCompare (#15973)
Zapolsky Anton
2023-06-13
std.Build.Step.Compile: remove `addSystemIncludeDir`, `addIncludeDir`, `addLi...
Eric Joldasov
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-06-03
Build: fix producesPdbFile logic (#15756)
xEgoist
2023-05-30
cache: handle 0-length prefix paths in findPrefixResolved
kcbanner
2023-05-25
std.fs.file: Rename File.Lock enum values to snake case
Linus Groh
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-16
stage2: implement --build-id styles
Motiejus Jakštys
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-11
Merge pull request #15641 from jacobly0/cache-race
Andrew Kelley
2023-05-11
Merge pull request #15519 from dweiller/issue-15482
Andrew Kelley
2023-05-11
Cache: fix unnecessary cache misses
Jacob Young
2023-05-11
Cache: fix race condition
Jacob Young
2023-05-10
std.Build: support #cmakedefine01 pattern
Ali Chraghi
2023-05-10
fix 'zig build test' crashing with no tests
0x5a4
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
std.Build.RunStep: show test name on process termination
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-21
std.Build.RunStep: fix captureStdOut function return type
Manlio Perillo
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
2023-04-18
Cache: fix multi-process race condition on macOS
Andrew Kelley
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-15
std.Build: add some more init options to CompileStep
Andrew Kelley
2023-04-14
std.Build.CompileStep: fix installLibraryHeaders regression
Andrew Kelley
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-11
fix build logic due to state mutations and break the API accordingly
Andrew Kelley
2023-04-11
std.Build.CompileStep: remove output_dir
Andrew Kelley
2023-04-11
CLI: remove --enable-cache option
Andrew Kelley
2023-04-10
std.Build.RunStep: don't close stdin
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove run() and install()
Andrew Kelley
2023-04-10
std.Build.CompileStep: delete install_step field
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove redundant dest_builder field
Andrew Kelley
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-25
build: fixes from review
kcbanner
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-23
build: allow for deferred FileSource matching in CheckObjectStep
Jakub Konka
[next]