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
2022-06-28
link-tests: do not save global extracted var unless a match
Jakub Konka
2022-06-28
link-tests: test -weak-lx and -weak_framework x
Jakub Konka
2022-06-25
link-tests: defer parsing of the RPN program until running the action
Jakub Konka
2022-06-23
link-tests: rename check() to checkStart()
Jakub Konka
2022-06-23
link-tests: fix parsing symtab for macho
Jakub Konka
2022-06-22
link-tests: add better docs
Jakub Konka
2022-06-22
link-tests: clean up error messages in case of failure
Jakub Konka
2022-06-22
link-tests: clean up linker testing harness
Jakub Konka
2022-06-22
link-tests: fix dumping of LOAD_DYLIB: name instead of path field
Jakub Konka
2022-06-22
link-tests: rename CheckMachOStep to CheckObjectStep and accept obj format
Jakub Konka
2022-06-22
link-tests: extract values into variables
Jakub Konka
2022-06-21
link-tests: move macho tests to subfolder
Jakub Konka
2022-06-21
link-tests: dump metadata to string and grep results
Jakub Konka
2022-06-21
link-tests: add CheckMachOStep
Jakub Konka
2022-06-20
test: introduce link(er) tests - builds on standalone tests
Jakub Konka
2022-05-26
Rename `std.build.Pkg.path` to `std.build.Pkg.source` (#11557)
Hanna
2022-05-11
some fixes to the EnvMap HashContext
Jonathan Marler
2022-05-11
Fix regression in RunStep.addPathDir
Ryan Liptak
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-03-28
std.build: fix functions returning address of by value parameter
Veikka Tuominen
2022-03-21
OptionsStep: Always use `fmtId` for type names.
Lee Cannon
2022-02-06
Replace argvCmd with std.mem.join
Cody Tapscott
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-05
std.build.TranslateCStep: add C macro support
rohlem
2022-01-24
allow `expected_exit_code` to be `null`
Lee Cannon
2021-12-06
Add test executable builds to build.zig
Martin Wickham
2021-12-03
Add single section dumping and padding to InstallRawStep
N00byEdge
2021-12-03
std.build.InstallRawStep: allow custom dest_dir
Jonathan Marler
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-16
add print field to RunStep
Jonathan Marler
2021-10-23
Better erroring for unsupported build option types
Aaron Sikes
2021-10-23
Allow arbitrary slices as build options
Aaron Sikes
2021-10-23
Allow arbitrary arrays in build options
Aaron Sikes
2021-10-23
Fix enums with non-ident fields
Aaron Sikes
2021-10-23
Ensure any custom printing here remains valid zig syntax
Aaron Sikes
2021-10-23
Fix std.builtin.Version build option formatting
Aaron Sikes
2021-10-21
InstallRawStep: handle empty segments
Jonathan Marler
2021-10-21
distinguish between unexpected child process exit code and unclean exit
Jonathan Marler
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
stdlib: Add test for generating HEX files.
Evan Haas
2021-09-01
stdlib: Add Intel HEX support to InstallRawStep
Evan Haas
2021-08-26
Rework build system `build_options` API (#9623)
Lee Cannon
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-27
Add option to hide build command on compilation error to build_runner (#8513)
Lee Cannon
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-12
std.build: don't default to static linkage
Veikka Tuominen
[next]