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
/
translate_c.zig
Age
Commit message (
Expand
)
Author
2021-01-18
translate-c: Add Wide, UTF-16, and UTF-32 character literals
Evan Haas
2021-01-15
translate-c: ensure bools are cast to int when necessary
Evan Haas
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2021-01-03
Static function declarations with no prototype should not be variadic
Evan Haas
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-26
translate-c: demote variadic functions to declarations
Veikka Tuominen
2020-12-25
Correctly cast bool to signed int in translate-c
Evan Haas
2020-12-22
Improve handling of C compiler intrinsics in translate-c
Evan Haas
2020-12-16
translate-c: detect parenthesized string literals
Veikka Tuominen
2020-12-10
Support casting enums to all int types.
Evan Haas
2020-12-10
translate-c: support referencing c containers in macros
Vexu
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-06
translate-c: fix macro functions with no arguments
Vexu
2020-10-31
translate-c: correctly handle pointers to opaque demoted structs
Vexu
2020-10-17
use new format specifier in translate-c and std lib
Vexu
2020-10-08
zig_clang/translate_c: Use opaque declarations in Zig
Tadeo Kondrak
2020-10-07
Merge pull request #6421 from tadeokondrak/opaque-syntax
Andrew Kelley
2020-10-06
translate_c: emit opaque {} instead of @Type(.Opaque)
Tadeo Kondrak
2020-10-06
Add opaque type syntax
Tadeo Kondrak
2020-10-05
translate-c: respect C operator precedence in macros
Vexu
2020-09-21
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley