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
/
run_translated_c.zig
Age
Commit message (
Expand
)
Author
2022-09-03
translate-c: do not translate packed C structs as packed Zig structs in stage2
Veikka Tuominen
2022-08-26
coff: do not pull in std.log into coff.zig definitions
Jakub Konka
2022-08-25
run_translated_c: disable failing test on Windows
Jakub Konka
2022-07-30
translate-c: use correct number of initializers for vectors
Evan Haas
2022-07-27
run-translated-c: disable two failing tests
Andrew Kelley
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
2022-03-08
translate-c: use nested scope for comma operator in macros
Evan Haas
2022-02-23
translate-c: Add support for cast-to-union
Evan Haas
2022-02-07
std: Allow `mem.zeroes` to work at comptime with extern union
Evan Haas
2022-01-11
translate-c: Handle typedef'ed void return type for functions.
Evan Haas
2021-11-20
translate-c: coerce boolean results to c_int when negated
Evan Haas
2021-11-20
translate-c: Allow negative denominator in remainder (%) operator
Evan Haas
2021-10-19
translate_c: prevent a while under an if from stealing the else
Matthew Borkowski
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-08-21
translate-c: allow string literals to be used as `char *`
Evan Haas
2021-07-28
translate-c: handle signed array subscripts
Evan Haas
2021-07-28
translate-c: add support for ChooseExpr
Evan Haas
2021-07-28
translate-c: fix import path in translation failure comment
Evan Haas
2021-07-19
translate-c: Handle underscore when used as an identifier
Evan Haas
2021-06-23
translate-c: Remove usage of `extern enum`
Evan Haas
2021-06-13
translate-c: don't bother with unwrapping pointers
Veikka Tuominen
2021-06-12
translate-c: better support for static local variables
Evan Haas
2021-06-12
translate-c: fix enums that require c_uint type
xackus
2021-06-11
translate-c: Implement flexible arrays
Evan Haas
2021-06-07
translate-c: properly handle enums used as boolean expressions
Evan Haas
2021-05-19
translate-c: add support for __cleanup__ attribute
Evan Haas
2021-05-10
translate-c: fix typedefs with multiple names
xackus
2021-04-20
translate-c: group LHS of array access if necessary
Evan Haas
2021-04-15
translate-c: better handling of int -> enum casts
Evan Haas
2021-04-13
translate-c: wrap switch statements in a while (true) loop
Evan Haas
2021-04-06
translate-c: Add support for vector expressions
Evan Haas
2021-03-28
translate-c: intcast compound assignment operand if different-sized integer
Evan Haas
2021-03-22
translate-c: Ensure assignments are within a block when necessary
Evan Haas
2021-03-18
translate-c: preserve zero fractional part in float literals
Veikka Tuominen
2021-03-17
translate-c: demote usage of un-implemented builtins
Evan Haas
2021-03-17
translate-c: Implement generic selection expressions
Evan Haas
2021-03-08
translate-c: Add compound literal support
Evan Haas
2021-03-08
translate-c: Explicitly cast decayed array to pointer with @ptrCast
Evan Haas
2021-03-07
translate-c: Support compound assignment of pointer and signed int
Evan Haas
2021-03-05
translate-c: enable pointer arithmetic with signed integer operand
Evan Haas
2021-03-03
translate-c: fix c tokenizer giving invalid tokens
Veikka Tuominen
2021-03-01
translate-c: add <assert.h> support
Evan Haas
2021-02-28
translate-c: add limited OffsetOfExpr support
Evan Haas
2021-02-25
translate-c: add typeof support
Evan Haas
2021-02-25
translate-c: Add support for pointer subtraction
Evan Haas
2021-02-20
translate-c: use global scope for typedef/record/enum type translation if needed
Veikka Tuominen
2021-02-19
translate-c: small fixes to avoid generating invalid code for macros
Veikka Tuominen
2021-02-19
translate-c: ensure failed macros don't get defined multiple times
Veikka Tuominen
2021-02-17
translate-c: Add test for using correct block label for StmtExpr
Evan Haas
2021-02-12
translate-c: comma operator should introduce a new scope
Evan Haas
[next]