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
2022-11-23
work around stage1 compile error
Andrew Kelley
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-19
c backend: Output string literals for array init of bytes
Jimmi Holst Christensen
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-16
cbe: fix identifiers colliding with the short keyword
Jacob Young
2022-11-15
cbe: fixed tagged union initializers of a zero-bit field type
Jacob Young
2022-11-15
cbe: fix indexing with a zero-bit element type
Jacob Young
2022-11-15
zig.h: match float comparison signatures from compiler rt
Jacob Young
2022-11-02
cbe: fix padding bits after a bitcast
Jacob Young
2022-11-02
cbe: use wrapping for left shifts
Jacob Young
2022-11-02
cbe: fix crash rendering union with zero-bit tag
Jacob Young
2022-11-02
cbe: fix extern
Jacob Young
2022-11-02
cbe: ignore comptime fields when generating tuple typedefs
Jacob Young
2022-11-02
cbe: hack around invalid Air
Jacob Young
2022-11-01
cbe: correctly implement volatile memset
Jacob Young
2022-11-01
cbe: incorrectly implement volatile memset
Jacob Young
2022-11-01
cbe: support arrays in more places
Jacob Young
2022-11-01
cbe: fix optional access
Jacob Young
2022-11-01
cbe: avoid emitting code for zero-bit field access
Jacob Young
2022-11-01
cbe: disambiguate struct typedefs with decl index
Jacob Young
2022-11-01
cbe: fix threadlocal
Jacob Young
2022-10-31
cbe: fix gcc warnings
Jacob Young
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-25
cbe: fix floating point builtins
Jacob Young
2022-10-25
cbe: improve floating point type support
Jacob Young
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: implement field_parent_ptr
Jacob Young
2022-10-25
cbe: implement cmp_lt_errors_len
Jacob Young
2022-10-25
cbe: implement packed structs
Jacob Young
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: fix globals that reference functions
Jacob Young
2022-10-25
cbe: fix typedef declaration order
Jacob Young
2022-10-25
cbe: allow immediate and register asm constraints in naked functions
Jacob Young
2022-10-25
cbe: fix C syntax when rendering initializers
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: implement some float ops
Jacob Young
2022-10-25
cbe: misc fixes
Jacob Young
2022-10-25
cbe: implement global assembly
Jacob Young
2022-10-25
cbe: implement ptr slice ptr
Jacob Young
2022-10-25
cbe: implement aggregate_init of struct
Jacob Young
2022-10-25
cbe: canonicalize types that have the same C type when emitting typedefs
Jacob Young
2022-10-25
cbe: fix global access fix
Jacob Young
2022-10-25
cbe: implement more asm features
Jacob Young
2022-10-25
cbe: fix global access
Jacob Young
2022-10-25
cbe: implement tag name
Jacob Young
[next]