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
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-08-30
compiler: respond to API changes in LLVM 21
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-19
std.zon: better namespace for Serializer
Andrew Kelley
2025-07-07
compiler: fix remaining build failures
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-05-07
translate-c: fix callconv attribute in macro
xdBronch
2025-04-07
Make translate-c more robust in handling macro functions.
Matthew Roush
2025-04-02
translate-c: fix function prototype decalared inside a function
Parker Liu
2025-03-31
translate-c: fix referencing extern locals from nested blocks
Parker Liu
2025-02-22
zig build fmt
Andrew Kelley
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-12-16
compiler: add some missing `const`s
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-19
cbe,translate-c: support more callconvs
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-09-19
zig_clang: Update to Clang 19.
Alex Rønne Petersen
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-09
sync Aro dependency
Veikka Tuominen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
translate-c: support GCC/Clang pointer subtraction extension
mlugg
2024-07-28
translate-c: Use mangled name for local extern in condition/loop
Linus Groh
2024-07-16
- Added special handling for translating C extern variables declared within s...
Hayden Riddiford
2024-06-15
translate-c: fix translation of "ptr += uint"
Devin J. Pohly
2024-06-05
translate-c: promote macros that reference var decls to inline functions
freakmangd
2024-05-08
translate-c: update UnaryExprOrTypeTrait enum for LLVM 18
Evan Haas
2024-05-08
update zig_clang C++ API wrapper bindings to LLVM 18
Andrew Kelley
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-12
translate-c: allow str literals in bool expressions
travisstaloch
2024-04-11
translate-c: support macro with 'assert(false && "error message")'
travisstaloch
2024-03-26
translate-c: handle string concatenation of function calls
HydroH
2024-02-28
make aro-based translate-c lazily built from source
Andrew Kelley
2024-01-31
Use mem.zeroes for empty union initializer list
danielsan901998
2024-01-16
translate-c: Explicit cast bool from float fix
february cozzocrea
2024-01-16
translate-c: Fix for compound assign implicit cast error
february cozzocrea
2024-01-10
translate-c: float cast from boolean expr fix
february cozzocrea
2023-11-25
translate-c: use Aro's tokenizer
Veikka Tuominen
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-21
translate-c: skip blank macros when translating defines
Garrett
2023-11-21
translate-c: translate 80/128-bit long double literals
Carl Åstholm
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-15
aro-translate-c: translate function types
Veikka Tuominen
2023-10-14
translate-c: fix crash when last stmt of stmt expr is a decl
Peng He
2023-10-01
aro-translate-c: move shared types to a common namespace
Veikka Tuominen
2023-10-01
aro-translate-c: translate enums
Veikka Tuominen
2023-09-25
translate-c: convert clang errors messages into `std.zig.ErrorBundle`
Techatrix
2023-09-18
translate-c: Struct fields default to zero value
Jay Petacat
[next]