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
2023-03-12
translate-c: translate extern unknown-length arrays using @extern
mlugg
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
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-14
Sema: display cimport errors from clang
Veikka Tuominen
2022-12-09
api(std.ascii): remove deprecated decls
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
add behavior test for while(true) not needing else unreachable
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-20
translate-c: cast unsuffixed floats to f64
Veikka Tuominen
2022-11-03
Translate-C Remainder Macro Fix
Nathan Bourgeois
2022-10-28
translate-c: Better support for division in macros
Evan Haas
2022-10-27
translate-c: fix redefinition of label on left recursive comma operator
Veikka Tuominen
2022-10-27
translate-c: cleanup unused parameters
Veikka Tuominen
2022-10-10
translate-c: fix #5305
Tau
2022-10-10
translate-c: fix the remaining function pointer issues
Tau
2022-10-01
translate-c: packed struct implies align(1) on every field
Techcable
2022-09-10
translate-c: Escape non-ASCII characters that appear in macros
Evan Haas
2022-09-08
translate-c: use correct name for failDecl
Veikka Tuominen
2022-09-07
translate-c: convert tabs to `\t` in object-like macro string literals
Evan Haas
2022-09-03
translate-c: do not translate packed C structs as packed Zig structs in stage2
Veikka Tuominen
2022-08-26
translate-c: Don't add self-defined macros to global name table
Evan Haas
2022-08-20
fix: fix off-by-one for leading zeroes
r00ster91
2022-08-05
translate-c: fix alignment in pointer casts
Meredith Oleander
2022-07-30
translate-c: use correct number of initializers for vectors
Evan Haas
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-04
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-04
translate-c: do not try to get rid of do while loop
Veikka Tuominen
2022-07-01
stage1: update to LLVM 14 API
Andrew Kelley
2022-06-29
translate-c: fix token pasting operator without parens
LordMZTE
2022-06-29
translate-c: fix cast or call macro with parenthesis
LordMZTE
2022-05-29
translate-c: check variable types being demoted to opaque
Veikka Tuominen
2022-05-29
translate-c: check record fields for opaque demotions
TwoClocks
2022-05-29
Revert "reserve correct space for bitfields"
Veikka Tuominen
2022-05-28
reserve correct space for bitfields
TwoClocks
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-21
LLVM: C calling convention lowering fixes
Andrew Kelley
2022-04-15
stage2: fix bugs preventing stage2 from building stage3 with LLVM
Veikka Tuominen
2022-03-25
translate-c: Use @Vector for vector expressions
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-01-31
stage1: remove the `data` field from TypeInfo.Declaration
Andrew Kelley
2022-01-25
translate-c: update for new function pointer semantics
Andrew Kelley
2022-01-17
translate-c: improve error messages when expecting specific tokens
fn ⌃ ⌥
2022-01-17
translate-c: Fix issues translating macro define of hex float constant
riverbl
[next]