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
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
2021-06-11
make remaining enums in build.zig snake_case
Veikka Tuominen
2021-06-11
Makes output path stuff more sane.
Felix (xq) Queißner
2021-06-11
Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...
Felix (xq) Queißner
2021-06-11
Changes createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
2021-06-11
Moves files to file-global struct layout.
Felix (xq) Queißner
2021-06-11
Adds a lot of missing dupes, some more snakes.
Felix (xq) Queißner
2021-06-11
Adds more FileSources everywhere.
Felix (xq) Queißner
2021-06-11
Starts to replace special cases in std.build.FileSource.
Felix (xq) Queißner
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-23
translate_c: remove unused WriteFileStep import
Daniele Cocca
2021-05-01
std.build: if using a RunStep, show the command run on verbose (#8571)
g-w1
2021-03-04
Merge pull request #7763 from kivikakk/zig-elf-parse
Andrew Kelley
2021-02-01
Dupe strings on all public api points for std.build
Martin Wickham
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-15
use interfaces
Asherah Connor
2021-01-14
expose phdr, shdr parsing
Asherah Connor
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-24
Return encoded slice from base64 encode
frmdstryr
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-09-23
eliminate dependency of libzigcpp.a on libzigstage1.a
Andrew Kelley
2020-08-20
Fix missing init() update in std/build/write_file.zig
Frank Denis
2020-08-20
Breaking: sort std/crypto functions into categories
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
[next]