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
Age
Commit message (
Expand
)
Author
2022-09-13
translate-c: lower discards differently
Andrew Kelley
2022-07-30
translate-c: use correct number of initializers for vectors
Evan Haas
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
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-11
stage2: remove SPDX license header comments
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-20
translate-c: Allow negative denominator in remainder (%) operator
Evan Haas
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-10-20
translate-c: create `inline fn` for always_inline
Stéphan Kochen
2021-10-10
translate-c: fix logic for checking primitive names
Andrew Kelley
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-20
Address spaces: AstGen
Robin Voetter
2021-09-20
Address spaces: addrspace(A) parsing
Robin Voetter
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-01
translate-c: rename import_builtin to import_c_builtin
Evan Haas
2021-09-01
translate-c: improve handling of undefined identifiers
Evan Haas
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-08-29
translate-c: remove now unnecessary mangling of primitive type shadowing
Veikka Tuominen
2021-08-28
stage2: delete keywords `true`, `false`, `undefined`, `null`
Andrew Kelley
2021-08-21
translate-c: avoid repeating string in type when making it mutable
Veikka Tuominen
2021-08-21
translate-c: allow string literals to be used as `char *`
Evan Haas
2021-07-22
translate-c: add framework for special-casing macros
Evan Haas
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
[next]