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-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
2022-10-25
cbe: fix loads and stores of 0-bit types
Jacob Young
2022-10-25
cbe: implement airUnionInit
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
cbe: cleanup code and fix cases test breakage
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-25
c: improve lowering of undef values
Jacob Young
2022-10-25
c: fix redefinition of typedef warnings
Jacob Young
2022-10-25
c: hacks to fix incompatible redeclaration of library function warnings
Jacob Young
2022-10-25
c: fix incompatible pointer types warning
Jacob Young
2022-10-25
c: cast NULL in advance to avoid comparison warnings
Jacob Young
2022-10-25
c: fix nonscalar type cast warning
Jacob Young
2022-10-25
c: fix stage1 compatibility
Jacob Young
2022-10-25
c: fix int literal warnings
Jacob Young
2022-10-25
c: fix switch on bool warning
Jacob Young
2022-10-25
c: fix empty container warnings
Jacob Young
2022-10-25
c: implement @errorName
Jacob Young
2022-10-25
c: fix mangling of error names
Jacob Young
2022-10-25
c: fix undefined tests in ReleaseSafe
Jacob Young
2022-10-21
stage2: Add `.save_err_return_trace_index` AIR op
Cody Tapscott
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-08-21
Sema: handle union and enum field order being different
Veikka Tuominen
2022-08-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
2022-08-05
stage2 cbe: correct `airIsNull` ptr operand check
Veikka Tuominen
2022-08-05
stage2: add runtime safety for invalid enum values
Veikka Tuominen
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-22
stage2: fix airIsErr when `is_ptr == true`
Veikka Tuominen
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-20
std.crypto: fix invalid pass by value
Veikka Tuominen
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-05
C backend: implement `try` instruction
Andrew Kelley
[next]