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
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-06-17
Merge pull request #20321 from ziglang/build-system-fmt
Andrew Kelley
2024-06-16
std.Build: Add Step.Fail and addFail() function.
Alex Rønne Petersen
2024-06-16
std.Build.Step.Fmt: display non-conforming files
Andrew Kelley
2024-06-16
std.Build.Step: split evalChildProcess into two functions
Andrew Kelley
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-08
std.Build: remove deprecated b.host in favor of b.graph.host (#20237)
Krzysztof Wolicki
2024-06-08
Report error on missing values for addConfigHeader
MrDmitry
2024-06-06
Build system: Support Windows depfiles with unquoted, backslash escaped space...
Ben Crist
2024-06-05
objcopy build step: don't accept multiple sections
wooster0
2024-06-05
Merge pull request #20120 from vahur/move-consts-to-rdata
Andrew Kelley
2024-06-02
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen
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
std.Build.Step: don't create an empty progress node
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
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-08
std.Build: fix regression in Step.ConfigHeader
Andrew Kelley
2024-04-07
Merge pull request #18920 from castholm/fmtId
Andrew Kelley
2024-04-07
std.Build: Remove unused `c_std` field
Carl Åstholm
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
[next]