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
/
test
/
translate_c.zig
Age
Commit message (
Expand
)
Author
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-04-04
compiler: Updates for LLVM/Clang 20 API changes.
Alex Rønne Petersen
2025-04-02
translate-c: fix function prototype decalared inside a function
Parker Liu
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-07-31
Merge pull request #20885 from ziglang/simplify-tokenizer
Andrew Kelley
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-07-31
aro_translate_c: move noreturn test to manifest
Evan Haas
2024-07-31
aro_translate_c: handle opaque struct defs in prototypes
Evan Haas
2024-07-31
aro_translate_c: move simple function prototype test to manifest
Evan Haas
2024-07-31
translate_c: move empty declaration test to test manifest
Evan Haas
2024-07-31
aro_translate_c: Make function decls public
Evan Haas
2024-06-05
translate-c: promote macros that reference var decls to inline functions
freakmangd
2024-05-09
aro translate-c: support for record types added
february cozzocrea
2024-03-28
add tests for fixed stage1 bugs
Veikka Tuominen
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2023-11-25
translate-c: use Aro's tokenizer
Veikka Tuominen
2023-11-21
translate-c: translate 80/128-bit long double literals
Carl Åstholm
2023-11-19
translate-c: work around unnecessary uses of 'var'
mlugg
2023-11-19
test: update translate-c tests to match new discard format
mlugg
2023-10-17
tests: translate-c and run-translated-c to the test harness
Veikka Tuominen
2023-10-14
translate-c: fix crash when last stmt of stmt expr is a decl
Peng He
2023-09-18
translate-c: Struct fields default to zero value
Jay Petacat
2023-09-18
translate-c: prevent variable names conflicting with type names
mlugg
2023-09-17
translate-c: do not translate macros which use arguments as struct/union/enum...
mlugg
2023-09-06
translate-c: fix panic when translating long double literals
Carl Åstholm
2023-06-29
translate-c: Use `@constCast` and `@volatileCast` to remove CV-qualifiers
Evan Haas
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-26
translate-c: fix codegen when C source has variables named the same as mangli...
Casey Banner
2023-04-23
translate-c: support brace-enclosed string initializers (c++20 9.4.2.1)
kcbanner
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-12
translate-c: translate extern unknown-length arrays using @extern
mlugg
2023-03-02
translate-c: handle more wrapper types in `isAnyopaque`
Veikka Tuominen
2023-02-10
translate_c: fix typedeffed pointer subtraction
John Schmidt
2023-02-01
translate-c: Fix types on assign expression bool
Evan Typanski
2022-12-06
translate-c: remove stage1 conditions from tests
Andrew Kelley
2022-11-20
translate-c: cast unsuffixed floats to f64
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-03
Translate-C Remainder Macro Fix
Nathan Bourgeois
2022-10-27
translate-c: fix redefinition of label on left recursive comma operator
Veikka Tuominen
2022-10-11
Update translate-c tests
Tau
2022-10-01
translate-c: Add tests for packed unions
Techcable
2022-10-01
translate-c: packed struct implies align(1) on every field
Techcable
2022-09-13
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-13
translate-c: lower discards differently
Andrew Kelley
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-03
translate-c: do not translate packed C structs as packed Zig structs in stage2
Veikka Tuominen
2022-08-30
fix llvm 15 translate-c regressions
Andrew Kelley
2022-08-29
disable tests failing due to LLVM 15 regressions
Andrew Kelley
2022-08-20
fix: fix off-by-one for leading zeroes
r00ster91
[next]