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
/
Step
Age
Commit message (
Expand
)
Author
2024-05-31
std.Build.Step.Run: global lock when child inherits stderr
Andrew Kelley
2024-05-28
std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()
Linus Groh
2024-05-27
std.Build.Step.Run: account for new environment variable
Andrew Kelley
2024-05-27
std.Build.Step.Run: don't create empty progress node
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-24
Step/CheckObject: handle stab entries when dumping MachO symtab
Jakub Konka
2024-05-20
Build.Step.Run: fix cache management when there are side effects
Jacob Young
2024-05-14
Merge pull request #19958 from ziglang/macho-check-object
Jakub Konka
2024-05-13
Step.CheckObject: support dumping raw section contents for MachO
Jakub Konka
2024-05-13
Step.CheckObject: put MachO object parsing logic in ObjectContext wrapper
Jakub Konka
2024-05-11
std.Build.Step.Run: add missing call to writeManifest
Andrew Kelley
2024-05-05
Run: add output directory arguments
Jacob Young
2024-05-05
Build: cleanup
Jacob Young
2024-05-05
Run: add lazy path file inputs
Jacob Young
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-05-03
Delete compile errors for deprecated decls
Ryan Liptak
2024-05-02
Build system: Allow specifying Win32 resource include paths using LazyPath
Ryan Liptak
2024-04-30
std.Build.Step.CheckObject: fix parseDumpNames
Andrew Kelley
2024-04-22
std.Build: Install Windows DLLs to `<prefix>/bin/` by default
Carl Åstholm
2024-04-18
std.Build: revert --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-04-15
lib/std/Build/Step/CheckObject: dump section as string
Jakub Konka
2024-04-15
std.Build.Step.ConfigHeader: better error message
jd
2024-04-13
std.Build.Step.ConfigHeader: better error message
Andrew Kelley
2024-04-11
std.Build: revert the breaking changes only
Andrew Kelley
2024-04-11
remove deprecated LazyPath.path union tag
Andrew Kelley
2024-04-10
introduce std.Build.path; deprecate LazyPath.relative
Andrew Kelley
2024-04-07
Merge pull request #18920 from castholm/fmtId
Andrew Kelley
2024-04-07
Account for dependency boundaries when duping headers
Carl Åstholm
2024-04-07
Document added/updated functions
Carl Åstholm
2024-04-07
Oops, forgot to dupe installations in `installLibraryHeaders`
Carl Åstholm
2024-04-07
`WriteFile.addCopyDirectory` should include all files by default
Carl Åstholm
2024-04-07
Implement `WriteFile.addCopyDirectory`
Carl Åstholm
2024-04-07
Create an include tree of installed headers for dependent modules
Carl Åstholm
2024-04-07
Remove `dest_builder` field from `InstallDir/File`
Carl Åstholm
2024-04-07
std.Build: correct behavior of `Step.Compile.installHeader`
Carl Åstholm
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Åstholm
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-27
Build.Step.Compile: Add `mingw_unicode_entry_point` field
Ryan Liptak
2024-03-26
std.Build: dupe provided paths for Step.Fmt.create()
Luis Cáceres
2024-03-18
std.Build.Step.Run: documentation for addFileArg and friends
Andrew Kelley
2024-03-18
Implementing structs and better enums in build options
Reokodoku
2024-03-15
Fix stuttering stderr in Zig test log
Nguyễn Gia Phong
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-03-01
objcopy: support multiple only sections
binarycraft007
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-24
change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)
David Rubin
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
std.Build: revert moving some fields to Graph
Andrew Kelley
[next]