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
2021-07-10
stage1: avoid wasting padding with IR instruction tag
Andrew Kelley
2021-07-11
wasi-libc: remove crt1.o as it's not WASI ABI compatible
Takeshi Yoneda
2021-07-10
Fix libc include directories for the MSVC target
Martin Wickham
2021-07-10
Fix argument forwarding to LLVM on Windows
Martin Wickham
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
plan9 linker: remove unused stuff
Jacob G-W
2021-07-08
stage2: include enough inline asm support for more plan9 syscalls
Jacob G-W
2021-07-08
plan9 linker: remove panics and improve 64 bit support
Jacob G-W
2021-07-08
plan9 linker: use a global offset table
Jacob G-W
2021-07-08
plan9 linker: correct runtime vs file offset converting code
Jacob G-W
2021-07-08
plan9 linker: produce an object file that can actually work!!!
Jacob G-W
2021-07-08
plan9 linker: do relocations
Jacob G-W
2021-07-08
plan9 linker: write symbol table
Jacob G-W
2021-07-08
plan9 linker: make runnable binaries
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-08
stage2 type.zig: implement eql of error unions (#9334)
g-w1
2021-07-08
stage2 astgen: provide 3 more errors for invalid inline assembly
Jacob G-W
2021-07-08
Add support for NO_COLOR
Martin Wickham
2021-07-08
C backend: cleanups to wrapping int operations
Andrew Kelley
2021-07-08
C backend: add/sub/mul wrapping for the C backend
Matt Knight
2021-07-08
Merge pull request #9325 from ziglang/stage2-inferred-error-sets
Andrew Kelley
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: fix if expressions on error unions
Andrew Kelley
2021-07-07
stage2: get tests passing
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-07
stage1 parser: update comments to match impl
Jacob G-W
2021-07-06
Merge pull request #9310 from ziglang/stage1-better-hashing
Andrew Kelley
2021-07-06
Fix unexpected truncation behavior with comptime_int larger than u64 range (#...
leesongun
2021-07-06
Avoid some large copies for another second of time saved
Martin Wickham
2021-07-06
stage2: add error note for comparing booleans with '||'
Jacob G-W
2021-07-05
remove really weird debugging statement from stage1
Jacob G-W
2021-07-05
Remove debug checks, audit field accesses
Martin Wickham
2021-07-05
stage1: avoid incorrectly reading ZigValue data
Andrew Kelley
2021-07-05
translate-c: Don't discard variables unless necessary
Evan Haas
2021-07-05
stage1: resolve lazy values before comptime fn call
Andrew Kelley
2021-07-05
Better hashing, new asserts failing
Martin Wickham
2021-07-05
stage1: recursively resolve lazy values before hashing
Andrew Kelley
2021-07-04
Merge pull request #9175 from kprotty/thread
Andrew Kelley
2021-07-03
stage2: add the zig version to AstGen cache hash
Andrew Kelley
2021-07-03
WASI: include exec-model in cache state.
Takeshi Yoneda
2021-07-03
stage1: eliminate the IrInst base struct
Andrew Kelley
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
compile errors test harness: support unknown file/line/column
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
2021-07-02
AstGen: detect redeclaration of function parameters
Andrew Kelley
2021-07-02
AstGen: pass more compile error tests
Andrew Kelley
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-07-02
stage2: tokenizer: require null terminated source
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
[next]