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
/
ast.zig
Age
Commit message (
Expand
)
Author
2021-07-13
fix doc comment in translate_c
Jacob G-W
2021-07-05
translate-c: Don't discard variables unless necessary
Evan Haas
2021-07-02
stage2: tokenizer: require null terminated source
Andrew Kelley
2021-06-23
translate-c: Remove usage of `extern enum`
Evan Haas
2021-06-14
translate-c: move utility functions to a separate namespace
Veikka Tuominen
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
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-11
translate-c: Implement flexible arrays
Evan Haas
2021-06-06
translate-c: Small cleanup, remove unneeded std.math.max call
Evan Haas
2021-06-01
translate-c: support designated initializers in macros
Veikka Tuominen
2021-05-20
translate-c: use inline keyword instead of callconv(.Inline)
Isaac Freund
2021-05-19
translate-c: add support for __cleanup__ attribute
Evan Haas
2021-05-15
translate-c: translate global (file scope) assembly
Evan Haas
2021-04-25
translate-c: Fix casting of function pointers
LemonBoy
2021-04-20
translate-c: Group field access LHS if necessary
LemonBoy
2021-04-20
translate-c: group LHS of array access if necessary
Evan Haas
2021-04-06
translate-c: Add support for vector expressions
Evan Haas
2021-03-18
translate-c: Use [N:0] arrays when initializer is a string literal (#8264)
Evan Haas
2021-03-05
translate-c: promote int literals to bigger types
xackus
2021-02-28
translate-c: add limited OffsetOfExpr support
Evan Haas
2021-02-27
translate-c: upgrade to new std.zig.fmtEscapes API
Andrew Kelley
2021-02-25
translate-c: Add support for pointer subtraction
Evan Haas
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-23
translate-c: fix using wrong slice and AST tag
Andrew Kelley
2021-02-23
translate-c: update to latest AST tag changes
Andrew Kelley
2021-02-22
translate-c: check for noreturn in switch in more cases
Veikka Tuominen
2021-02-21
translate-c: fix fn_decl vs fn_proto
Andrew Kelley
2021-02-19
translate-c: correctly add semicolon to if statements
Veikka Tuominen
2021-02-19
translate-c: small fixes to avoid generating invalid code for macros
Veikka Tuominen
2021-02-18
translate-c: small miscellaneous improvements
Veikka Tuominen
2021-02-17
translate-c: improve switch translation
Veikka Tuominen
2021-02-17
translate-c: support scoped typedef, enum and record decls
Veikka Tuominen
2021-02-17
translate-c: demote untranslatable declarations to externs
Veikka Tuominen
2021-02-16
translate-c: get all translate-c tests passing
Veikka Tuominen
2021-02-16
translate-c: get all run-translated-c tests passing
Veikka Tuominen
2021-02-16
translate-c: render records and enums
Veikka Tuominen
2021-02-16
translate-c: render array stuff
Veikka Tuominen
2021-02-16
translate-c: render control flow
Veikka Tuominen
2021-02-16
translate-c: render macro functions, use cast type as return type
Veikka Tuominen
2021-02-16
translate-c: render functions
Veikka Tuominen
2021-02-16
translate-c: render binops and break/continue
Veikka Tuominen
2021-02-16
translate-c: render unary ops
Veikka Tuominen
2021-02-16
translate-c: render variables and builtin calls
Veikka Tuominen
2021-02-16
translate-c: render a bunch of simple nodes and calls
Veikka Tuominen
2021-02-16
translate-c: begin implementing ast.render
Veikka Tuominen
2021-02-16
translate-c: bunch of small fixes to get it compiling
Veikka Tuominen
2021-02-16
translate-c: convert macro translation
Veikka Tuominen
2021-02-16
translate-c: convert assignment and conditional exprs
Veikka Tuominen
2021-02-16
translate-c: convert field/array access, call, pre/postcrement
Veikka Tuominen
[prev]
[next]