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-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-08-15
translate-c: Use canonical type of field for flexible array definition
Evan Haas
2023-08-15
translate-c: Flexible array members must be the last field in a struct
Evan Haas
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-12
Update translate-c to new splat syntax
antlilja
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-24
translate-c: update to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-01
Use the word 'base' consistently instead of 'radix'
Evin Yulo
2023-05-24
make `@boolToInt` always return a u1
tison
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-27
translate-c: deduplicate global declaration
Tw
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-19
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-10
translate_c: fix typedeffed pointer subtraction
John Schmidt
2023-02-03
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-01
translate-c: Fix types on assign expression bool
Evan Typanski
2023-01-26
update clang API to 16
Andrew Kelley
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
[next]