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
/
codegen
/
c.zig
Age
Commit message (
Expand
)
Author
2021-03-08
stage2: error union payload must also be a valid variable type
Veikka Tuominen
2021-03-08
stage2 cbe: add error union and error union operations
jacob gw
2021-03-08
stage2 cbe: non pointer optionals
Veikka Tuominen
2021-03-08
stage2 cbe: errors
Veikka Tuominen
2021-03-08
stage2 cbe: regular optional types
Veikka Tuominen
2021-03-08
stage2 cbe: pointer like optionals
Veikka Tuominen
2021-03-06
stage2: implement var args
Veikka Tuominen
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-16
std: remove io.AutoIndentingStream
Isaac Freund
2021-02-01
stage2: reimplement switch
Veikka Tuominen
2021-02-01
stage2 cbe: implement not and some bitwise ops
Veikka Tuominen
2021-02-01
stage2 cbe: implement switchbr
Veikka Tuominen
2021-02-01
stage2 cbe: block results
Veikka Tuominen
2021-02-01
stage2 cbe: condbr and breaks
Veikka Tuominen
2021-02-01
stage2 cbe: use AutoIndentingStream
Veikka Tuominen
2021-02-01
stage2 cbe: loop instruction
Veikka Tuominen
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-05
stage2: C backend: re-implement emit-h
Andrew Kelley
2021-01-05
stage2: C backend: remove format() hackery
Andrew Kelley
2021-01-05
stage2: C backend: adjust spaces around functions
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
Remove some unwanted changes
LemonBoy
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-31
stage2: type inference for local var
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-28
stage2: update C backend test cases for new output
Andrew Kelley
2020-12-28
stage2: C backend: handle string literals more gracefully
Andrew Kelley
2020-12-28
stage2: C backend: implement `@breakpoint` and clean up test harness
Andrew Kelley
2020-12-28
stage2: C backend: properly render type of array decls
Andrew Kelley
2020-12-28
stage2: C backend: pointer cast decl refs if necessary
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-23
CBE: add support for bool,u32
Noam Preil
2020-12-23
Implement emit-h
Alex Cameron
2020-10-31
run zig fmt on src/ and test/
Vexu
2020-10-06
Replace error message with unreachable
Noam Preil
2020-10-06
CBE: addition and subtraction
Noam Preil
2020-10-06
CBE: properly resolve Insts
Noam Preil
2020-10-06
CBE: utilize per-function arena allocator
Noam Preil
2020-10-06
Make indentation adjustable (hardcode 4 spaces for now)
Noam Preil
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley