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-12-03
CBE: no braces when lowering block instruction
Andrew Kelley
2022-12-03
Merge pull request #13748 from jacobly0/c-unaligned
Andrew Kelley
2022-12-02
cbe: add support for constraint modifiers specified after a colon
Jacob Young
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-12-02
CBE: use bool, true, false, instead of `zig_` prefixes
Andrew Kelley
2022-12-02
CBE: use a 0 literal instead of `error.@"(no error)"`
Andrew Kelley
2022-12-02
CBE: eliminate zig_void
Andrew Kelley
2022-11-30
cbe: write more instructions inline
Veikka Tuominen
2022-11-30
cbe: do not memcpy identical integer types when bitcasting
Veikka Tuominen
2022-11-30
cbe: reduce amount of temporary locals
Veikka Tuominen
2022-11-30
cbe: fix asm return values
Veikka Tuominen
2022-11-30
cbe: prevent access of inactive union field in unimplemented instructions
Veikka Tuominen
2022-11-30
cbe: include hash in tuple type name
Veikka Tuominen
2022-11-30
cbe: implement packed unions
Veikka Tuominen
2022-11-30
cbe: correctly handle pointers to zero bit error union payloads
Veikka Tuominen
2022-11-30
cbe: operand of address of operator must be an lvalue
Veikka Tuominen
2022-11-30
cbe: cast pointer switch target to int
Veikka Tuominen
2022-11-30
cbe: ensure test and tagName function names are unique
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-25
Merge pull request #13627 from Vexu/tuple-decls
Andrew Kelley
2022-11-23
work around stage1 compile error
Andrew Kelley
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
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
[next]