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
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2023-01-31
std.build: eliminate setTarget and setBuildMode
Andrew Kelley
2023-01-31
std.build: implement passing options to dependency packages
Andrew Kelley
2023-01-29
build: .c ofmt does not produce a pdb
kcbanner
2023-01-25
zig build system: add LibExeObjStep.installLibraryHeaders
Andrew Kelley
2023-01-24
build: Fix red zone flag
David Gonzalez Martin
2023-01-23
build: fix incorrect name in InstallArtifactStep
Manlio Perillo
2023-01-20
std.build.LibExeObjStep: avoid putting static libs inside static libs
Andrew Kelley
2023-01-20
std.build.LibExeObjStep: better handle transitive deps
Andrew Kelley
2023-01-17
std.build.LibExeObjStep: change installHeader API
Andrew Kelley
2023-01-17
std.build.ConfigHeaderStep: support cmake syntax
Andrew Kelley
2023-01-16
add std.build.LibExeObjStep.installHeadersDirectoryOptions
Andrew Kelley
2023-01-11
zig build: add Artifact.installHeadersDirectory
Andrew Kelley
2023-01-11
zig build: support libraries aware of installed headers
Andrew Kelley
2023-01-07
std.build.WriteFileStep: fix regression in this branch
Andrew Kelley
2023-01-07
std.build.ConfigHeaderStep: stub out cmake style
Andrew Kelley
2023-01-07
add std.build.ConfigHeaderStep
Andrew Kelley
2023-01-05
ELF linker: support common-page-size and max-page-size lld opts
Frank Denis
2022-12-29
Merge pull request #14102 from Luukdegram/wasm-undefined-symbols
Andrew Kelley
2022-12-28
std: remove hack in test step
Luuk de Gram
2022-12-27
link-tests: redo macho strict validation test to match libstuff
Jakub Konka
2022-12-23
link-tests: add macho strict validation test
Jakub Konka
2022-12-16
macho: add uuid link test
Jakub Konka
2022-12-13
add `zig objcopy` subcommand
Andrew Kelley
2022-12-11
std.build.InstallRawStep: fix compilation on wasm32-wasi
Andrew Kelley
2022-12-11
std.build.OptionsStep: fix regressed tests
Andrew Kelley
2022-12-11
std.build: extract steps to separate files
Andrew Kelley
2022-12-07
AstGen: make `@compileError` operand implicitly comptime
Veikka Tuominen
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-15
std.build: fix typo
GethDW
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-25
CheckObjectStep: parse and dump `target_features`
Luuk de Gram
2022-10-19
Merge pull request #13218 from Luukdegram/fix-emulatable-step
Luuk de Gram
2022-10-18
CheckObjectStep: correctly depend on its own step
Luuk de Gram
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-18
Sema: implement linksection on functions
jacobly0
2022-10-08
CheckObjectStep: parsing and dumping producers
Luuk de Gram
2022-09-29
Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`
Lee Cannon
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-08-24
Enables std.build.TranslateCStep to use stage1/stage2 selectively. Unbreaks p...
Felix "xq" Queißner
2022-08-21
std: fix EmulatableRunStep
Luuk de Gram
2022-08-18
build: Allow comptime_int in OptionsStep.addOption
Ben Fiedler
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-23
Share logic between EmulatableRunStep & RunStep
Luuk de Gram
2022-07-23
Use `EmulatableRunStep` for MachO linker tests
Luuk de Gram
2022-07-23
rename:RunCompareStep -> EmulatableRunStep
Luuk de Gram
2022-07-23
show/hide warning for incompatible warnings
Luuk de Gram
[next]