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
2024-02-28
make aro-based translate-c lazily built from source
Andrew Kelley
2023-11-24
translate-c: use struct_init_one for empty struct initializer
Garrett
2023-11-19
compiler: add error for unnecessary use of 'var'
mlugg
2023-10-17
Fix rendering ast in zon mode (#17547)
Tobias Simetsreiter
2023-09-18
translate-c: Struct fields default to zero value
Jay Petacat
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-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
[next]