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-02-21
remove sub-arch from stage1
Andrew Kelley
2020-02-20
Merge remote-tracking branch 'origin/master' into sub-architecture-annihilation
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-20
quick fix: add -mcpu=baseline support to zig0
Andrew Kelley
2020-02-20
ir: Compile error on result_loc type mismatch w/ slicing
LemonBoy
2020-02-20
stage1/ir_print: show GenConst in trailing fahsion
Michael Dusan
2020-02-19
fix generation of builtin import
Andrew Kelley
2020-02-19
stage1 main: fix cli parsing of architecture
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-19
make the CLI support depending on system headers and libraries
Andrew Kelley
2020-02-19
consistent capitalization of error message
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-02-18
Disable binary generation when deprecated `--emit` is used
Noam Preil
2020-02-18
Improve support for generating LLVM IR/asm files
Noam Preil
2020-02-18
stage1: Make the parser reject extern fn with body
LemonBoy
2020-02-18
Merge pull request #4474 from LemonBoy/saukerkraut
Andrew Kelley
2020-02-18
Makes the declaration slice resolve lazely when using `@typeInfo`
Timon Kruiper
2020-02-17
target_os_requires_libc implies dynamic linking
Andrew Kelley
2020-02-17
fix glibc not forcing dynamic link
Andrew Kelley
2020-02-17
target requiring PIC does not imply dynamic linking
Andrew Kelley
2020-02-17
support the concept of a target not having a dynamic linker
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-16
stage1 os_update_file additionally compares src and dest size
Andrew Kelley
2020-02-16
fix os_update_file implementation on Windows
Andrew Kelley
2020-02-16
stage1 os: handle errors from read/write
Andrew Kelley
2020-02-16
stage1: don't copy unchanged output files
Andrew Kelley
2020-02-16
add missing implementations of libc installation to detect msvc paths
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2020-02-16
add the dummy libc paths back in
Andrew Kelley
2020-02-16
remove libc dependency of zig0 building libstage2
Andrew Kelley
2020-02-16
fix building zig0 -> zig on macos
Andrew Kelley
2020-02-16
ir: Avoid invalidating the decl_table iterator
LemonBoy
2020-02-16
ir: Prevent crash when indexing undefined ptr to array
LemonBoy
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-16
more user-friendly error message for some clang diagnostics
Andrew Kelley
2020-02-16
Implement noasync awaits
Andrew Kelley
2020-02-16
fix taking address of temporary async frame
Andrew Kelley
2020-02-15
translate-c: change OutOfMemory → ASTUnitFailure
Michael Dusan
2020-02-14
ir: Make all the payload captures do a copy
LemonBoy
2020-02-13
ir: Don't crash when converting undefined ptrs
LemonBoy
2020-02-13
ir: Allow implicit conversion between vector types
LemonBoy
2020-02-12
Fix rendering of empty arrays
LemonBoy
2020-02-12
Fix a UAF when verbose-llvm-ir is specified
LemonBoy
2020-02-11
ir: Fix erroneous error message for ptr casts
LemonBoy
2020-02-10
Merge pull request #4389 from mikdusan/stage1-mem
Michael Dusan
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Add cast between [*c]T and ?[*:0]T on fn parameter
Timon Kruiper
2020-02-10
compile error instead of abort for unimplemented `@typeInfo`
Andrew Kelley
2020-02-10
fix compiler assertion when duplicating fields...
Andrew Kelley
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
[next]