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
2023-10-06
std: fix memory bug in getExternalExecutor
Jakub Konka
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-03
std.macho: remove alignment from LoadCommandIterator
Andrew Kelley
2023-10-02
std.Build: expose `-idirafter` to the build system
Carl Åstholm
2023-09-29
Add include_extensions to InstallDir Options (#17300)
Krzysztof Wolicki
2023-09-29
Step.Run: fix assert of the wrong value (#17303)
Krzysztof Wolicki
2023-09-28
std.Build.ConfigHeader: override include guard option for blank style (#17310)
Luis Cáceres
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-26
Add '--compress-debug-sections=zstd'
LinuxUserGD
2023-09-24
Support non zig dependencies
antlilja
2023-09-23
Allow Step.TranslateC to not link libc
Garrett Beck
2023-09-22
Merge pull request #17069 from squeek502/resinator
Andrew Kelley
2023-09-17
rc compilation: Use MSVC includes if present, fallback to mingw
Ryan Liptak
2023-09-17
addWin32ResourceFile: Ignore the resource file if the target object format is...
Ryan Liptak
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-08-25
Build: fail tests that log errors, like `zig test` does
Jacob Young
2023-08-20
AstGen: add result location analysis pass
mlugg
2023-08-18
check-object: dump contents of LC_BUILD_VERSION and LC_VERSION_MIN_* cmds
Jakub Konka
2023-08-18
build: merge FrameworkDir into IncludeDir
Jakub Konka
2023-08-18
build: disambiguate system framework path (-iframework) from framework path (-F)
Jakub Konka
2023-08-18
build: remove spurious -iframework flag; use getPath2 for framework path reso...
Jakub Konka
2023-08-18
build: do not emit -iwithsysroot/-iframeworkwithsysroot implicitly
Jakub Konka
2023-08-13
std.Build: add support for deps .d file in Step.Run
Sahnvour
2023-08-12
build/ObjCopy: strip debug info to a separate elf file.
Xavier Bouchoux
2023-08-10
Build.ConfigHeader: render identifiers
Ali Chraghi
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-03
std.Build.Step.Compile: fine-grained system lib search control
Andrew Kelley
2023-08-03
Fix compile error in `addVcpkgPaths`
Fabio Arnold
2023-08-02
build: dupe library, rpath, and framework LazyPaths
Mitchell Hashimoto
2023-08-01
CLI: stop special-casing LLVM, LLD, and Clang
Andrew Kelley
2023-07-31
std.Build.Step.WriteFile: fix call to nonexistent function
GethDW
2023-07-30
std.Build.LazyPath: fix resolution of cwd_relative
Andrew Kelley
2023-07-30
std.Build.Step.InstallArtifact: disable emit-h
Andrew Kelley
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Tries to fix Windows DLL linking.
Felix "xq" Queißner
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-28
Build: use optionals again
Jacob Young
2023-07-27
test: add a test that verifies no debug handlers get pulled into compiler_rt
kcbanner
2023-07-24
std.Build.Step.Compile: getEmittedDocs API enhancements
Andrew Kelley
2023-07-24
CLI: delete dead option -femit-analysis
Andrew Kelley
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young
2023-07-22
move installation logic to the build script where it belongs
Andrew Kelley
2023-07-20
check-object: allow for multiple extractions within one check
Jakub Konka
2023-07-20
check-object: format known OS-specific types before doing generic format
Jakub Konka
2023-07-20
check-object: dump PT flags when dumping program headers
Jakub Konka
2023-07-20
check-object: remove wildcard matchers as they are too clunky
Jakub Konka
2023-07-20
check-object: dump contents of .dynamic section
Jakub Konka
[next]