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
Age
Commit message (
Expand
)
Author
2021-05-12
stage2: fix handling of "prev successful ZIR"
Andrew Kelley
2021-05-12
std: fix redundant comptime keywords
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
build system: fix wrong glibc dir passed to qemu for i386
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and Pri...
Matthew Borkowski
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-12
Merge pull request #8698 from ifreund/scanZ
Andrew Kelley
2021-05-12
stage2: Drop LLVM's host CPU detection method as fallback
LemonBoy
2021-05-12
macho: allow overriding stack size in binary
Jakub Konka
2021-05-12
azure: bump timeout for macos-arm64
Michael Dusan
2021-05-12
std/mem: add sliceTo(), deprecate spanZ(), lenZ()
Isaac Freund
2021-05-12
Bump zig-bootstrap and wasmtime versions in linux CI (#8738)
Jakub Konka
2021-05-12
stage2: Add CPU feature detection for macos
LemonBoy
2021-05-11
stage2: more Decl lifetime fixes
Andrew Kelley
2021-05-11
stage2: improve Decl lifetime management
Andrew Kelley
2021-05-11
bsd: detect os version
Michael Dusan
2021-05-11
Sema: implement duplicate enum tag compile error
Andrew Kelley
2021-05-11
stage2: lookupIdentifier can return error.AnalysisFailed
Andrew Kelley
2021-05-11
stage2: better handling of file-level compile errors across updates
Andrew Kelley
2021-05-11
Merge pull request #8737 from ifreund/link-system-libc
Andrew Kelley
2021-05-11
stage2: update tests now that structs have fully qualified names
Andrew Kelley
2021-05-11
C backend: fix emitting '$' in identifier names
Andrew Kelley
2021-05-11
AstGen: support emitting multiple compile errors
Andrew Kelley
2021-05-11
stage2: add `owns_tv` flag to `Module.Decl`
Andrew Kelley
2021-05-11
std/json: fix previous commit for std.testing changes
Isaac Freund
2021-05-11
fix a double free in parse when duplicate_field_behavior is UseLast and a lea...
Matthew Borkowski
2021-05-11
std.meta.Elem: support all optional types
Isaac Freund
2021-05-11
ci: unset CC/CXX before make install on macos arm64
Isaac Freund
2021-05-11
stage2: link all libc components if using system libc
Isaac Freund
2021-05-11
stage2: error if requested glibc version too high
Isaac Freund
2021-05-11
stage2: use system libc when targeting the native OS/ABI
Isaac Freund
2021-05-11
Merge pull request #8705 from LemonBoy/libc-fix
Andrew Kelley
2021-05-11
test runner: avoid an "out of memory" error return trace entry
Andrew Kelley
2021-05-11
test runner: print error return trace after failed test
Andrew Kelley
2021-05-11
std: Fix offset param splitting for preadv/pwritev
LemonBoy
2021-05-11
fix AutoArrayHashMap's store_hash logic
Matthew Borkowski
2021-05-11
stage2: Change libc components' linking order
LemonBoy
2021-05-11
std: Fix fallocate offset type
LemonBoy
2021-05-11
std: Add more tests, fix broken code
LemonBoy
2021-05-11
std: Harmonize use of off_t between libc and Zig impls
LemonBoy
2021-05-11
std: Fix cast that's sometimes invalid
LemonBoy
2021-05-11
test: Enable i386-linux-gnu test
LemonBoy
2021-05-11
c: Fix prototypes for bcmp and memcmp
LemonBoy
2021-05-11
std: Prefer 64bit libc functions where possible
LemonBoy
2021-05-11
libc: Add workaround for #4926
LemonBoy
2021-05-11
stage2: Allow building musl/glibc in thumb mode
LemonBoy
2021-05-11
stage2: Always link -lpthread when using system libc
LemonBoy
2021-05-11
stage2: Pass -mthumb when compiling C/C++ code
LemonBoy
2021-05-10
stage2: struct, union, enum, opaque, error sets get better names
Andrew Kelley
[next]