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
2023-06-01
Use the word 'base' consistently instead of 'radix'
Evin Yulo
2023-04-10
std.MultiArrayList: add support for tagged unions.
GethDW
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
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-06
translate-c: fix wrong logic adjustment
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-18
fmt: canonicalize identifiers
Stevie Hryciw
2022-11-18
translate-c: use .identifier tokens in .identifier AST nodes
Stevie Hryciw
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-10
translate-c: fix the remaining function pointer issues
Tau
2022-10-10
translate-c: Fix #12263
Tau
2022-09-13
validate number literals in AstGen
Veikka Tuominen
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
[next]