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
/
src
Age
Commit message (
Expand
)
Author
2020-09-30
stage1: Fix @Type(.Enum) with invalid tag_type
Tadeo Kondrak
2020-09-30
MachO: add the same workaround for no -r LLD flag support
Andrew Kelley
2020-09-29
link.Coff: skip redundant (and invalid) copy to same path
Andrew Kelley
2020-09-29
clean up call to std.fs.rename
Andrew Kelley
2020-09-29
different strategy to fix compiler_rt.zig and c.zig
Andrew Kelley
2020-09-29
fix not passing std.builtin.link_libc to compiler_rt.zig and c.zig
Andrew Kelley
2020-09-29
update wasm to use ".o.wasm" extension for objects
Andrew Kelley
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-29
improve stage2 COFF LLD linking
Andrew Kelley
2020-09-29
Merge pull request #6448 from LemonBoy/some-vec-fixes
Andrew Kelley
2020-09-29
use Allocator.allocSentinel now that the stage1 bug is fixed
Andrew Kelley
2020-09-29
don't try to build musl crti.o crtn.o when it's not needed
Andrew Kelley
2020-09-29
add CLI options for darwin frameworks and -ffunction-sections
Andrew Kelley
2020-09-29
stage2: add CLI option for -fstack-report
Andrew Kelley
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-29
stage2: MachO LLD Linking
Andrew Kelley
2020-09-29
stage2: infer --strip on wasm builds
Andrew Kelley
2020-09-29
mingw: better -D arg for processing def.in files
Andrew Kelley
2020-09-28
stage2: WASM LLD linking
Andrew Kelley
2020-09-28
stage2: fix Cache not calling ftruncate in writeManifest
Andrew Kelley
2020-09-28
`zig test` and `zig run` do not try to run foreign binaries
Andrew Kelley
2020-09-28
the stage1 backend cache stores inferred link libs
Andrew Kelley
2020-09-28
stage2: building DLL import lib files
Andrew Kelley
2020-09-28
store stage1 flags in a trailing byte in the hash id symlink
Andrew Kelley
2020-09-28
stage{1,2}: Fix parsing of range literals
LemonBoy
2020-09-28
stage1: Allow comparison with comptime-known vectors
LemonBoy
2020-09-28
stage1: Detect OOB access of vector value
LemonBoy
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
stage2: add CLI support for --subsystem
Andrew Kelley
2020-09-26
fix non-ELF linkAsArchive
Andrew Kelley
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-26
stage2: `zig translate-c` supports --enable-cache
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-26
fix _fbsd suffix appended to lld LDM option twice
Andrew Kelley
2020-09-26
stage2: building musl: fix typo in replacing path separators
Andrew Kelley
2020-09-26
move to stage1-specific cache manifest emission of extra stuff
Andrew Kelley
2020-09-26
stage0: update CLI to match stage2
Andrew Kelley
2020-09-26
fix logic for choosing when dynamic linking is required
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-25
stage2: properly handle zig cc used as a preprocessor
Andrew Kelley
2020-09-25
stage2: disable lld caching when output dir is owned by user
Andrew Kelley
2020-09-25
add some tracy calls
Andrew Kelley
2020-09-25
ELF linking supports root src directory to be cwd
Andrew Kelley
2020-09-24
fix a round of regressions in this branch
Andrew Kelley
2020-09-24
--main-pkg-path properly resolves the relative root src file path
Andrew Kelley
2020-09-24
correct `@cImport` caching to handle "unhit" case
Andrew Kelley
2020-09-24
don't delete C import .c source from zig-cache
Andrew Kelley
2020-09-24
stage2: implement @cImport
Andrew Kelley
2020-09-23
stage2: print the test command after it fails
Andrew Kelley
2020-09-23
nobody likes my std.process.cleanExit idea
Andrew Kelley
[next]